[cfe-commits] r111090 - /cfe/trunk/include/clang/Frontend/TypeXML.def
Argyrios Kyrtzidis
akyrtzi at gmail.com
Sat Aug 14 18:15:44 PDT 2010
Author: akirtzidis
Date: Sat Aug 14 20:15:44 2010
New Revision: 111090
URL: http://llvm.org/viewvc/llvm-project?rev=111090&view=rev
Log:
DependentTypeOfExprType and DependentDecltypeType are not seen by client code.
Modified:
cfe/trunk/include/clang/Frontend/TypeXML.def
Modified: cfe/trunk/include/clang/Frontend/TypeXML.def
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Frontend/TypeXML.def?rev=111090&r1=111089&r2=111090&view=diff
==============================================================================
--- cfe/trunk/include/clang/Frontend/TypeXML.def (original)
+++ cfe/trunk/include/clang/Frontend/TypeXML.def Sat Aug 14 20:15:44 2010
@@ -278,18 +278,10 @@
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
More information about the cfe-commits
mailing list