Fix an assertion in the XML output, from Olaf Krzikalla!

llvm-svn: 83576
This commit is contained in:
Douglas Gregor 2009-10-08 21:29:50 +00:00
parent da3c79698c
commit 18289eeb1d
1 changed files with 3 additions and 0 deletions

View File

@ -78,6 +78,9 @@
# define CONTEXT_ATTRIBUTE_XML( FN ) ATTRIBUTE_XML(FN, "context")
#endif
NODE_XML(Stmt, "Stmt_Unsupported") // fallback for unsupproted statements
ATTRIBUTE_FILE_LOCATION_XML
END_NODE_XML
NODE_XML(NullStmt, "NullStmt")
ATTRIBUTE_FILE_LOCATION_XML