summaryrefslogtreecommitdiff
path: root/unittests
Commit message (Expand)AuthorAgeFilesLines
* Changed FrontendActionFactory::create to return a std::unique_ptrDmitri Gribenko2019-08-291-1/+3
* ArrayRef'ized CompilerInvocation::CreateFromArgsDmitri Gribenko2019-08-271-1/+0
* Use FileEntryRef for PPCallbacks::HasIncludeAlex Lorenz2019-08-271-0/+35
* [ASTImporter] Fix name conflict handling with different strategiesGabor Marton2019-08-273-22/+342
* Use FileEntryRef for PPCallbacks::FileSkippedAlex Lorenz2019-08-271-1/+41
* Remove unused variables.Benjamin Kramer2019-08-261-2/+0
* clang-format: [JS] handle `as const`.Martin Probst2019-08-261-0/+3
* Re-enable DependencyScannerTest on windows with the right fixesAlex Lorenz2019-08-241-13/+16
* Disable the ScanDepsReuseFilemanager test on WindowsAlex Lorenz2019-08-221-0/+4
* Fix the nullPointerConstant() test to get bots back to green.Aaron Ballman2019-08-221-1/+1
* Introduce FileEntryRef and use it when handling includes to report correct de...Alex Lorenz2019-08-222-0/+119
* Revert "[LifetimeAnalysis] Support more STL idioms (template forward declarat...Richard Smith2019-08-222-63/+0
* [LifetimeAnalysis] Support more STL idioms (template forward declaration and ...Matthias Gehre2019-08-212-0/+63
* Removed some dead code in BugReporter and related filesDmitri Gribenko2019-08-211-1/+1
* [Syntax] Added function to get macro expansion tokens to TokenBuffer.Johan Vikstrom2019-08-201-0/+23
* Removed the 'id' AST matcher, which is superseded by '.bind()'Dmitri Gribenko2019-08-201-18/+18
* [clang-format] Fix a bug that joins template closer and =Owen Pan2019-08-181-1/+8
* [clang-format] Fix the bug that joins template closer and > or >>Owen Pan2019-08-161-1/+4
* [analyzer] Analysis: Silence checkersCsaba Dabis2019-08-161-1/+1
* [Rewrite][NFC] Add FIXMEs and tests for RemoveLineIfEmpty bugJoel E. Denny2019-08-151-5/+68
* [Clang] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-1428-137/+137
* [CFG] Introduce CFGElementRef, a wrapper that knows it's position in a CFGBlockKristof Umann2019-08-141-0/+133
* Removed ToolExecutor::isSingleProcess, it is not used by anythingDmitri Gribenko2019-08-141-2/+0
* [libTooling] In Transformer, generalize `applyFirst` to admit rules with inco...Yitzhak Mandelbaum2019-08-131-46/+80
* [ASTImporter] Import additional flags for functions.Balazs Keri2019-08-131-0/+49
* [clang] Update isDerivedFrom to support Objective-C classes 🔍Stephane Moore2019-08-122-1/+106
* [ASTImporter] Fix for import of friend class template with definition.Balazs Keri2019-08-121-0/+44
* [clang-format] Expand AllowShortBlocksOnASingleLine for WebKitOwen Pan2019-08-111-9/+30
* [clang-format] Add SpaceInEmptyBlock option for WebKitOwen Pan2019-08-101-0/+6
* Add SVE opaque built-in typesRichard Sandiford2019-08-091-0/+38
* [AST] No longer visiting CXXMethodDecl bodies created by compiler when method...Johan Vikstrom2019-08-092-0/+59
* Use ASSERT_THAT_ERROR instead of logAllUnhandledErrors/exitDmitri Gribenko2019-08-092-43/+10
* [clang-scan-deps] Add minimizer support for C++20 modules.Michael J. Spencer2019-08-091-2/+51
* [clang][NFC] Move matcher ignoringElidableConstructorCall's tests to appropri...Yitzhak Mandelbaum2019-08-082-85/+85
* [clang] Update `ignoringElidableConstructorCall` matcher to ignore `ExprWithC...Yitzhak Mandelbaum2019-08-081-0/+17
* [clang-format] fix crash involving invalid preprocessor lineKrasimir Georgiev2019-08-081-0/+9
* Remove LLVM mutexes from clang in favor of std::mutexBenjamin Kramer2019-08-071-1/+0
* [ASTImporter] Do not import FunctionTemplateDecl in record twice.Balazs Keri2019-08-071-0/+46
* [clang] Fix mismatched args constructing AddressSpaceAttr.Anton Bikineev2019-08-071-0/+13
* Remove inclusion of a private gmock header from a testDmitri Gribenko2019-08-071-1/+0
* [clang][DirectoryWatcher][NFC] Swapping asserts for llvm fatal_error in createPuyan Lotfi2019-08-061-57/+99
* [Syntax] Do not add a node for 'eof' into the treeIlya Biryukov2019-08-061-9/+8
* [AST] Traverse attributes inside DEF_TRAVERSE_DECL macroIlya Biryukov2019-08-062-0/+107
* [clang][DirectoryWatcher] Adding llvm::Expected error handling to create.Puyan Lotfi2019-08-061-0/+7
* [NFC][DirectoryWatchedTests] Unlocks mutexes before signaling condition variablePuyan Lotfi2019-08-061-2/+6
* [AST] Fix buildbot failure because of raw string inside macro from 367839.Johan Vikstrom2019-08-051-1/+1
* [AST] Fix RecursiveASTVisitorTest multiline string literal. NFCDavid Green2019-08-051-3/+3
* Move LangStandard*, InputKind::Language to BasicRainer Orth2019-08-053-9/+12
* [AST] Fix RecursiveASTVisitor visiting implicit constructor initializers.Johan Vikstrom2019-08-052-0/+58
* [clang-format] Fix a bug that doesn't break braces before unions for AllmanOwen Pan2019-08-021-0/+3