From: Argyrios Kyrtzidis Date: Sun, 15 Aug 2010 01:15:44 +0000 (+0000) Subject: DependentTypeOfExprType and DependentDecltypeType are not seen by client code. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=469865cf50f5d11951cc13a935f0fe52cbf17360;p=clang DependentTypeOfExprType and DependentDecltypeType are not seen by client code. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@111090 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/Frontend/TypeXML.def b/include/clang/Frontend/TypeXML.def index e8cb4a6de0..1536c924a8 100644 --- a/include/clang/Frontend/TypeXML.def +++ b/include/clang/Frontend/TypeXML.def @@ -278,18 +278,10 @@ NODE_XML(UnresolvedUsingType, "UnresolvedUsing") ID_ATTRIBUTE_XML END_NODE_XML -NODE_XML(DependentTypeOfExprType, "DependentTypeOfExpr") - ID_ATTRIBUTE_XML -END_NODE_XML - NODE_XML(DecltypeType, "Decltype") ID_ATTRIBUTE_XML END_NODE_XML -NODE_XML(DependentDecltypeType, "DependentDecltype") - ID_ATTRIBUTE_XML -END_NODE_XML - //===----------------------------------------------------------------------===// #undef NODE_XML #undef ID_ATTRIBUTE_XML