The nodebug attribute has a C++11-style spelling supported by GCC as well. This modif...
authorAaron Ballman <aaron@aaronballman.com>
Tue, 21 Oct 2014 15:46:57 +0000 (15:46 +0000)
committerAaron Ballman <aaron@aaronballman.com>
Tue, 21 Oct 2014 15:46:57 +0000 (15:46 +0000)
commit953e985ed02617ee01b32c77ce4ac8b3bc21fb81
tree024888f300f764e250c12b06a46c06cff0028933
parent79e23cb9724561b9c103c39f04311ffe0acdf6c6
The nodebug attribute has a C++11-style spelling supported by GCC as well. This modifies it so we support that spelling as well.

llvm-svn: 220297
clang/include/clang/Basic/Attr.td
clang/test/SemaCXX/attr-nodebug.cpp