]> granicus.if.org Git - clang/commitdiff
DependentTypeOfExprType and DependentDecltypeType are not seen by client code.
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>
Sun, 15 Aug 2010 01:15:44 +0000 (01:15 +0000)
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>
Sun, 15 Aug 2010 01:15:44 +0000 (01:15 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@111090 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Frontend/TypeXML.def

index e8cb4a6de0550eb1cf1566b1174ebe76b37fc495..1536c924a82f9ee8f3b59b25fe2b176ffd2ab0cc 100644 (file)
@@ -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