]> granicus.if.org Git - clang/commit
Parse attributes on enumerators and instantiate attributes on enum decls.
authorJohn McCall <rjmccall@apple.com>
Fri, 22 Oct 2010 23:36:17 +0000 (23:36 +0000)
committerJohn McCall <rjmccall@apple.com>
Fri, 22 Oct 2010 23:36:17 +0000 (23:36 +0000)
commit5b629aa86c987f276d00453b6c9ab8424f7903fe
tree24597767a93178761620c05731fcb6a130603146
parentb164a19eb4b7f120a3ce8922587b7777ddbefde6
Parse attributes on enumerators and instantiate attributes on enum decls.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@117182 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Sema/Sema.h
lib/Parse/ParseDecl.cpp
lib/Sema/SemaDecl.cpp
lib/Sema/SemaTemplateInstantiateDecl.cpp
test/Sema/attr-deprecated.c
test/SemaCXX/attr-deprecated.cpp