hanchenye-llvm-project/clang-tools-extra/include-fixer
Nicola Zaghen 0efd52487e [clang-tools-extra] Update uses of DEBUG macro to LLVM_DEBUG.
The DEBUG() macro is very generic so it might clash with other projects.
The renaming was done as follows:
- git grep -l 'DEBUG' | xargs sed -i 's/\bDEBUG\s\?(/LLVM_DEBUG(/g'
- git diff -U0 master | ../clang/tools/clang-format/clang-format-diff.py -i -p1 -style LLVM

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

llvm-svn: 332371
2018-05-15 16:37:45 +00:00
..
find-all-symbols Revert "[Tooling] [1/1] Refactor FrontendActionFactory::create() to return std::unique_ptr<>" 2018-02-27 15:54:41 +00:00
plugin [CMake] Fix pthread handling for out-of-tree builds 2017-02-10 01:59:20 +00:00
tool Improve completion experience for headers 2018-04-09 13:31:44 +00:00
CMakeLists.txt [include-fixer] Add fuzzy SymbolIndex, where identifier needn't match exactly. 2017-03-13 15:55:59 +00:00
FuzzySymbolIndex.cpp [include-fixer] Add fuzzy SymbolIndex, where identifier needn't match exactly. 2017-03-13 15:55:59 +00:00
FuzzySymbolIndex.h [include-fixer] Add fuzzy SymbolIndex, where identifier needn't match exactly. 2017-03-13 15:55:59 +00:00
InMemorySymbolIndex.cpp [include-fixer] Add usage count to find-all-symbols. 2017-02-28 08:13:15 +00:00
InMemorySymbolIndex.h [include-fixer] Add usage count to find-all-symbols. 2017-02-28 08:13:15 +00:00
IncludeFixer.cpp [clang-tools-extra] Update uses of DEBUG macro to LLVM_DEBUG. 2018-05-15 16:37:45 +00:00
IncludeFixer.h Reapply "Fix for shared_ptrification in Clang" 2017-01-06 19:49:09 +00:00
IncludeFixerContext.cpp
IncludeFixerContext.h
SymbolIndex.h [include-fixer] Add usage count to find-all-symbols. 2017-02-28 08:13:15 +00:00
SymbolIndexManager.cpp [clang-tools-extra] Update uses of DEBUG macro to LLVM_DEBUG. 2018-05-15 16:37:45 +00:00
SymbolIndexManager.h Spelling mistakes in comments. NFCI. 2017-03-30 13:10:33 +00:00
YamlSymbolIndex.cpp [include-fixer] Add usage count to find-all-symbols. 2017-02-28 08:13:15 +00:00
YamlSymbolIndex.h [include-fixer] Add usage count to find-all-symbols. 2017-02-28 08:13:15 +00:00