[cfe-commits] r119341 - /cfe/trunk/lib/Checker/GRCXXExprEngine.cpp
John McCall
rjmccall at apple.com
Tue Nov 16 01:21:35 PST 2010
On Nov 16, 2010, at 12:50 AM, Marcin Swiderski wrote:
> URL: http://llvm.org/viewvc/llvm-project?rev=119341&view=rev
> Log:
> Refactored GRExprEngine::getCXXThisRegion to use CXXMethodDecl::getThisType instead of calculating it by hand.
I reverted this because it doesn't compile; 'D' is a CXXRecordDecl here, not a CXXMethodDecl. Please mind the build!
John.
More information about the cfe-commits
mailing list