[cfe-commits] r76193 - in /cfe/trunk: include/clang/AST/ include/clang/Analysis/PathSensitive/ lib/AST/ lib/Analysis/ lib/CodeGen/ lib/Frontend/ lib/Sema/

steve naroff snaroff at apple.com
Fri Jul 17 11:21:26 PDT 2009


On Jul 17, 2009, at 1:50 PM, Ted Kremenek wrote:

> Author: kremenek
> Date: Fri Jul 17 12:50:17 2009
> New Revision: 76193
>
> URL: http://llvm.org/viewvc/llvm-project?rev=76193&view=rev
> Log:
> Per offline discussion with Steve Naroff, add back  
> Type::getAsXXXType() methods
> until Doug Gregor's Type smart pointer code lands (or more  
> discussion occurs).
> These methods just call the new Type::getAs<XXX> methods, so we  
> still have
> reduced implementation redundancy. Having explicit getAsXXXType()  
> methods makes
> it easier to set breakpoints in the debugger.
>

Thanks Ted!

snaroff




More information about the cfe-commits mailing list