]> granicus.if.org Git - clang/commit
move decl attribute processing to a new SemaDeclAttr.cpp.
authorChris Lattner <sabre@nondot.org>
Thu, 26 Jun 2008 18:38:35 +0000 (18:38 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 26 Jun 2008 18:38:35 +0000 (18:38 +0000)
commit6b6b5372f4b60b1c5ee101709e71a04642c835f4
tree1ccadf946e67571542798ff56e77b67230be1289
parentdbf2328be6032116af1bfad5d8f768bba0776814
move decl attribute processing to a new SemaDeclAttr.cpp.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@52792 91177308-0d34-0410-b5e6-96231b3b80d8
clang.xcodeproj/project.pbxproj
lib/Sema/SemaDecl.cpp
lib/Sema/SemaDeclAttr.cpp [new file with mode: 0644]