commit | 02a24ee67c0a91bdb0db8a651d5748595652e670 | [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 | e687566492ebc52b0c8f251256314ce69df48bcc | |
parent | 519202d315e3f74f42d8a1dea7b2f23dee1a66f0 [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. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@85904 91177308-0d34-0410-b5e6-96231b3b80d8