Author: Denys Petrov Date: 2020-06-22T14:19:13+03:00 New Revision: 632088c7e84a7ff625c8c67cdc392849b1358f5d
URL: https://github.com/llvm/llvm-project/commit/632088c7e84a7ff625c8c67cdc392849b1358f5d DIFF: https://github.com/llvm/llvm-project/commit/632088c7e84a7ff625c8c67cdc392849b1358f5d.diff LOG: [analyzer] Handle `\l` symbol in string literals in exploded-graph-rewriter Fix for test due to build-bot complains. Added: Modified: clang/test/Analysis/exploded-graph-rewriter/l_name_starts_with_l.cpp Removed: ################################################################################ diff --git a/clang/test/Analysis/exploded-graph-rewriter/l_name_starts_with_l.cpp b/clang/test/Analysis/exploded-graph-rewriter/l_name_starts_with_l.cpp index b84c49974530..a5d2443ea0b4 100644 --- a/clang/test/Analysis/exploded-graph-rewriter/l_name_starts_with_l.cpp +++ b/clang/test/Analysis/exploded-graph-rewriter/l_name_starts_with_l.cpp @@ -24,5 +24,5 @@ void test() { // This test is passed if exploded_graph_rewriter handles dot file without errors. // CHECK: digraph "ExplodedGraph" -// CHECK: clang\\test\\Analysis\\exploded-graph-rewriter\\l_name_starts_with_l.cpp"; +// CHECK: shape=record,label=<<table border="0"> // CHECK: char text[] = "string\\literal"; _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits