]> granicus.if.org Git - clang/commit
Add support for the common and nocommon attributes.
authorEric Christopher <echristo@apple.com>
Thu, 2 Dec 2010 02:45:55 +0000 (02:45 +0000)
committerEric Christopher <echristo@apple.com>
Thu, 2 Dec 2010 02:45:55 +0000 (02:45 +0000)
commita6cf1e709b96865210b81bd611d41e9a2d41500a
tree7457fa81e5da2e3e5075164bfb5afde7dd557c07
parent7b3982b40665e995ea62ca1b03923cbcc2391c14
Add support for the common and nocommon attributes.

rdar://8560647

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@120650 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/Attr.td
include/clang/Sema/AttributeList.h
lib/CodeGen/CodeGenModule.cpp
lib/Sema/AttributeList.cpp
lib/Sema/SemaDeclAttr.cpp
test/CodeGen/no-common.c