llvm-project/clang/test/CXX/temp/temp.arg
Axel Naumann 693344b505 From Philippe Canal:
Update the two function overloads
    void TemplateSpecializationType::PrintTemplateArgumentList(raw_ostream &OS,....
to behave like
    std::string TemplateSpecializationType::PrintTemplateArgumentList(const TemplateArgument *Args,...
hence making sure that clang consistently adds a space between two '>' at the end of nested template arguments.

llvm-svn: 159412
2012-06-29 07:30:33 +00:00
..
temp.arg.nontype Improve diagnostics in C++11 when a non-type template argument for a 2012-04-10 19:03:30 +00:00
temp.arg.template From Philippe Canal: 2012-06-29 07:30:33 +00:00
temp.arg.type Update all tests other than Driver/std.cpp to use -std=c++11 rather than 2011-10-13 22:29:44 +00:00