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

Artem Dergachev via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Jun 19 08:05:14 PDT 2020


NoQ accepted this revision.
NoQ added a comment.
This revision is now accepted and ready to land.

I see what you did here! Great!



================
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"
----------------
I still wouldn't mind testing the actual output.


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

https://reviews.llvm.org/D82092





More information about the cfe-commits mailing list