[cfe-commits] r52852 - in /cfe/trunk/lib/Sema: Sema.cpp Sema.h SemaChecking.cpp SemaDecl.cpp SemaDeclObjC.cpp SemaExpr.cpp SemaExprObjC.cpp SemaStmt.cpp
Chris Lattner
clattner at apple.com
Sat Jun 28 15:39:24 PDT 2008
On Jun 27, 2008, at 11:07 PM, Argiris Kirtzidis wrote:
> Author: akirtzidis
> Date: Sat Jun 28 01:07:14 2008
> New Revision: 52852
>
> URL: http://llvm.org/viewvc/llvm-project?rev=52852&view=rev
> Log:
> Replace CurFunctionDecl and CurMethodDecl with methods
> getCurFunctionDecl() and getCurMethodDecl() that return the
> appropriate Decl through CurContext.
Very nice!
-Chris
More information about the cfe-commits
mailing list