]> granicus.if.org Git - clang/commit
Improved source code fidelity for gcc mode attribute.
authorEnea Zaffanella <zaffanella@cs.unipr.it>
Thu, 20 Jun 2013 12:46:19 +0000 (12:46 +0000)
committerEnea Zaffanella <zaffanella@cs.unipr.it>
Thu, 20 Jun 2013 12:46:19 +0000 (12:46 +0000)
commitc2fa6b6f9a89f55397355937544fbbe8258ead5d
treebcb378ddd8d69c32bf5bcb0b9cf086034989e07a
parent3a166e2b1091e6d5ad2e77a4fa2f74cbfe7cf13e
Improved source code fidelity for gcc mode attribute.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@184417 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/Decl.h
include/clang/Basic/Attr.td
lib/AST/DeclPrinter.cpp
lib/Sema/SemaDeclAttr.cpp
lib/Serialization/ASTReaderDecl.cpp
lib/Serialization/ASTWriterDecl.cpp
test/SemaCXX/attr-print.cpp
test/SemaCXX/cxx11-attr-print.cpp
test/SemaObjC/attr-print.m [new file with mode: 0644]