diff options
author | Nicola Zaghen <nicola.zaghen@imgtec.com> | 2018-05-15 16:37:45 +0000 |
---|---|---|
committer | Nicola Zaghen <nicola.zaghen@imgtec.com> | 2018-05-15 16:37:45 +0000 |
commit | 0efd52487e95f18c88f9c55791d733efccb29079 (patch) | |
tree | 9c801eb8010132407de5189c96b05c469f95bc5c /llvm/unittests/Support/CommandLineTest.cpp | |
parent | 6043fd21b6a36de96bfeafba12bcf5f52cad8fee (diff) | |
download | llvm-0efd52487e95f18c88f9c55791d733efccb29079.zip llvm-0efd52487e95f18c88f9c55791d733efccb29079.tar.gz llvm-0efd52487e95f18c88f9c55791d733efccb29079.tar.bz2 |
[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
Diffstat (limited to 'llvm/unittests/Support/CommandLineTest.cpp')
0 files changed, 0 insertions, 0 deletions