llvm-project/clang/lib/Tooling
Eric Liu cefe763dd2 Deduplicate sets of replacements by file names.
Summary:
If there are multiple <File, Replacements> pairs with the same file
path after removing dots, we only keep one pair (with path after dots being
removed) and discard the rest.

Reviewers: djasper

Subscribers: klimek, hokein, bkramer, cfe-commits

Differential Revision: https://reviews.llvm.org/D25565

llvm-svn: 284219
2016-10-14 09:32:06 +00:00
..
Core Deduplicate sets of replacements by file names. 2016-10-14 09:32:06 +00:00
ArgumentsAdjusters.cpp Make ArgumentAdjuster aware of the current file being processed. 2015-11-05 02:19:53 +00:00
CMakeLists.txt clangTooling: Update libdeps: LLVMOptions, since r280118. 2016-08-31 00:46:32 +00:00
CommonOptionsParser.cpp Apply some suggestions from clang-tidy's performance-unnecessary-value-param. 2016-06-15 14:20:56 +00:00
CompilationDatabase.cpp Use llvm::raw_string_ostream instead of std::stringstream (NFC) 2016-10-06 04:26:16 +00:00
FileMatchTrie.cpp Tooling: Hide implementation details 2015-03-09 15:03:26 +00:00
FixIt.cpp [tooling] FixItHint Tooling refactoring 2016-05-11 14:31:39 +00:00
JSONCompilationDatabase.cpp Fix json compilation database syntax on non-Windows. 2016-08-18 19:42:00 +00:00
Refactoring.cpp Deduplicate sets of replacements by file names. 2016-10-14 09:32:06 +00:00
RefactoringCallbacks.cpp Implement tooling::Replacements as a class. 2016-08-01 10:16:37 +00:00
Tooling.cpp Fix memory leak by storing returned pointer in std::unique_ptr 2016-08-30 21:12:48 +00:00