NoQ added inline comments.
================ Comment at: test/Analysis/cxxnewexpr-callback-inline.cpp:31-32 +// CHECK-NEXT: PostStmt<CXXNewExpr> +// CHECK-NEXT: PreCall (foo) +// CHECK-NEXT: PostCall (foo) ---------------- This ensures that there are no other callbacks after `PostStmt<CXXNewExpr>`, in particular that there's no another `PostStmt<CXXNewExpr>`. Repository: rC Clang https://reviews.llvm.org/D41934 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits