[cfe-commits] r98149 - in /cfe/trunk: include/clang/AST/ lib/AST/ test/CXX/basic/basic.lookup/basic.lookup.qual/namespace.qual/ test/CXX/class.access/class.friend/ test/CXX/class/class.friend/ test/CXX/class/class.local/ test/CXX/class/class.union/ test/CXX/conv/conv.mem/ test/CXX/dcl.dcl/dcl.spec/dcl.stc/ test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.type.elab/ test/CXX/dcl.decl/dcl.init/ test/CXX/dcl.decl/dcl.init/dcl.init.ref/ test/CXX/dcl.decl/dcl.meaning/dcl.mptr/ test/CodeCompletion/ test/FixIt/ test/Index/ test/SemaCX...

Chris Lattner clattner at apple.com
Wed Mar 10 10:39:04 PST 2010


On Mar 10, 2010, at 3:27 AM, John McCall wrote:

> Author: rjmccall
> Date: Wed Mar 10 05:27:22 2010
> New Revision: 98149
> 
> URL: http://llvm.org/viewvc/llvm-project?rev=98149&view=rev
> Log:
> When pretty-printing tag types, only print the tag if we're in C (and
> therefore not creating ElaboratedTypes, which are still pretty-printed
> with the written tag).

Very very nice!  How about doing "const foo *" instead of "foo const *" ? :) 

-Chris
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20100310/1a62fb77/attachment.html>


More information about the cfe-commits mailing list