aboutsummaryrefslogtreecommitdiff
path: root/unittests
AgeCommit message (Expand)Author
2018-10-30Revert "[ASTImporter] Reorder fields after structure import is finished"Davide Italiano
2018-10-29[ASTImporter] Reorder fields after structure import is finishedAleksei Sidorin
2018-10-29Add the isStaticLocal() AST matcher for matching on local static variables.Aaron Ballman
2018-10-25[clang-format] Break before next parameter after a formatted multiline raw st...Krasimir Georgiev
2018-10-19Java annotation declaration being handled correctlyHans Wennborg
2018-10-19[ASTImporter] Added error handling for AST import.Balazs Keri
2018-10-12[clang-format] Fix BraceWrapping AfterFunction for ObjC methodsBen Hamilton
2018-10-12Make YAML quote forward slashes.Zachary Turner
2018-10-12Revert "Make YAML quote forward slashes."Zachary Turner
2018-10-12Make YAML quote forward slashes.Zachary Turner
2018-10-10Lift VFS from clang to llvm (NFC)Jonas Devlieghere
2018-10-05clang-format: Don't insert spaces in front of :: for Java 8 Method References.Nico Weber
2018-10-05[clang-format] Java import sorting in clang-formatKrasimir Georgiev
2018-10-03Revert "[ASTMatchers] Fix DynamicASTMatchersTests again"Fangrui Song
2018-10-03[ASTMatchers] Fix DynamicASTMatchersTests againFangrui Song
2018-10-03[test] Fix -Wunused-variable in rC343665Fangrui Song
2018-10-03Allow comments with '#' in dynamic AST MatchersStephen Kelly
2018-10-02clang-format: better handle statement macrosFrancois Ferrand
2018-10-01[Basic] Update clang tests (really testing sys::fs) that broke with r343460Sam McCall
2018-09-28[ClangFormat] 'try' of function-try-block doesn't obey BraceWrappingOwen Pan
2018-09-27clang-format: [JS] conditional types.Martin Probst
2018-09-26llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...)Fangrui Song
2018-09-26clang-format: [JS] space after parameter naming.Martin Probst
2018-09-21[clang-format] Do not merge short case labels if followed by a block.Owen Pan
2018-09-19[NFC] Declare instead of define non-void functions in unit tests.Shuai Wang
2018-09-19[analyzer] Fix nullptr access when processing instantiated function in ExprMu...Shuai Wang
2018-09-19[NFC] Fix uncompilable test cases of ExprMutationAnalyzer.Shuai Wang
2018-09-18[Index] Add an option to collect macros from preprocesor.Eric Liu
2018-09-17[analyzer] Treat std::{move,forward} as casts in ExprMutationAnalyzer.Shuai Wang
2018-09-17[ASTMatchers] Let isArrow also support UnresolvedMemberExpr, CXXDependentScop...Shuai Wang
2018-09-17[ASTImporter] Fix import of VarDecl initGabor Marton
2018-09-17[clang-Format] Fix indentation of member call after blockIlya Biryukov
2018-09-14[analyzer] Handle forwarding reference better in ExprMutationAnalyzer.Shuai Wang
2018-09-14[VFS] vfs::directory_iterator yields path and file type instead of full StatusSam McCall
2018-09-13[Sema] Remove location from implicit capture init exprVedant Kumar
2018-09-13[clang-format] Wrapped block after case label should not be merged into one lineOwen Pan
2018-09-11[analyzer] Add ExprMutationAnalyzerShuai Wang
2018-09-11[ASTMatchers] add three matchers for dependent expressionsJonas Toth
2018-09-09[Tooling] Improve handling of CL-style optionsHamza Sood
2018-09-05clang-format: Fix formatting C++ namespaces with preceding 'inline' or 'expor...Sam McCall
2018-09-04Adding HardLink Support to VirtualFileSystem.Ilya Biryukov
2018-09-03Add header guards to some headers that are missing themArgyrios Kyrtzidis
2018-09-03[ASTImporter] Merge ExprBitsGabor Marton
2018-09-02Fix Bug 38713: clang-format mishandles a short block after "default:" in a sw...Jonas Toth
2018-08-30Allow binding to NamedValue resulting from let expressionStephen Kelly
2018-08-30Add dump() method for SourceRangeStephen Kelly
2018-08-28Parse compile commands lazily in InterpolatingCompilationDatabaseIlya Biryukov
2018-08-24[clang-format] fix PR38557 - comments between "default" and ':' causes the ca...Jonas Toth
2018-08-24[clang-format] fix PR38525 - Extraneous continuation indent spaces with Break...Jonas Toth
2018-08-24[Tooling] Add a isSingleProcess() helper to ToolExecutorIlya Biryukov