summaryrefslogtreecommitdiff
path: root/unittests
Commit message (Expand)AuthorAgeFilesLines
* clang-format: Don't force a break after "endl" if everything fits on one line.Daniel Jasper2015-02-171-2/+3
* clang-format: Fix crasher.Daniel Jasper2015-02-171-0/+1
* Reverting a switch from LLVM_DELETED_FUNCTION to = delete; this test should n...Aaron Ballman2015-02-161-1/+1
* Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the last reason for requirin...Aaron Ballman2015-02-151-1/+1
* Add translationUnitDecl matcher.Samuel Benzaquen2015-02-101-0/+15
* clang-format: Correctly mark preprocessor lines in child blocks.Daniel Jasper2015-02-081-0/+7
* clang-format: Format Objective-C try blocks like all the other try blocks.Nico Weber2015-02-071-4/+14
* clang-format: Fix assert triggering on carriage returns.Daniel Jasper2015-02-051-0/+4
* clang-format: Add support for SEH __try / __except / __finally blocks.Nico Weber2015-02-041-0/+27
* Rewrite r228138 to be somewhat saner.Daniel Jasper2015-02-041-0/+2
* Let RecursiveASTVisitor walk both syntactic and semantic form of InitListExprs.Daniel Jasper2015-02-041-0/+4
* Add some overloads so that floating point literals can be AST matched properly.Daniel Jasper2015-02-031-0/+8
* Revert "Add some overloads so that floating point literals can be AST matched...Daniel Jasper2015-02-021-8/+0
* Add some overloads so that floating point literals can be AST matched properly.Daniel Jasper2015-02-021-0/+8
* clang-format: Fix crasher caused by not properly setting dry-run.Daniel Jasper2015-01-291-0/+2
* clang-format: Fix another crasher caused by incomplete macro code.Daniel Jasper2015-01-231-0/+1
* clang-format: Fix incorrect classification of "*".Daniel Jasper2015-01-231-0/+1
* clang-format: Fix crasher when splitting incomplete escape sequences.Daniel Jasper2015-01-211-0/+6
* clang-format: Fix crasher caused by incorrect resetting of token info.Daniel Jasper2015-01-211-0/+1
* clang-format: Fix bad memory access.Daniel Jasper2015-01-211-0/+1
* clang-format: Fix use-heap-after-free bug.Daniel Jasper2015-01-211-0/+2
* clang-format: Fix AlwaysBreakBeforeMultilineStrings with ColumnLimit=0Daniel Jasper2015-01-201-0/+3
* clang-format: Fix crasher on weird comments.Daniel Jasper2015-01-191-0/+3
* clang-format: Fix crasher on incomplete condition compilation.Daniel Jasper2015-01-191-0/+6
* clang-format: Fix crash on invalid code.Daniel Jasper2015-01-191-0/+2
* clang-format: Fix clang-format crash on invalid code.Daniel Jasper2015-01-191-0/+8
* clang-format: Fix assertion when trying to build a nullptr StringRef.Daniel Jasper2015-01-191-0/+1
* clang-format: Fix endless loop on incomplete try-catch-block.Daniel Jasper2015-01-191-0/+3
* clang-format: Remove assert that isn't helpful.Daniel Jasper2015-01-191-0/+1
* Remove unused parameter, followup to r179639. No behavior change.Nico Weber2015-01-151-1/+0
* [cleanup] Re-sort the #include lines using llvm/utils/sort_includes.pyChandler Carruth2015-01-145-12/+9
* clang-format: [Java] Support try blocks with resources.Daniel Jasper2015-01-141-0/+11
* clang-format: [Java] Prefer not to break in parameter annotations.Daniel Jasper2015-01-141-0/+6
* clang-format: [Java] Understand "import static".Daniel Jasper2015-01-141-0/+2
* clang-format: [Java] Don't let annotations confuse return type analysis.Daniel Jasper2015-01-141-0/+4
* clang-format: [Java] Don't line-wrap before annotations' l_parens.Daniel Jasper2015-01-141-0/+4
* clang-format: [Java] Don't get confused by leading annotations.Daniel Jasper2015-01-141-0/+3
* clang-format: [Java] Detect `native` keyword.Nico Weber2015-01-131-0/+1
* Fix assertion in BreakableBlockComment (http://llvm.org/PR21916).Alexander Kornienko2015-01-121-0/+11
* clang-format: Improve format of lambdas in ctor initializers.Daniel Jasper2015-01-121-0/+4
* clang-format: Fix formatting of inline asm.Daniel Jasper2015-01-121-2/+6
* clang-format: [Java] Support formatting qualified annotations.Nico Weber2015-01-091-0/+10
* clang-format: Force line break between "endl" and "<<".Daniel Jasper2015-01-081-0/+4
* clang-format: Improve template parameter detection.Daniel Jasper2015-01-081-0/+1
* clang-format: Understand single-line comments at the end of blocks.Daniel Jasper2015-01-071-0/+8
* clang-format: Fix unary operator detection.Daniel Jasper2015-01-071-0/+1
* clang-format: [Java] Fix incorrect detection of cast.Daniel Jasper2015-01-051-0/+4
* clang-format: [Java] Fix incorrect recognition of annonymous classes.Daniel Jasper2015-01-041-0/+5
* clang-format: Re-enable comment re-indentation for Java/JS.Daniel Jasper2015-01-041-0/+13
* clang-format: Fix incorrect detection of ObjC "in" keyword.Daniel Jasper2014-12-181-0/+1