]> granicus.if.org Git - clang/commit
Support __attribute__(section(<name>))
authorDaniel Dunbar <daniel@zuster.org>
Thu, 12 Feb 2009 17:28:23 +0000 (17:28 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Thu, 12 Feb 2009 17:28:23 +0000 (17:28 +0000)
commit17f194f4393a67fd28ad822c06d32b8cb99bad3f
tree71021db67f33abb420953cb2925b894ed66009c8
parent3dcfe10a6801eb52f4c20f1242bea0a3a98aa146
Support __attribute__(section(<name>))

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@64380 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/Attr.h
include/clang/Parse/AttributeList.h
lib/CodeGen/CodeGenModule.cpp
lib/Parse/AttributeList.cpp
lib/Sema/SemaDeclAttr.cpp
test/CodeGen/attributes.c