summaryrefslogtreecommitdiff
path: root/unittests/Tooling
Commit message (Expand)AuthorAgeFilesLines
* [Tooling] Migrated APIs that take ownership of objects to unique_ptrDmitri Gribenko2019-08-304-52/+54
* Changed FrontendActionFactory::create to return a std::unique_ptrDmitri Gribenko2019-08-291-1/+3
* Use FileEntryRef for PPCallbacks::HasIncludeAlex Lorenz2019-08-271-0/+35
* Use FileEntryRef for PPCallbacks::FileSkippedAlex Lorenz2019-08-271-1/+41
* Remove unused variables.Benjamin Kramer2019-08-261-2/+0
* 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
* Introduce FileEntryRef and use it when handling includes to report correct de...Alex Lorenz2019-08-222-0/+119
* [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] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-147-18/+18
* 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
* [AST] No longer visiting CXXMethodDecl bodies created by compiler when method...Johan Vikstrom2019-08-092-0/+59
* [Syntax] Do not add a node for 'eof' into the treeIlya Biryukov2019-08-061-9/+8
* [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
* [AST] Fix RecursiveASTVisitor visiting implicit constructor initializers.Johan Vikstrom2019-08-052-0/+58
* [clang] Adopt new FileManager error-returning APIsHarlan Haskins2019-08-012-9/+10
* [Preprocessor] Always discard body of #define if we failed to parse itIlya Biryukov2019-08-011-0/+15
* [AST] Treat semantic form of InitListExpr as implicit code in traversalsIlya Biryukov2019-07-221-1/+18
* Disallow most calling convention attributes on PS4Sunil Srivastava2019-07-191-0/+2
* [LibTooling] Relax Transformer to allow rewriting macro expansionsYitzhak Mandelbaum2019-07-181-22/+102
* [LibTooling] Add function to translate and validate source range for editingYitzhak Mandelbaum2019-07-181-2/+108
* Re-land [JSONCompilationDatabase] Strip distcc/ccache/gomacc wrappers from pa...Sam McCall2019-07-121-0/+27
* Revert "[JSONCompilationDatabase] Strip distcc/ccache/gomacc wrappers from pa...Russell Gallop2019-07-121-24/+0
* [JSONCompilationDatabase] Strip distcc/ccache/gomacc wrappers from parsed com...Sam McCall2019-07-121-0/+24
* [test] Delete trailing spaces from YAML testsFangrui Song2019-07-124-16/+16
* [Syntax] Move roles into a separate enumIlya Biryukov2019-07-091-4/+4
* Reland r365355: [Syntax] Introduce syntax treesIlya Biryukov2019-07-092-0/+161
* Revert rL365355 : [Syntax] Introduce syntax treesSimon Pilgrim2019-07-092-161/+0
* [Syntax] Introduce syntax treesIlya Biryukov2019-07-082-0/+161
* cmake: Add CLANG_LINK_CLANG_DYLIB optionTom Stellard2019-07-032-4/+11
* [clang-tidy] Fix the YAML created for checks like modernize-pass-by-valueIvan Donchevskii2019-07-031-0/+24
* [LibTooling] Extend `RewriteRule` with support for adding includes.Yitzhak Mandelbaum2019-07-021-0/+36
* [clang][ArgumentAdjusters] Do not add fsyntax-only if already existsKadir Cetinkaya2019-07-021-0/+27
* [clang][Tooling] Fix windows build-bots after rL364386Kadir Cetinkaya2019-06-261-2/+2
* [clang][Tooling] Infer target and mode from argv[0] when using JSONCompilatio...Kadir Cetinkaya2019-06-261-3/+33
* [Syntax] Do not glue multiple empty PP expansions to a single mappingIlya Biryukov2019-06-241-1/+4
* [clang][test] Add missing LambdaTemplateParams test and migrate from getLocStartJordan Rupprecht2019-06-192-3/+4
* [Syntax] Fix a crash when dumping empty token bufferIlya Biryukov2019-06-191-0/+8
* [Syntax] Add a helper to find expansion by its first spelled tokenIlya Biryukov2019-06-181-0/+78
* [LibTooling] Add insert/remove convenience functions for creating `ASTEdit`s.Yitzhak Mandelbaum2019-06-061-0/+58
* [cmake] Remove duplicate TestingSupport library for linkingPengxuan Zheng2019-06-051-1/+0
* [Syntax] Do not depend on llvm targets for Syntax tests. NFCIlya Biryukov2019-06-041-1/+0
* [LibTooling] Add `before` and `after` selectors for selecting point-ranges re...Yitzhak Mandelbaum2019-05-291-3/+54
* Add missing newline at end of fileDuncan P. N. Exon Smith2019-05-251-1/+1
* Rename clangToolingRefactor to clangToolingRefactoring for consistency with i...Nico Weber2019-05-251-1/+1
* [LibTooling] Add Explanation parameter to `makeRule`.Yitzhak Mandelbaum2019-05-241-2/+1
* Fix unresolved symbols when linking tools/clang/unittests/Tooling/ToolingTestsThomas Lively2019-05-231-0/+1