]> granicus.if.org Git - clang/commit
Add CodeGen support for the nodebug attribute.
authorAnders Carlsson <andersca@mac.com>
Fri, 13 Feb 2009 08:11:52 +0000 (08:11 +0000)
committerAnders Carlsson <andersca@mac.com>
Fri, 13 Feb 2009 08:11:52 +0000 (08:11 +0000)
commite896d98548b02223c7740d807a0aa6e20fba7079
tree3cd6ed57b2f97b2dea47294eeef95ae68dbde28f
parentd87df37e0adaba0d5e33da7b1a14d7f1d94c5eef
Add CodeGen support for the nodebug attribute.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@64445 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGDecl.cpp
lib/CodeGen/CGStmt.cpp
lib/CodeGen/CodeGenFunction.cpp
lib/CodeGen/CodeGenFunction.h
lib/Sema/SemaDeclAttr.cpp
test/CodeGen/attr-nodebug.c [new file with mode: 0644]