llvm-project/clang/lib/Tooling
Nicola Zaghen 3538b39ed5 [clang] 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

Explicitly avoided changing the strings in the clang-format tests.

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

llvm-svn: 332350
2018-05-15 13:30:56 +00:00
..
ASTDiff Fix typos in clang 2018-04-06 15:14:32 +00:00
Core [Tooling] Pull #include manipulation code from clangFormat into libToolingCore. 2018-05-14 20:17:53 +00:00
Refactoring Remove \brief commands from doxygen comments. 2018-05-09 01:00:01 +00:00
AllTUsExecution.cpp [Tooling] Optimize memory usage in InMemoryToolResults. 2018-04-11 08:13:07 +00:00
ArgumentsAdjusters.cpp [Tooling] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC). 2018-03-14 21:05:51 +00:00
CMakeLists.txt [Tooling] A CompilationDatabase wrapper that infers header commands. 2018-04-09 15:17:39 +00:00
CommonOptionsParser.cpp [Tooling] A new framework for executing clang frontend actions. 2017-10-26 10:38:14 +00:00
CompilationDatabase.cpp Remove \brief commands from doxygen comments. 2018-05-09 01:00:01 +00:00
Execution.cpp [Tooling] Optimize memory usage in InMemoryToolResults. 2018-04-11 08:13:07 +00:00
FileMatchTrie.cpp Remove \brief commands from doxygen comments. 2018-05-09 01:00:01 +00:00
FixIt.cpp [tooling] FixItHint Tooling refactoring 2016-05-11 14:31:39 +00:00
InterpolatingCompilationDatabase.cpp [Tooling] Correct the "-std" compile command option. 2018-04-11 09:18:18 +00:00
JSONCompilationDatabase.cpp Remove \brief commands from doxygen comments. 2018-05-09 01:00:01 +00:00
Refactoring.cpp Apply clang-tidy's performance-unnecessary-value-param to parts of clang. 2017-03-21 21:35:04 +00:00
RefactoringCallbacks.cpp [tooling] RefactoringCallbacks code cleanup 2017-05-12 00:16:56 +00:00
StandaloneExecution.cpp [Tooling] Fix linking of StandaloneToolExecutorPlugin. 2017-11-03 15:57:27 +00:00
Tooling.cpp [clang] Update uses of DEBUG macro to LLVM_DEBUG. 2018-05-15 13:30:56 +00:00