[PATCH] D82256: [analyzer] Enabling ctr in evalCall event
Nithin VR via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sat Jun 20 16:25:54 PDT 2020
vrnithinkumar updated this revision to Diff 272275.
vrnithinkumar marked an inline comment as done.
vrnithinkumar added a comment.
Addressing review comment adding miised new line
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D82256/new/
https://reviews.llvm.org/D82256
Files:
clang/test/Analysis/cxxctr-evalcall-analysis-order.cpp
Index: clang/test/Analysis/cxxctr-evalcall-analysis-order.cpp
===================================================================
--- clang/test/Analysis/cxxctr-evalcall-analysis-order.cpp
+++ clang/test/Analysis/cxxctr-evalcall-analysis-order.cpp
@@ -30,4 +30,4 @@
// CHECK-NEXT: PostCall (operator new) [CXXAllocatorCall]
// CHECK-NEXT: PreCall (C::C) [CXXConstructorCall]
// CHECK-NEXT: EvalCall (C::C) {2} [CXXConstructorCall]
-// CHECK-NEXT: PostCall (C::C) [CXXConstructorCall]
\ No newline at end of file
+// CHECK-NEXT: PostCall (C::C) [CXXConstructorCall]
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D82256.272275.patch
Type: text/x-patch
Size: 573 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20200620/7b98151d/attachment-0001.bin>
More information about the cfe-commits
mailing list