[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

Chris Lattner clattner at apple.com
Mon Nov 29 09:00:15 PST 2010


Oh sorry, I meant the old XML dumper, not the ast dumper!

-Chris

On Nov 29, 2010, at 7:54 AM, Ted Kremenek <kremenek at apple.com> wrote:

> 
> 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