[PATCH] D35216: [analyzer] Escape symbols when creating std::initializer_list.

Artem Dergachev via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Jul 10 11:59:07 PDT 2017


NoQ added a comment.

Or maybe it wasn't a good idea to make two diffs in one place. Dunno.



================
Comment at: test/Analysis/temporaries-callback-order.cpp:28
 // CHECK: Bind
-// CHECK-NEXT: RegionChanges
 
----------------
Apparently, this was caused by the check if the states are equal within `processPointerEscapedOnBind`, so it was a dry run for checkers.


https://reviews.llvm.org/D35216





More information about the cfe-commits mailing list