[PATCH] D41934: [analyzer] Fix CXXNewExpr callback order.
Artem Dergachev via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Jan 10 18:28:56 PST 2018
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
More information about the cfe-commits
mailing list