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. _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
