summaryrefslogtreecommitdiffstats
path: root/clang/lib/Format/Format.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [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
* [ClangFormat] ObjCSpaceBeforeProtocolList should be true in the google styleBen Hamilton2018-01-181-1/+1
* [clang-format] Replace unordered_set with an arrayKrasimir Georgiev2018-01-171-14/+5
* [Format] Improve ObjC header guessing heuristicBen Hamilton2018-01-171-8/+116
* [clang-format] adds enclosing function detection to raw string formattingKrasimir Georgiev2018-01-171-0/+7
* [clang-format] Reorganize RawStringFormat based on languageKrasimir Georgiev2018-01-171-2/+14
* [clang-format] Adds a FormatStyleSetKrasimir Georgiev2018-01-151-9/+49
* Revert "[ClangFormat] IndentWrappedFunctionNames should be true in the google...Ben Hamilton2017-12-141-1/+0
* [ClangFormat] IndentWrappedFunctionNames should be true in the google ObjC styleBen Hamilton2017-12-141-0/+1
* [c++20] P0515R3: Parsing support and basic AST construction for operator <=>.Richard Smith2017-12-141-0/+1
* [clang-format] Improve ObjC headers detection.Krasimir Georgiev2017-12-121-1/+3
* Now that C++17 is official (https://www.iso.org/standard/68564.html), start c...Aaron Ballman2017-12-041-1/+1
* [clang-format] Add option to group multiple #include blocks when sorting incl...Krasimir Georgiev2017-11-271-3/+25
* [clang-format] Add text proto filename detectionKrasimir Georgiev2017-11-171-0/+5
* [clang-format] Apply a clang-tidy suggestion, NFCKrasimir Georgiev2017-11-091-1/+1
* clang/lib/Format/Format.cpp: Fix warnings introduced in rL316903. [-Wpedantic]NAKAMURA Takumi2017-11-011-2/+2
OpenPOWER on IntegriCloud