llvm-project/clang/test/CXX/temp
Douglas Gregor 7861a80346 Introduce a new class, UnqualifiedId, that provides a parsed
representation of a C++ unqualified-id, along with a single parsing
function (Parser::ParseUnqualifiedId) that will parse all of the
various forms of unqualified-id in C++.

Replace the representation of the declarator name in Declarator with
the new UnqualifiedId class, simplifying declarator-id parsing
considerably and providing more source-location information to
Sema. In the future, I hope to migrate all of the other
unqualified-id-parsing code over to this single representation, then
begin to merge actions that are currently only different because we
didn't have a unqualified notion of the name in the parser.

llvm-svn: 85851
2009-11-03 01:35:08 +00:00
..
temp.decls Instantiate class template friends better; fixes PR5332. 2009-10-30 21:07:27 +00:00
temp.fct.spec Improve template argument deduction in the case where the parameter 2009-09-30 22:13:51 +00:00
temp.param Make having no RUN line a failure. 2009-07-25 12:47:38 +00:00
temp.res When performing name lookup within a class template or class template 2009-09-11 22:57:37 +00:00
temp.spec Introduce a new class, UnqualifiedId, that provides a parsed 2009-11-03 01:35:08 +00:00