]> granicus.if.org Git - clang/commit
[Modules] Remove the only use of the DEBUG(...) macro in the compiler
authorChandler Carruth <chandlerc@gmail.com>
Mon, 21 Apr 2014 22:32:54 +0000 (22:32 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Mon, 21 Apr 2014 22:32:54 +0000 (22:32 +0000)
commit13b8d7d39e1184fb0eb3dbd5d77b5e0ce5b2a3ca
tree11edb330abf938032e6caadcff4d0da97a6dc4f7
parent431fb79151297df73530ca45b57f7481fc5a9bd3
[Modules] Remove the only use of the DEBUG(...) macro in the compiler
parts of Clang. I don't really have any opinion about whether using that
macro is good or bad, but its odd that this is the only one, and Eric
seemed happy with just nuking it for now.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@206806 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGDebugInfo.cpp