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 _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
