summaryrefslogtreecommitdiffstats
path: root/clang/unittests/Tooling/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* Reland "[AST] Traverse the class type loc inside the member type loc.""Haojian Wu2019-12-091-0/+1
* Revert "[AST] Traverse the class type loc inside the member type loc."Sterling Augustine2019-12-051-1/+0
* [AST] Traverse the class type loc inside the member type loc.Haojian Wu2019-12-051-0/+1
* [libTooling] Move Transformer files to their own directory/library.Yitzhak Mandelbaum2019-10-101-0/+1
* [libTooling] Introduce new library of source-code builders.Yitzhak Mandelbaum2019-09-231-0/+1
* Introduce FileEntryRef and use it when handling includes to report correct de...Alex Lorenz2019-08-221-0/+1
* [AST] No longer visiting CXXMethodDecl bodies created by compiler when method...Johan Vikstrom2019-08-091-0/+1
* [AST] Fix RecursiveASTVisitor visiting implicit constructor initializers.Johan Vikstrom2019-08-051-0/+1
* cmake: Add CLANG_LINK_CLANG_DYLIB optionTom Stellard2019-07-031-2/+5
* [clang][test] Add missing LambdaTemplateParams test and migrate from getLocStartJordan Rupprecht2019-06-191-0/+1
* [cmake] Remove duplicate TestingSupport library for linkingPengxuan Zheng2019-06-051-1/+0
* Rename clangToolingRefactor to clangToolingRefactoring for consistency with i...Nico Weber2019-05-251-1/+1
* Fix unresolved symbols when linking tools/clang/unittests/Tooling/ToolingTestsThomas Lively2019-05-231-0/+1
* Reland r361148 with a fix to the buildbot failure.Ilya Biryukov2019-05-221-0/+3
* Revert r361148 "[Syntax] Introduce TokenBuffer, start clangToolingSyntax libr...Russell Gallop2019-05-221-3/+0
* [LibTooling] Address post-commit feedback for r361152Yitzhak Mandelbaum2019-05-211-2/+1
* [LibTooling] Add RangeSelector library for defining source ranges based on bo...Yitzhak Mandelbaum2019-05-201-0/+3
* [Syntax] Introduce TokenBuffer, start clangToolingSyntax libraryIlya Biryukov2019-05-201-0/+3
* [LibTooling] Add Stencil library for format-string style codegen.Yitzhak Mandelbaum2019-04-181-0/+1
* [LibTooling] Add Transformer, a library for source-to-source transformations.Yitzhak Mandelbaum2019-04-051-0/+1
* [LibTooling] Add "SourceCode" library for functions relating to source-code m...Yitzhak Mandelbaum2019-04-051-0/+1
* Revert "[LibTooling] Add Transformer, a library for source-to-source transfor...Alexey Bataev2019-04-031-1/+0
* [LibTooling] Add Transformer, a library for source-to-source transformations.Yitzhak Mandelbaum2019-04-031-0/+1
* Add explicit dependency on clangSerialization for a bunch of components to fi...Fangrui Song2018-12-121-0/+1
* [AST] Allow limiting the scope of common AST traversals (getParents, RAV).Sam McCall2018-11-141-0/+1
* [clang][tooling] Don't forget to link to clangToolingInclusions.Roman Lebedev2018-06-041-0/+1
* [Tooling] Pull #include manipulation code from clangFormat into libToolingCore.Eric Liu2018-05-141-0/+1
* [UnitTests] NFC/build-perf: Break up nontrivial compile jobsDavid Zarzycki2018-04-191-3/+18
* Refactor RecursiveASTVisitor test for post-order traversalRaphael Isemann2018-01-241-0/+1
* [CMake] Use PRIVATE in target_link_libraries for executablesShoaib Meenai2017-12-051-0/+1
* [Tooling] A new framework for executing clang frontend actions.Eric Liu2017-10-261-0/+1
* [refactor] initial support for refactoring action rulesAlex Lorenz2017-08-281-0/+1
* [refactor] Add the AST source selection componentAlex Lorenz2017-08-241-0/+2
* [Clang-Tidy] Preserve Message, FileOffset, FilePath in Clang-Tidy YAML outputAlexander Kornienko2017-07-141-0/+1
* Make CastExpr::getSubExprAsWritten look through implicit temporary under CK_C...Stephan Bergmann2017-06-271-0/+1
* Introducing clang::tooling::AtomicChange for refactoring tools.Eric Liu2017-03-011-1/+2
* Turn on the /bigobj switch for RecursiveASTVisitorTest.cpp; we are now bumpin...Aaron Ballman2016-11-021-0/+1
* [tooling] FixItHint Tooling refactoringEtienne Bergeron2016-05-111-4/+5
* Added formatAndApplyAllReplacements that works on multiple files in libTooling.Eric Liu2016-03-291-0/+1
* Turning on the /bigobj flag for two more files that will not link with MSVC 2...Aaron Ballman2016-03-081-0/+6
* Revert "Implement new interfaces for code-formatting when applying replacemen...Manuel Klimek2016-02-291-1/+0
* Implement new interfaces for code-formatting when applying replacements.Manuel Klimek2016-02-291-0/+1
* Add Tooling functionality to get a name for a QualType that can be used to nameRichard Smith2016-02-091-0/+1
* [Tooling] Add a utility function to replace one nested name with another.Benjamin Kramer2015-10-221-0/+1
* Revert accidental commit. This isn't ready yet.Benjamin Kramer2015-10-201-1/+0
* Put back dead code that's used out-of-tree.Benjamin Kramer2015-10-201-0/+1
* Adds a way for tools to deduce the target config from a compiler name.Manuel Klimek2015-10-061-0/+1
* [CMake] Add dependencies on clangToolingCore.NAKAMURA Takumi2014-10-301-0/+1
* Separated RecursiveASTVisitorTest into multiple files.Manuel Klimek2014-10-091-0/+4
* Make clang's rewrite engine a core featureAlp Toker2014-07-161-1/+1
OpenPOWER on IntegriCloud