]> granicus.if.org Git - clang/commit
[unittests][AST] CommentParser: don't name variable 'DEBUG'
authorRoman Lebedev <lebedev.ri@gmail.com>
Mon, 2 Sep 2019 12:34:21 +0000 (12:34 +0000)
committerRoman Lebedev <lebedev.ri@gmail.com>
Mon, 2 Sep 2019 12:34:21 +0000 (12:34 +0000)
commitf3d6fd227a037d86d667861ace671349b0315939
tree4492b6f9e814e1639b5fb1e14dfc62e692f977d9
parent89b6e01b7c037f7ac6b18ccab1b97d401da6e28d
[unittests][AST] CommentParser: don't name variable 'DEBUG'

It's may be an already-defined macro name,
resulting in compilation errors.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@370650 91177308-0d34-0410-b5e6-96231b3b80d8
unittests/AST/CommentParser.cpp