aboutsummaryrefslogtreecommitdiff
path: root/unittests/Format/FormatTest.cpp
AgeCommit message (Expand)Author
2018-11-22[clang-format] Do not treat asm clobber [ as ObjCExpr, refinedKrasimir Georgiev
2018-11-13[clang-format] Do not treat the asm clobber [ as ObjCExprKrasimir Georgiev
2018-11-09Fix ClangFormat issue of recognizing ObjC subscript as C++ attributes when me...Yan Zhang
2018-10-31[clang-format] tweaked another case of lambda formattingKrasimir Georgiev
2018-10-10Lift VFS from clang to llvm (NFC)Jonas Devlieghere
2018-10-02clang-format: better handle statement macrosFrancois Ferrand
2018-09-28[ClangFormat] 'try' of function-try-block doesn't obey BraceWrappingOwen Pan
2018-09-21[clang-format] Do not merge short case labels if followed by a block.Owen Pan
2018-09-17[clang-Format] Fix indentation of member call after blockIlya Biryukov
2018-09-13[clang-format] Wrapped block after case label should not be merged into one lineOwen Pan
2018-09-05clang-format: Fix formatting C++ namespaces with preceding 'inline' or 'expor...Sam McCall
2018-09-02Fix Bug 38713: clang-format mishandles a short block after "default:" in a sw...Jonas Toth
2018-08-24[clang-format] fix PR38557 - comments between "default" and ':' causes the ca...Jonas Toth
2018-08-24[clang-format] fix PR38525 - Extraneous continuation indent spaces with Break...Jonas Toth
2018-08-01[Format] Fix for bug 35641Ilya Biryukov
2018-06-14[clang-format] Add SpaceBeforeCpp11BracedList option.Hans Wennborg
2018-06-11clang-format: Introduce BreakInheritanceList optionFrancois Ferrand
2018-05-23[clang-format] fix buildbots after r333085Krasimir Georgiev
2018-05-23[clang-format] Break template declarations followed by commentsKrasimir Georgiev
2018-05-22[clang-format] Add a test case for crashKrasimir Georgiev
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[clang-format] Move #include related style to libToolingCoreEric Liu
2018-04-19[clang-format] Don't remove empty lines before namespace endingsKrasimir Georgiev
2018-04-12[clang-format] Improve ObjC guessing heuristic by supporting all @keywordsBen 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-04[clang-format] In tests, expected code should be format-stableMark Zeren
2018-04-03[clang-format/ObjC] Do not detect "[]" as ObjC method expressionBen Hamilton
2018-03-27[clang-format] Refine ObjC guesser to handle child lines of child linesBen Hamilton
2018-03-27Revert "[clang-format] Remove empty lines before }[;] // comment"Krasimir Georgiev
2018-03-22[clang-format] Fix ObjC style guesser to also iterate over child linesBen Hamilton
2018-03-22clang-format: Narrow down raw string literal line break exception.Daniel Jasper
2018-03-22clang-format: Fix SpacesInParentheses with fully qualified names.Daniel Jasper
2018-03-22[clang-format] Add a few more Core Graphics identifiers to ObjC heuristicBen Hamilton
2018-03-19[clang-format] Remove empty lines before }[;] // commentKrasimir Georgiev
2018-03-12[clang-format] Improve detection of Objective-C block typesBen Hamilton
2018-03-12[clang-format] Don't detect C++11 attribute specifiers as ObjCBen Hamilton
2018-03-06[clang-format] Improve detection of ObjC for-in statementsBen Hamilton
2018-03-06[clang-format] fix handling of consecutive unary operatorsKrasimir Georgiev
2018-03-01[clang-format] Add SpaceBeforeColon optionFrancois Ferrand
2018-02-27[clang-format] Tidy up new API guessLanguage()Ben Hamilton
2018-02-26Resolve build bot problems in unittests/Format/FormatTest.cppBjorn Pettersson
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-05[clang-format] Re-land: Fixup #include guard indents after parseFile()Mark Zeren
2018-02-05Revert "[clang-format] Fixup #include guard indents after parseFile()"Mark Zeren
2018-02-05[clang-format] Fixup #include guard indents after parseFile()Mark Zeren
2018-01-31[clang-format] Align preprocessor comments with #Mark Zeren