summaryrefslogtreecommitdiffstats
path: root/unittests
Commit message (Expand)AuthorAgeFilesLines
* [clang-format] Support lightweight Objective-C genericsBen Hamilton2018-04-051-0/+12
* [clang-format] Ensure ObjC selectors with 0 args are annotated correctlyBen Hamilton2018-04-051-0/+17
* [clang-format] Preserve spaces before a percent in (text) protosKrasimir Georgiev2018-04-052-2/+6
* [clang-format] In tests, expected code should be format-stableMark Zeren2018-04-047-0/+11
* Fixes errors with FS iterators caused by https://reviews.llvm.org/D44960Max Moroz2018-04-041-9/+17
* [clang-format/ObjC] Do not detect "[]" as ObjC method expressionBen Hamilton2018-04-031-1/+5
* [clang-format/ObjC] Do not insert space after opening brace of ObjC dict literalBen Hamilton2018-04-031-0/+9
* [ASTImporter] Add test helper FixturePeter Szecsi2018-03-302-6/+761
* [clang-format] Ensure wrapped ObjC selectors with 1 arg obey IndentWrappedFun...Ben Hamilton2018-03-301-0/+16
* [Sema] Make deprecation fix-it replace all multi-parameter ObjC method slots.Volodymyr Sapsai2018-03-291-0/+5
* [ASTMatchers] Introduce a matcher for matching any given Objective-C selectorGeorge Karpenkov2018-03-292-0/+22
* [ASTMatchers] Extend hasParameter and hasAnyParameter matches to handle Objec...George Karpenkov2018-03-292-7/+12
* [clang] Change std::sort to llvm::sort in response to r327219Mandeep Singh Grang2018-03-271-3/+3
* [clang-format] Refine ObjC guesser to handle child lines of child linesBen Hamilton2018-03-271-0/+6
* [clang-format] Do not insert space before closing brace in ObjC dict literalBen Hamilton2018-03-271-0/+30
* Revert "[clang-format] Remove empty lines before }[;] // comment"Krasimir Georgiev2018-03-271-14/+2
* [ASTMatchers] Add isAssignmentOperator matcherPeter Szecsi2018-03-271-0/+15
* [clang-format] Fix ObjC style guesser to also iterate over child linesBen Hamilton2018-03-221-0/+7
* clang-format: Narrow down raw string literal line break exception.Daniel Jasper2018-03-221-0/+3
* clang-format: Fix SpacesInParentheses with fully qualified names.Daniel Jasper2018-03-221-0/+1
* [clang-format] Add a few more Core Graphics identifiers to ObjC heuristicBen Hamilton2018-03-221-0/+6
* [clang-format] Don't insert space between r_paren and 'new' in ObjC declBen Hamilton2018-03-221-0/+12
* [clang-format] Fix ObjC selectors with multiple params passed to macroBen Hamilton2018-03-201-0/+3
* [clang-format] Remove empty lines before }[;] // commentKrasimir Georgiev2018-03-191-2/+14
* Updated a usage of createTemporaryFile that does not expect file to be created.Ilya Biryukov2018-03-191-2/+2
* [clang-format] Disallow breaks before ']' in text proto extensionsKrasimir Georgiev2018-03-161-4/+21
* [clang-format] Fix raw string prefix penaltyKrasimir Georgiev2018-03-161-0/+28
* [clang-format] Improve detection of Objective-C block typesBen Hamilton2018-03-122-0/+25
* [clang-format] Don't detect C++11 attribute specifiers as ObjCBen Hamilton2018-03-121-16/+31
* clang-format: Properly handle implicit string concatenation in text protosDaniel Jasper2018-03-122-3/+19
* Don't re-format raw string literal contents when formatting is disableDaniel Jasper2018-03-121-0/+14
* [clang-format] Use NestedBlockIndent as a 0 column in formatted raw stringsKrasimir Georgiev2018-03-081-6/+5
* [clang-format] Break consecutive string literals in text protosKrasimir Georgiev2018-03-071-0/+6
* [ASTMatcher] Extend hasAnyArgument to ObjCMessageExprGeorge Karpenkov2018-03-071-3/+10
* [clang-format] Improve detection of ObjC for-in statementsBen Hamilton2018-03-062-0/+38
* [clang-format] fix handling of consecutive unary operatorsKrasimir Georgiev2018-03-062-0/+3
* Add possibility to specify output stream for CompilerInstanceAlexey Sotkin2018-03-022-0/+48
* [clang-format] Add SpaceBeforeColon optionFrancois Ferrand2018-03-011-0/+111
* [clang-format] Format operator key in protosKrasimir Georgiev2018-02-272-0/+24
* [clang-format] Tidy up new API guessLanguage()Ben Hamilton2018-02-271-26/+8
* Revert "[Tooling] [0/1] Refactor FrontendActionFactory::create() to return st...Roman Lebedev2018-02-279-83/+79
* [Tooling] [0/1] Refactor FrontendActionFactory::create() to return std::uniqu...Roman Lebedev2018-02-279-79/+83
* clang-format: use AfterControlStatement to format ObjC control blocksFrancois Ferrand2018-02-271-2/+4
* clang-format: fix formatting of ObjC @synchronized blocksFrancois Ferrand2018-02-271-0/+18
* Resolve build bot problems in unittests/Format/FormatTest.cppBjorn Pettersson2018-02-261-1/+2
* [clang-format] Fix regression when getStyle() called with empty filenameBen Hamilton2018-02-211-0/+6
* [clang-format] New API guessLanguage()Ben Hamilton2018-02-211-0/+28
* [ASTMatchers] isTemplateInstantiation: also match explicit instantiation decl...Eric Liu2018-02-211-0/+8
* [clang-format] Fix text proto extension scope opening detectionKrasimir Georgiev2018-02-191-0/+8
* [clang-format] Fixup a case of text proto message attributesKrasimir Georgiev2018-02-191-0/+10