| commit | a121b75d9d97daf01fd57834059a6529ca7696fc | [log] [tgz] |
|---|---|---|
| author | Douglas Gregor <dgregor@apple.com> | Tue Nov 03 16:56:39 2009 +0000 |
| committer | Douglas Gregor <dgregor@apple.com> | Tue Nov 03 16:56:39 2009 +0000 |
| tree | d4d7713a7c27f161225d743b77f1d0f7c336c81b | |
| parent | e1d5cd9f4862c2a568dc7c6cc7ede308484fac92 [diff] |
Use ParseUnqualifiedId when parsing id-expressions. This eliminates yet another copy of the unqualified-id parsing code. Also, use UnqualifiedId to simplify the Action interface for building id-expressions. ActOnIdentifierExpr, ActOnCXXOperatorFunctionIdExpr, ActOnCXXConversionFunctionExpr, and ActOnTemplateIdExpr have all been removed in favor of the new ActOnIdExpression action. llvm-svn: 85904