aboutsummaryrefslogtreecommitdiff
path: root/llvm/unittests/Support/CommandLineTest.cpp
diff options
context:
space:
mode:
authorNicola Zaghen <nicola.zaghen@imgtec.com>2018-05-15 16:37:45 +0000
committerNicola Zaghen <nicola.zaghen@imgtec.com>2018-05-15 16:37:45 +0000
commit0efd52487e95f18c88f9c55791d733efccb29079 (patch)
tree9c801eb8010132407de5189c96b05c469f95bc5c /llvm/unittests/Support/CommandLineTest.cpp
parent6043fd21b6a36de96bfeafba12bcf5f52cad8fee (diff)
downloadllvm-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