summaryrefslogtreecommitdiffstats
path: root/clang/lib/Format/Format.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [clang] Change to range-based invocation of llvm::sortMandeep Singh Grang2019-01-181-1/+1
* [Format] Add debugging to ObjC language guesserBen Hamilton2018-11-051-4/+13
* NFC: Remove the ObjC1/ObjC2 distinction from clang (and related projects)Erik Pilkington2018-10-301-2/+1
* Lift VFS from clang to llvm (NFC)Jonas Devlieghere2018-10-101-3/+4
* [clang-format] Java import sorting in clang-formatKrasimir Georgiev2018-10-051-4/+173
* clang-format: better handle statement macrosFrancois Ferrand2018-10-021-0/+3
* clang-format: Fix formatting C++ namespaces with preceding 'inline' or 'expor...Sam McCall2018-09-051-5/+2
* clang-format: Change Google style wrt. the formatting of empty messages.Daniel Jasper2018-08-151-1/+1
* [clang-format] Add some text proto functions to Google styleKrasimir Georgiev2018-08-011-0/+2
* [clang-format] Indent after breaking Javadoc annotated lineKrasimir Georgiev2018-07-301-4/+3
* [clang-format] Support additional common functions for text proto formattingKrasimir Georgiev2018-06-291-1/+4
* [clang-format] Enable text proto formatting in common functionsKrasimir Georgiev2018-06-261-1/+4
* [clang-format] Add a default format style that can be used by users of `getSt...Eric Liu2018-06-251-0/+4
* [clang-format] Disable AlwaysBreakBeforeMultilineStrings in Google style for ...Ben Hamilton2018-06-141-0/+1
* [clang-format] Add SpaceBeforeCpp11BracedList option.Hans Wennborg2018-06-141-0/+4
* clang-format: Introduce BreakInheritanceList optionFrancois Ferrand2018-06-111-3/+24
* Reland "Move #include manipulation code to new lib/Tooling/Inclusions."Eric Liu2018-06-041-1/+1
* Revert "Reland "Move #include manipulation code to new lib/Tooling/Inclusions.""Eric Liu2018-05-301-1/+1
* Reland "Move #include manipulation code to new lib/Tooling/Inclusions."Eric Liu2018-05-301-1/+1
* Revert "Move #include manipulation code to new lib/Tooling/Inclusions."Eric Liu2018-05-181-1/+1
* Move #include manipulation code to new lib/Tooling/Inclusions.Eric Liu2018-05-181-1/+1
* clang-format: Allow optimizer to break template declaration.Francois Ferrand2018-05-161-3/+19
* [clang] Update uses of DEBUG macro to LLVM_DEBUG.Nicola Zaghen2018-05-151-6/+7
* [Tooling] Pull #include manipulation code from clangFormat into libToolingCore.Eric Liu2018-05-141-393/+5
* [clang-format] Move #include related style to libToolingCoreEric Liu2018-05-141-34/+22
* Add SourceManagerForFile helper which sets up SourceManager and dependencies ...Eric Liu2018-05-091-23/+16
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-091-1/+1
* [clang-format] Refactor #include insertion/deletion functionality into a class.Eric Liu2018-05-041-102/+252
* [clang-format] Start formatting cpp code in raw strings in google styleKrasimir Georgiev2018-04-251-12/+31
* Format closing braces when reformatting the line containing the opening brace.Manuel Klimek2018-04-231-6/+3
* [clang-format] Improve ObjC guessing heuristic by supporting all @keywordsBen Hamilton2018-04-121-4/+7
* [clang-format] Refine ObjC guesser to handle child lines of child linesBen Hamilton2018-03-271-10/+3
* [clang-format] Fix ObjC style guesser to also iterate over child linesBen Hamilton2018-03-221-2/+11
* [clang-format] Add a few more Core Graphics identifiers to ObjC heuristicBen Hamilton2018-03-221-0/+15
* [format] Eliminate global destructors.Benjamin Kramer2018-03-201-1/+1
* clang-format: Properly handle implicit string concatenation in text protosDaniel Jasper2018-03-121-0/+1
* [clang-format] Add SpaceBeforeColon optionFrancois Ferrand2018-03-011-0/+9
* [clang-format] Tidy up new API guessLanguage()Ben Hamilton2018-02-271-6/+5
* [clang-format] Fix regression when getStyle() called with empty filenameBen Hamilton2018-02-211-3/+4
* [clang-format] New API guessLanguage()Ben Hamilton2018-02-211-11/+20
* [clang-format] Enable google text proto formatting in R"proto('sKrasimir Georgiev2018-02-161-0/+2
* [clang-format] Improve ObjC headers detectionJacek Olesiak2018-02-151-2/+7
* [clang-format] Do not break before long string literals in protosKrasimir Georgiev2018-02-081-5/+6
* [clang-format] Set ObjCBinPackProtocolList to Never for google styleBen Hamilton2018-02-081-0/+1
* [clang-format] New format param ObjCBinPackProtocolListBen Hamilton2018-02-021-0/+10
* [clang-format] Adds space around braces in text protosKrasimir Georgiev2018-01-311-0/+1
* [clang-format] Disable some text proto delimiters and functions for google styleKrasimir Georgiev2018-01-291-9/+1
* [clang-format] Disable string literal breaking for text protosKrasimir Georgiev2018-01-241-0/+6
* [clang-format] Adds a canonical delimiter to raw string formattingKrasimir Georgiev2018-01-191-0/+2
OpenPOWER on IntegriCloud