]> granicus.if.org Git - clang/commit
Kill ASTContext::[gs]etFieldForDecl, instead we just lookup things
authorDaniel Dunbar <daniel@zuster.org>
Tue, 21 Apr 2009 01:19:28 +0000 (01:19 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Tue, 21 Apr 2009 01:19:28 +0000 (01:19 +0000)
commit525c9b7baeeff022127cd1b167579f3bda73b3ed
tree324b77cde1dbb39b094ef8dea9287f87bec8987f
parente7d6c3de64009fb13c12f044b606e3d766faa082
Kill ASTContext::[gs]etFieldForDecl, instead we just lookup things
when we need them -- which is exactly what some code was already
doing!
 - No intended functionality change.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@69648 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/ASTContext.h
lib/AST/ASTContext.cpp
lib/CodeGen/CGExpr.cpp
lib/CodeGen/CGObjC.cpp
lib/CodeGen/CGObjCGNU.cpp
lib/CodeGen/CGObjCMac.cpp
lib/CodeGen/CGObjCRuntime.h
lib/CodeGen/CodeGenFunction.h
lib/Sema/SemaExpr.cpp