aboutsummaryrefslogtreecommitdiff
path: root/lib/Format
AgeCommit message (Expand)Author
2018-06-25[clang-format] Add a default format style that can be used by users of `getSt...Eric Liu
2018-06-25[clang-format] Keep @message together in text protosKrasimir Georgiev
2018-06-25[clang-format] Fix end-of-file comments text proto formattingKrasimir Georgiev
2018-06-15[Format] Do not use a global static value for EOF within ScopedMacroState.David L. Jones
2018-06-14[clang-format] Disable AlwaysBreakBeforeMultilineStrings in Google style for ...Ben Hamilton
2018-06-14[clang-format] Add SpaceBeforeCpp11BracedList option.Hans Wennborg
2018-06-12[clang-format] Fix crash while reflowing backslash in commentsKrasimir Georgiev
2018-06-12[clang-format] Discourage breaks in submessage entries, hard ruleKrasimir Georgiev
2018-06-11clang-format: [JS] strict prop init annotation.Martin Probst
2018-06-11clang-format: Introduce BreakInheritanceList optionFrancois Ferrand
2018-06-11[clang-format] text protos: put entries on separate lines if there is a subme...Krasimir Georgiev
2018-06-07[clang-format] Consider tok::hashhash in python-style commentsKrasimir Georgiev
2018-06-04Reland "Move #include manipulation code to new lib/Tooling/Inclusions."Eric Liu
2018-05-30[clang-format/ObjC] Correctly parse Objective-C methods with 'class' in nameBen Hamilton
2018-05-30Revert "[clang-format] Fix putting ObjC message arguments in one line for mul...Jacek Olesiak
2018-05-30Revert "Reland "Move #include manipulation code to new lib/Tooling/Inclusions.""Eric Liu
2018-05-30Reland "Move #include manipulation code to new lib/Tooling/Inclusions."Eric Liu
2018-05-24[clang-format] Fix putting ObjC message arguments in one line for multiline r...Jacek Olesiak
2018-05-23[clang-format] Break template declarations followed by commentsKrasimir Georgiev
2018-05-22Revert "[clang-format] Fix putting ObjC message arguments in one line for mul...Jacek Olesiak
2018-05-22clang-format: [JS] do not wrap before any `is`.Martin Probst
2018-05-22[clang-format] Fix crash in getLengthToMatchingParenKrasimir Georgiev
2018-05-18Revert "Move #include manipulation code to new lib/Tooling/Inclusions."Eric Liu
2018-05-18[clang-format/ObjC] Correctly annotate single-component ObjC method invocationsBen Hamilton
2018-05-18Move #include manipulation code to new lib/Tooling/Inclusions.Eric Liu
2018-05-17[clang-format] Fix putting ObjC message arguments in one line for multiline r...Jacek Olesiak
2018-05-16clang-format: Allow optimizer to break template declaration.Francois Ferrand
2018-05-16clang-format: tweak formatting of variable initialization blocksFrancois Ferrand
2018-05-15[clang] Update uses of DEBUG macro to LLVM_DEBUG.Nicola Zaghen
2018-05-14[Tooling] Pull #include manipulation code from clangFormat into libToolingCore.Eric Liu
2018-05-14[clang-format] Move #include related style to libToolingCoreEric Liu
2018-05-14[clang-format] Continue after non-scope-closers in getLengthToMatchingParenKrasimir Georgiev
2018-05-09Add SourceManagerForFile helper which sets up SourceManager and dependencies ...Eric Liu
2018-05-09[clang-format] Respect BreakBeforeClosingBrace while calculating lengthKrasimir Georgiev
2018-05-09Remove \brief commands from doxygen comments.Adrian Prantl
2018-05-04[clang-format] Refactor #include insertion/deletion functionality into a class.Eric Liu
2018-05-01Implement P0482R2, support for char8_t type.Richard Smith
2018-04-27[clang-format/ObjC] Use getIdentifierInfo() instead of tok::identifierBen Hamilton
2018-04-25[clang-format] Start formatting cpp code in raw strings in google styleKrasimir Georgiev
2018-04-23[clang-format] Fix clang-tidy readability problems, NFCIKrasimir Georgiev
2018-04-23Format closing braces when reformatting the line containing the opening brace.Manuel Klimek
2018-04-23Revert "[clang-format] Improve Incomplete detection for (text) protos"Krasimir Georgiev
2018-04-19[clang-format] Don't remove empty lines before namespace endingsKrasimir Georgiev
2018-04-13[clang-format] Improve Incomplete detection for (text) protosKrasimir Georgiev
2018-04-12[clang-format] Do not break after ObjC category open parenBen Hamilton
2018-04-12[clang-format] Improve ObjC guessing heuristic by supporting all @keywordsBen Hamilton
2018-04-12[clang-format] Don't insert space between ObjC class and lightweight genericBen Hamilton
2018-04-12[clang-format] Always indent wrapped Objective-C selector namesBen Hamilton
2018-04-11Fix bugs around handling C++11 attributes.Manuel Klimek
2018-04-06Fix typos in clangAlexander Kornienko