summaryrefslogtreecommitdiffstats
path: root/include/clang/Tooling
Commit message (Expand)AuthorAgeFilesLines
* Moved QualTypeNames.h from Tooling to AST.Ilya Biryukov2017-11-081-79/+0
* [clang-refactor] Introduce a new rename rule for qualified symbolsHaojian Wu2017-11-081-0/+22
* [refactor] rename field references in __builtin_offsetofAlex Lorenz2017-11-071-0/+12
* [Tooling] Put createExecutorFromCommandLineArgs implementation in a wrapper. NFCEric Liu2017-11-031-0/+7
* [refactor] Describe refactorings in the operation classesAlex Lorenz2017-10-275-15/+89
* [Tooling] A new framework for executing clang frontend actions.Eric Liu2017-10-265-2/+298
* [refactor] Initial outline of implementation of "extract function" refactoringAlex Lorenz2017-10-245-1/+51
* [Tooling] Add a factory method for CommonOptionsParserEric Liu2017-10-241-2/+15
* [refactor] selection: new CodeRangeASTSelection represents a set of selectedAlex Lorenz2017-10-181-0/+66
* [refactor] allow the use of refactoring diagnosticsAlex Lorenz2017-10-163-4/+46
* Recommit r315087 "[refactor] add support for refactoring options"Alex Lorenz2017-10-137-3/+289
* Revert "[ADT] Make Twine's copy constructor private."Zachary Turner2017-10-111-9/+10
* [ADT] Make Twine's copy constructor private.Zachary Turner2017-10-111-10/+9
* Revert r315087Alex Lorenz2017-10-067-289/+3
* [refactor] add support for refactoring optionsAlex Lorenz2017-10-067-3/+289
* [refactor] Simplify the refactoring interfaceAlex Lorenz2017-10-027-430/+194
* [refactor] add clang-refactor tool with initial testing support andAlex Lorenz2017-09-1410-13/+137
* [refactor] add a refactoring action rule that returns symbol occurrencesAlex Lorenz2017-09-121-0/+5
* [refactor] Use a RefactoringResultConsumer instead of tagged refactoringAlex Lorenz2017-09-014-70/+100
* [refactor] initial support for refactoring action rulesAlex Lorenz2017-08-288-0/+597
* [refactor] Add the AST source selection componentAlex Lorenz2017-08-241-0/+74
* Fix typos, remove unused private members of CommonOptionsParser, NFCJohannes Altmanninger2017-08-232-4/+2
* [clang-diff] Use the relative name for NamedDeclJohannes Altmanninger2017-08-221-2/+2
* [clang-diff] Improve and test getNodeValueJohannes Altmanninger2017-08-201-0/+2
* [clang-diff] Fix similarity computationJohannes Altmanninger2017-08-201-1/+3
* [clang-diff] Simplify mappingJohannes Altmanninger2017-08-191-4/+0
* Revert "Revert "[clang-diff] Move printing of matches and changes to clang-di...Johannes Altmanninger2017-08-192-36/+23
* Revert "Revert "[clang-diff] Move the JSON export function to clang-diff""Johannes Altmanninger2017-08-191-4/+9
* Revert "[clang-diff] Move the JSON export function to clang-diff"Vlad Tsyrklevich2017-08-181-9/+4
* Revert "[clang-diff] Move printing of matches and changes to clang-diff"Vlad Tsyrklevich2017-08-182-23/+36
* [clang-diff] Move printing of matches and changes to clang-diffJohannes Altmanninger2017-08-182-36/+23
* [clang-diff] Move the JSON export function to clang-diffJohannes Altmanninger2017-08-181-4/+9
* [clang-diff] Fix some errors and inconsistenciesJohannes Altmanninger2017-08-182-2/+1
* [CommonOptionsParser] Expose ArgumentsAdjustingCompilationDatabaseJohannes Altmanninger2017-08-181-0/+24
* [clang] Code cleanup in clang/toolingAlexander Shaposhnikov2017-08-151-1/+1
* [rename] Introduce symbol occurrencesAlex Lorenz2017-08-144-4/+158
* [rename] NFC, extract symbol canonicalization logic into functionAlex Lorenz2017-08-021-0/+9
* [clang-diff] Renames, NFCJohannes Altmanninger2017-08-011-3/+4
* [clang-diff] Move data declarations to the public headerJohannes Altmanninger2017-08-012-158/+41
* [Tooling] Add LLVM_NODISCARD to Replacements::mergeKrasimir Georgiev2017-08-011-1/+1
* Added `applyAtomicChanges` function.Eric Liu2017-07-311-0/+34
* [clang-diff] Add initial implementationAlex Lorenz2017-07-212-0/+300
* [Clang-Tidy] Preserve Message, FileOffset, FilePath in Clang-Tidy YAML outputAlexander Kornienko2017-07-141-11/+4
* Remove another 'using namespace llvm' from theAlex Lorenz2017-07-131-2/+0
* Remove 'using namespace llvm' from the USRFinder.h headerAlex Lorenz2017-07-131-2/+0
* [refactor][rename] Use a single base class for class that findsAlex Lorenz2017-07-132-32/+124
* Allow CompilerInvocations to generate .d files.Sterling Augustine2017-07-062-1/+8
* Add const to reference arguments of Diagnostic ctorAlexander Kornienko2017-07-051-3/+3
* [refactor] Move clang-rename into the clang repositoryAlex Lorenz2017-06-304-0/+257
* Remove 'Filename' parameter from BeginSourceFileAction.Richard Smith2017-06-091-5/+4