summaryrefslogtreecommitdiffstats
path: root/lib/Tooling
Commit message (Expand)AuthorAgeFilesLines
...
* [clang-diff] Fix getRelativeNameJohannes Altmanninger2017-08-221-2/+4
* [clang-diff] Use the relative name for NamedDeclJohannes Altmanninger2017-08-221-16/+57
* [clang-diff] Improve and test getNodeValueJohannes Altmanninger2017-08-201-39/+87
* [clang-diff] Fix similarity computationJohannes Altmanninger2017-08-201-13/+22
* [clang-diff] Filter AST nodesJohannes Altmanninger2017-08-201-1/+16
* [clang-diff] Simplify mappingJohannes Altmanninger2017-08-191-59/+15
* Revert "Revert "[clang-diff] Move printing of matches and changes to clang-di...Johannes Altmanninger2017-08-191-181/+142
* Revert "Revert "[clang-diff] Move the JSON export function to clang-diff""Johannes Altmanninger2017-08-191-26/+28
* Revert "[clang-diff] Move the JSON export function to clang-diff"Vlad Tsyrklevich2017-08-181-28/+26
* Revert "[clang-diff] Move printing of matches and changes to clang-diff"Vlad Tsyrklevich2017-08-181-143/+181
* [clang-diff] Move printing of matches and changes to clang-diffJohannes Altmanninger2017-08-181-181/+143
* [clang-diff] Move the JSON export function to clang-diffJohannes Altmanninger2017-08-181-26/+28
* [clang-diff] Fix some errors and inconsistenciesJohannes Altmanninger2017-08-181-32/+25
* [CommonOptionsParser] Expose ArgumentsAdjustingCompilationDatabaseJohannes Altmanninger2017-08-181-34/+23
* Switch to consumeError(), since this can crash otherwise.Stephen Hines2017-08-151-1/+1
* [clang] Code cleanup in clang/toolingAlexander Shaposhnikov2017-08-151-1/+1
* [rename] Introduce symbol occurrencesAlex Lorenz2017-08-144-39/+108
* [rename] NFC, extract symbol canonicalization logic into functionAlex Lorenz2017-08-021-7/+16
* [clang-diff] Renames, NFCJohannes Altmanninger2017-08-011-93/+90
* [clang-diff] Move data declarations to the public headerJohannes Altmanninger2017-08-011-7/+116
* Added `applyAtomicChanges` function.Eric Liu2017-07-312-4/+181
* [clang-diff] Get rid of unused variable warnings in ASTDiff.cppAlex Lorenz2017-07-211-6/+4
* Fix another compiler error from r308731Alex Lorenz2017-07-211-1/+1
* Fix tuple construction compiler error from r308731Alex Lorenz2017-07-211-1/+1
* [clang-diff] Add initial implementationAlex Lorenz2017-07-213-0/+924
* Prevent ClangTools from generating dependency files.Sterling Augustine2017-07-141-0/+1
* [refactor][rename] Use a single base class for class that findsAlex Lorenz2017-07-132-197/+72
* This call-site should have been updated as part of D34304.Sterling Augustine2017-07-061-3/+5
* Allow CompilerInvocations to generate .d files.Sterling Augustine2017-07-062-6/+27
* Add const to reference arguments of Diagnostic ctorAlexander Kornienko2017-07-051-3/+3
* Fix ODR violations due to abuse of LLVM_YAML_IS_(FLOW_)?SEQUENCE_VECTORRichard Smith2017-06-301-1/+0
* [refactor] Move clang-rename into the clang repositoryAlex Lorenz2017-06-305-0/+1100
* [Tooling] FixedCompilationDatabase should be able to strip positionalAlex Lorenz2017-06-291-3/+5
* Method loadFromCommandLine should be able to report errorsSerge Pavlov2017-05-243-18/+33
* [tooling] RefactoringCallbacks code cleanupAlexander Shaposhnikov2017-05-121-3/+3
* clang/lib/Tooling/RefactoringCallbacks.cpp: Avoid std::errc::bad_message.NAKAMURA Takumi2017-05-101-2/+2
* Add ASTMatchRefactorer and ReplaceNodeWithTemplate to RefactoringCallbacksEric Liu2017-05-101-10/+144
* [Tooling] Remove redundant check, NFCiKrasimir Georgiev2017-05-051-6/+2
* Add `replace` interface with range in AtomicChange.Haojian Wu2017-03-301-0/+6
* Revert "Added `applyAtomicChanges` function."Juergen Ributzka2017-03-291-179/+0
* Revert "clangToolingRefactor: Add libdeps upon clangFormat in r298913."Juergen Ributzka2017-03-291-1/+0
* clangToolingRefactor: Add libdeps upon clangFormat in r298913.NAKAMURA Takumi2017-03-281-0/+1
* Added `applyAtomicChanges` function.Eric Liu2017-03-281-0/+179
* Apply clang-tidy's performance-unnecessary-value-param to parts of clang.Benjamin Kramer2017-03-211-1/+1
* Add missing implementation for AtomicChange::replace(...)Eric Liu2017-03-081-0/+5
* Introducing clang::tooling::AtomicChange for refactoring tools.Eric Liu2017-03-013-0/+180
* clang-format: Make GetStyle return Expected<FormatStyle> instead of FormatStyleAntonio Maiorano2017-01-171-4/+9
* unique_ptrify createDriverOptTableDavid Blaikie2017-01-131-1/+1
* Reapply "IntrusiveRefCntPtr -> std::shared_ptr for CompilerInvocationBase and...David Blaikie2017-01-061-7/+8
* Revert "IntrusiveRefCntPtr -> std::shared_ptr for CompilerInvocationBase and ...David Blaikie2017-01-061-8/+7