]> granicus.if.org Git - clang/commit
This patch contains these changes:
authorChris Lattner <sabre@nondot.org>
Sun, 6 Apr 2008 04:47:34 +0000 (04:47 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 6 Apr 2008 04:47:34 +0000 (04:47 +0000)
commitb048c9835969c4f7fe06264748be18ed4b442116
tree1547bf56624a863ec983bd8d4efd44d87fd94be1
parent6ccb91abc37700e646139f49c448ccdbf14eb575
This patch contains these changes:

-Renamed ContextDecl -> DeclContext
-Removed DeclContext pointer from FieldDecl
-EnumDecl inherits from DeclContext, instead of TagDecl

Patch by Argiris Kirtzidis!

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@49261 91177308-0d34-0410-b5e6-96231b3b80d8
12 files changed:
Driver/RewriteTest.cpp
include/clang/AST/Decl.h
include/clang/AST/DeclBase.h
include/clang/AST/DeclObjC.h
lib/AST/ASTContext.cpp
lib/AST/Decl.cpp
lib/AST/DeclObjC.cpp
lib/AST/DeclSerialization.cpp
lib/Sema/Sema.cpp
lib/Sema/Sema.h
lib/Sema/SemaDecl.cpp
lib/Sema/SemaDeclObjC.cpp