summaryrefslogtreecommitdiffstats
path: root/unittests
Commit message (Expand)AuthorAgeFilesLines
* Expect mixed path separators in FileManagerTest when resolving paths on Win32Matthew Voss2018-11-301-1/+1
* [clang] Fix rL348006 for windowsKadir Cetinkaya2018-11-301-1/+8
* [clang] Fill RealPathName for virtual files.Kadir Cetinkaya2018-11-301-7/+18
* [ASTImporter] Typedef import brings in the complete typeGabor Marton2018-11-271-0/+32
* [ASTImporter][Structural Eq] Check for isBeingDefinedGabor Marton2018-11-261-0/+39
* [clang-format] Do not treat asm clobber [ as ObjCExpr, refinedKrasimir Georgiev2018-11-221-0/+24
* Revert rL347462 "[ASTMatchers] Add hasSideEffect() matcher."Clement Courbet2018-11-221-16/+0
* [ASTMatchers] Add hasSideEffect() matcher.Clement Courbet2018-11-221-0/+16
* Implement YAML serialization of notes in clang::tooling::Diagnostic.Alexander Kornienko2018-11-211-6/+36
* [clang-format] JS: don't treat is: as a type matcherKrasimir Georgiev2018-11-201-0/+10
* Ensure FileManagerTest expects "\\" as path separator on Windows platformsMatthew Voss2018-11-201-0/+4
* [FileManager] getFile(open=true) after getFile(open=false) should open the file.Sam McCall2018-11-191-0/+27
* [Support] Teach YAMLIO about polymorphic typesScott Linder2018-11-142-4/+4
* [AST] Allow limiting the scope of common AST traversals (getParents, RAV).Sam McCall2018-11-143-0/+80
* [clang-format] Do not treat the asm clobber [ as ObjCExprKrasimir Georgiev2018-11-131-0/+15
* [clang-format] Support breaking consecutive string literals for TableGenJordan Rupprecht2018-11-122-0/+57
* Fix ClangFormat issue of recognizing ObjC subscript as C++ attributes when me...Yan Zhang2018-11-091-0/+2
* [ASTMatchers] overload ignoringParens for ExprJonas Toth2018-11-091-0/+8
* Compound literals, enums, et al require const exprBill Wendling2018-11-093-17/+19
* [Tooling] Add "-filter" option to AllTUsExecutionHaojian Wu2018-11-051-2/+5
* [analyzer] Restrict AnalyzerOptions' interface so that non-checker objects ha...Kristof Umann2018-11-051-10/+12
* Revert "[ASTImporter][Structural Eq] Check for isBeingDefined"Shafik Yaghmour2018-10-311-39/+0
* [ASTImporter][Structural Eq] Check for isBeingDefinedGabor Marton2018-10-311-0/+39
* [clang-format] tweaked another case of lambda formattingKrasimir Georgiev2018-10-311-13/+85
* Revert "[ASTImporter] Reorder fields after structure import is finished"Davide Italiano2018-10-301-12/+1
* [ASTImporter] Reorder fields after structure import is finishedAleksei Sidorin2018-10-291-1/+12
* Add the isStaticLocal() AST matcher for matching on local static variables.Aaron Ballman2018-10-291-0/+8
* [clang-format] Break before next parameter after a formatted multiline raw st...Krasimir Georgiev2018-10-251-2/+95
* Java annotation declaration being handled correctlyHans Wennborg2018-10-191-0/+9
* [ASTImporter] Added error handling for AST import.Balazs Keri2018-10-191-2/+3
* [clang-format] Fix BraceWrapping AfterFunction for ObjC methodsBen Hamilton2018-10-121-0/+10
* Make YAML quote forward slashes.Zachary Turner2018-10-122-9/+9
* Revert "Make YAML quote forward slashes."Zachary Turner2018-10-122-9/+9
* Make YAML quote forward slashes.Zachary Turner2018-10-122-9/+9
* Lift VFS from clang to llvm (NFC)Jonas Devlieghere2018-10-1015-1678/+85
* clang-format: Don't insert spaces in front of :: for Java 8 Method References.Nico Weber2018-10-051-0/+16
* [clang-format] Java import sorting in clang-formatKrasimir Georgiev2018-10-052-0/+268
* Revert "[ASTMatchers] Fix DynamicASTMatchersTests again"Fangrui Song2018-10-031-0/+1
* [ASTMatchers] Fix DynamicASTMatchersTests againFangrui Song2018-10-031-1/+0
* [test] Fix -Wunused-variable in rC343665Fangrui Song2018-10-031-1/+1
* Allow comments with '#' in dynamic AST MatchersStephen Kelly2018-10-031-2/+17
* clang-format: better handle statement macrosFrancois Ferrand2018-10-021-0/+45
* [Basic] Update clang tests (really testing sys::fs) that broke with r343460Sam McCall2018-10-011-51/+25
* [ClangFormat] 'try' of function-try-block doesn't obey BraceWrappingOwen Pan2018-09-281-0/+10
* clang-format: [JS] conditional types.Martin Probst2018-09-271-0/+9
* llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...)Fangrui Song2018-09-261-2/+2
* clang-format: [JS] space after parameter naming.Martin Probst2018-09-261-0/+4
* [clang-format] Do not merge short case labels if followed by a block.Owen Pan2018-09-211-0/+24
* [NFC] Declare instead of define non-void functions in unit tests.Shuai Wang2018-09-191-6/+6
* [analyzer] Fix nullptr access when processing instantiated function in ExprMu...Shuai Wang2018-09-191-0/+30