[cfe-commits] r120088 - in /cfe/trunk:	include/clang/AST/DeclBase.h include/clang/Driver/CC1Options.td	include/clang/Frontend/ASTConsumers.h	include/clang/Frontend/FrontendActions.h	include/clang/Frontend/FrontendOptions.h	lib/AST/CMakeLists.txt	lib/Frontend/ASTConsumers.cpp	lib/Frontend/CompilerInvocation.cpp	lib/Frontend/FrontendActions.cpp	lib/FrontendTool/ExecuteCompilerInvocation.cpp
    Ted Kremenek 
    kremenek at apple.com
       
    Mon Nov 29 07:54:31 PST 2010
    
    
  
On Nov 28, 2010, at 9:54 PM, Chris Lattner wrote:
> 
> On Nov 28, 2010, at 8:52 PM, Ted Kremenek wrote:
> 
>> 
>> On Nov 28, 2010, at 6:26 PM, Chris Lattner wrote:
>> 
>>>> I would like this to eventually replace -dump-ast, if we can agree on a syntax;  -dump-ast is nice for expressions, but useless for declarations.
>>> 
>>> How about you just remove -dump-ast and see if anyone cries? :)
>> 
>> I'd very much object to removing it until there is a viable replacement.
> 
> John just checked in one, but "why"?
Why?  Because I use it all the time.  If there is a viable replacement that's easy to read, then that works for me.
    
    
More information about the cfe-commits
mailing list