[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)
commita1ad72cca7eac7a0e9eed953f7f0da8cf2e63144
tree025fe62eddbe2de924aeb7b3e25a9939a920b96a
parent528f68144b7eca9a85d14ac6be96ca2fde4d654d
[unittests][AST] CommentParser: don't name variable 'DEBUG'

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

llvm-svn: 370650
clang/unittests/AST/CommentParser.cpp