summaryrefslogtreecommitdiff
path: root/unittests
Commit message (Expand)AuthorAgeFilesLines
* [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
* [NFC] Fix uncompilable test cases of ExprMutationAnalyzer.Shuai Wang2018-09-191-311/+265
* [Index] Add an option to collect macros from preprocesor.Eric Liu2018-09-183-0/+144
* [analyzer] Treat std::{move,forward} as casts in ExprMutationAnalyzer.Shuai Wang2018-09-171-23/+115
* [ASTMatchers] Let isArrow also support UnresolvedMemberExpr, CXXDependentScop...Shuai Wang2018-09-173-2/+16
* [ASTImporter] Fix import of VarDecl initGabor Marton2018-09-171-2/+145
* [clang-Format] Fix indentation of member call after blockIlya Biryukov2018-09-171-0/+34
* [analyzer] Handle forwarding reference better in ExprMutationAnalyzer.Shuai Wang2018-09-141-0/+90
* [VFS] vfs::directory_iterator yields path and file type instead of full StatusSam McCall2018-09-141-27/+29
* [Sema] Remove location from implicit capture init exprVedant Kumar2018-09-131-5/+5
* [clang-format] Wrapped block after case label should not be merged into one lineOwen Pan2018-09-131-0/+26
* [analyzer] Add ExprMutationAnalyzerShuai Wang2018-09-112-0/+944
* [ASTMatchers] add three matchers for dependent expressionsJonas Toth2018-09-111-0/+42