summaryrefslogtreecommitdiff
path: root/unittests
Commit message (Expand)AuthorAgeFilesLines
* 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
* [Tooling] Improve handling of CL-style optionsHamza Sood2018-09-091-3/+30
* clang-format: Fix formatting C++ namespaces with preceding 'inline' or 'expor...Sam McCall2018-09-051-0/+75
* Adding HardLink Support to VirtualFileSystem.Ilya Biryukov2018-09-041-0/+114
* Add header guards to some headers that are missing themArgyrios Kyrtzidis2018-09-031-0/+5
* [ASTImporter] Merge ExprBitsGabor Marton2018-09-031-0/+19
* Fix Bug 38713: clang-format mishandles a short block after "default:" in a sw...Jonas Toth2018-09-021-0/+18
* Allow binding to NamedValue resulting from let expressionStephen Kelly2018-08-301-0/+38
* Add dump() method for SourceRangeStephen Kelly2018-08-301-0/+48
* Parse compile commands lazily in InterpolatingCompilationDatabaseIlya Biryukov2018-08-281-3/+6
* [clang-format] fix PR38557 - comments between "default" and ':' causes the ca...Jonas Toth2018-08-241-0/+16
* [clang-format] fix PR38525 - Extraneous continuation indent spaces with Break...Jonas Toth2018-08-241-0/+12
* [Tooling] Add a isSingleProcess() helper to ToolExecutorIlya Biryukov2018-08-241-0/+2
* [ASTMatchers] Let hasObjectExpression also support UnresolvedMemberExpr, CXXD...Shuai Wang2018-08-231-0/+20
* Fix import of class templates partial specializationGabor Marton2018-08-221-2/+259
* [ASTImporter] Adding some friend function related unittests.Balazs Keri2018-08-211-0/+205
* clang-format: Change Google style wrt. the formatting of empty messages.Daniel Jasper2018-08-151-8/+4
* Fix ASTMatchersTraversalTest testcase compile on older compilersDavid Green2018-08-151-3/+3
* Remove obsolete commentStephen Kelly2018-08-141-1/+0
* Fix Stmt::ignoreImplicitStephen Kelly2018-08-141-0/+39
* [clang-format] Fix comment, NFCKrasimir Georgiev2018-08-131-1/+1
* [ASTImporter] Improved import of friend templates.Balazs Keri2018-08-131-0/+87
* [ASTMatchers] Let hasAnyArgument also support CXXUnresolvedConstructExprShuai Wang2018-08-121-0/+19
* [ASTMatchers] Add matchers unresolvedMemberExpr, cxxDependentScopeMemberExprShuai Wang2018-08-122-6/+14
* Port getLocStart -> getBeginLocStephen Kelly2018-08-098-9/+9
* Fix structural inequivalency of forward EnumDeclGabor Marton2018-08-091-0/+54
* Add support for importing imaginary literalsGabor Marton2018-08-091-0/+8
* [VFS] Remove superfluous semicolon from unittest.Craig Topper2018-08-081-1/+1
* [AST] Check described template at structural equivalence check.Balazs Keri2018-08-081-5/+28
* [ASTImporter] Load external Decls when getting field index.Balazs Keri2018-08-081-0/+34
* [VFS] Emit an error when entry at root level uses a relative path.Volodymyr Sapsai2018-08-071-0/+32
* [clang-format] comment reflow: add last line's penalty when ending brokenKrasimir Georgiev2018-08-071-0/+20
* [VirtualFileSystem] InMemoryFileSystem::status: Return a Status with the requ...Simon Marchi2018-08-062-11/+50