]> granicus.if.org Git - clang/commit
Changed the Decl::Kind enum of the ObjCPropertyDecl class, so that it follows
authorSam Bishop <sam@bishop.dhs.org>
Tue, 8 Apr 2008 20:49:25 +0000 (20:49 +0000)
committerSam Bishop <sam@bishop.dhs.org>
Tue, 8 Apr 2008 20:49:25 +0000 (20:49 +0000)
commit670aa9d7639278f507930e95dc89c12032ab7c7e
treefb6b442892b88e2b1734de8b6d93071e248ffaf1
parent0b6c15349121a030ce914e5192bb3621c79a0656
Changed the Decl::Kind enum of the ObjCPropertyDecl class, so that it follows
the pattern of the other Decl classes.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@49399 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/DeclBase.h
include/clang/AST/DeclObjC.h
lib/AST/Decl.cpp