commit | 42d6d0c91ab089cb252ab2f91c16d4557f458a2c | [log] [tgz] |
---|---|---|
author | David Blaikie <dblaikie@gmail.com> | Sun Dec 04 05:04:18 2011 +0000 |
committer | David Blaikie <dblaikie@gmail.com> | Sun Dec 04 05:04:18 2011 +0000 |
tree | 798a87db00244b0536a6b3880eb6c040218aa70d | |
parent | 649657e7d6c150136cae5ab22e39b9794cff80cc [diff] [blame] |
Support decltype in nested-name-specifiers. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@145785 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Parse/ParseExpr.cpp b/lib/Parse/ParseExpr.cpp index 75fc9be..dcbee4f 100644 --- a/lib/Parse/ParseExpr.cpp +++ b/lib/Parse/ParseExpr.cpp
@@ -664,6 +664,7 @@ ConsumeToken(); break; + case tok::kw_decltype: case tok::identifier: { // primary-expression: identifier // unqualified-id: identifier // constant: enumeration-constant