[cfe-commits] r64716 - in /cfe/trunk: include/clang/AST/DeclCXX.h include/clang/AST/DeclNodes.def include/clang/AST/DeclTemplate.h include/clang/AST/Type.h lib/AST/DeclCXX.cpp lib/AST/DeclTemplate.cpp lib/Sema/Sema.h lib/Sema/SemaTemplate.cpp test/SemaTemplate/class-template-id.cpp

Sebastian Redl sebastian.redl at getdesigned.at
Sun Feb 22 10:51:00 PST 2009


Douglas Gregor wrote:
> Author: dgregor
> Date: Mon Feb 16 19:05:43 2009
> New Revision: 64716
>
> URL: http://llvm.org/viewvc/llvm-project?rev=64716&view=rev
> Log:
> Note that we carefully distinguish between what the user
> wrote in the source code (e.g., "A<FLOAT>") and the semantic entity it
> represents (e.g., "A<float, int>"); the former is in the sugared Type,
> the latter is an actual Decl.
>   

This is going to be so awesome when it comes to deciphering template
errors. :-)

Sebastian



More information about the cfe-commits mailing list