[PATCH] D82092: [analyzer] Handle `\l` symbol in string literals in exploded-graph-rewriter

Denys Petrov via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Jun 19 15:46:44 PDT 2020


ASDenysPetrov marked an inline comment as done.
ASDenysPetrov added a comment.

Thanks for the quick review, guys!



================
Comment at: clang/test/Analysis/exploded-graph-rewriter/l_name_starts_with_l.cpp:25
+
+// This test is passed if exploded_graph_rewriter handles dot file without errors.
+// CHECK: digraph "ExplodedGraph"
----------------
NoQ wrote:
> I still wouldn't mind testing the actual output.
I'll add more //checks// before the load.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D82092/new/

https://reviews.llvm.org/D82092





More information about the cfe-commits mailing list