llvm-project/clang/test/CXX/temp
Chris Lattner 53fa04909c make clang print types as "const int *" instead of "int const*",
which is should have done from the beginning.  As usual, the most
fun with this sort of change is updating all the testcases.

llvm-svn: 113090
2010-09-05 00:04:01 +00:00
..
temp.arg make clang print types as "const int *" instead of "int const*", 2010-09-05 00:04:01 +00:00
temp.decls make clang print types as "const int *" instead of "int const*", 2010-09-05 00:04:01 +00:00
temp.fct.spec When instantiating a function type, instantiate the return type before 2010-08-31 00:26:14 +00:00
temp.names Reinstate r104117, Chandler Carruth's change that "[provides] a naming 2010-05-20 20:58:56 +00:00
temp.param Get rid of isObjectType; when C++ says "object type", it generally 2010-08-05 02:49:48 +00:00
temp.res Implement C++ [temp.local]p4, which specifies how we eliminate 2010-04-12 20:54:26 +00:00
temp.spec Support explicit instantiation of function templates and members of class 2010-08-25 08:27:02 +00:00