aboutsummaryrefslogtreecommitdiff
path: root/lib/Format/Format.cpp
AgeCommit message (Expand)Author
2018-11-05[Format] Add debugging to ObjC language guesserBen Hamilton
2018-10-30NFC: Remove the ObjC1/ObjC2 distinction from clang (and related projects)Erik Pilkington
2018-10-10Lift VFS from clang to llvm (NFC)Jonas Devlieghere
2018-10-05[clang-format] Java import sorting in clang-formatKrasimir Georgiev
2018-10-02clang-format: better handle statement macrosFrancois Ferrand
2018-09-05clang-format: Fix formatting C++ namespaces with preceding 'inline' or 'expor...Sam McCall
2018-08-15clang-format: Change Google style wrt. the formatting of empty messages.Daniel Jasper
2018-08-01[clang-format] Add some text proto functions to Google styleKrasimir Georgiev
2018-07-30[clang-format] Indent after breaking Javadoc annotated lineKrasimir Georgiev
2018-06-29[clang-format] Support additional common functions for text proto formattingKrasimir Georgiev
2018-06-26[clang-format] Enable text proto formatting in common functionsKrasimir Georgiev
2018-06-25[clang-format] Add a default format style that can be used by users of `getSt...Eric Liu
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-11clang-format: Introduce BreakInheritanceList optionFrancois Ferrand
2018-06-04Reland "Move #include manipulation code to new lib/Tooling/Inclusions."Eric Liu
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-18Revert "Move #include manipulation code to new lib/Tooling/Inclusions."Eric Liu
2018-05-18Move #include manipulation code to new lib/Tooling/Inclusions.Eric Liu
2018-05-16clang-format: Allow optimizer to break template declaration.Francois 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-09Add SourceManagerForFile helper which sets up SourceManager and dependencies ...Eric Liu
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-04-25[clang-format] Start formatting cpp code in raw strings in google styleKrasimir Georgiev
2018-04-23Format closing braces when reformatting the line containing the opening brace.Manuel Klimek
2018-04-12[clang-format] Improve ObjC guessing heuristic by supporting all @keywordsBen Hamilton
2018-03-27[clang-format] Refine ObjC guesser to handle child lines of child linesBen Hamilton
2018-03-22[clang-format] Fix ObjC style guesser to also iterate over child linesBen Hamilton
2018-03-22[clang-format] Add a few more Core Graphics identifiers to ObjC heuristicBen Hamilton
2018-03-20[format] Eliminate global destructors.Benjamin Kramer
2018-03-12clang-format: Properly handle implicit string concatenation in text protosDaniel Jasper
2018-03-01[clang-format] Add SpaceBeforeColon optionFrancois Ferrand
2018-02-27[clang-format] Tidy up new API guessLanguage()Ben Hamilton
2018-02-21[clang-format] Fix regression when getStyle() called with empty filenameBen Hamilton
2018-02-21[clang-format] New API guessLanguage()Ben Hamilton
2018-02-16[clang-format] Enable google text proto formatting in R"proto('sKrasimir Georgiev
2018-02-15[clang-format] Improve ObjC headers detectionJacek Olesiak
2018-02-08[clang-format] Do not break before long string literals in protosKrasimir Georgiev
2018-02-08[clang-format] Set ObjCBinPackProtocolList to Never for google styleBen Hamilton
2018-02-02[clang-format] New format param ObjCBinPackProtocolListBen Hamilton
2018-01-31[clang-format] Adds space around braces in text protosKrasimir Georgiev
2018-01-29[clang-format] Disable some text proto delimiters and functions for google styleKrasimir Georgiev
2018-01-24[clang-format] Disable string literal breaking for text protosKrasimir Georgiev
2018-01-19[clang-format] Adds a canonical delimiter to raw string formattingKrasimir Georgiev
2018-01-18[ClangFormat] ObjCSpaceBeforeProtocolList should be true in the google styleBen Hamilton
2018-01-17[clang-format] Replace unordered_set with an arrayKrasimir Georgiev