]> granicus.if.org Git - clang/commit
Add sema support for the nodebug attribute.
authorAnders Carlsson <andersca@mac.com>
Fri, 13 Feb 2009 06:46:13 +0000 (06:46 +0000)
committerAnders Carlsson <andersca@mac.com>
Fri, 13 Feb 2009 06:46:13 +0000 (06:46 +0000)
commitd87df37e0adaba0d5e33da7b1a14d7f1d94c5eef
tree51719211aaaedbe051514dfffe6aff362830a609
parentf98aba35e6c3da5aae61843fc01334939e4e12ec
Add sema support for the nodebug attribute.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@64441 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/Attr.h
include/clang/Parse/AttributeList.h
lib/Parse/AttributeList.cpp
lib/Sema/SemaDeclAttr.cpp
test/Sema/attr-nodebug.c [new file with mode: 0644]