================
Comment at: include/clang/ASTMatchers/ASTMatchers.h:805
@@ +804,3 @@
+  Stmt,
+  CXXNullPtrLiteralExpr> nullPtrLiteralExpr;
+
----------------
Daniel Jasper wrote:
> I wonder whether this should be nullPtrLiteral; for consistency with the 
> other matchers. That would then (at a later point entail renaming the AST 
> node). Manuel, any thoughts?
I'd rather keep as much as possible in common with the AST nodes, so I'd vote 
for keeping it as proposed here.


http://llvm-reviews.chandlerc.com/D46
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to