llvm-project/clang/test/Analysis/exploded-graph-rewriter
Denys Petrov be9c581835 [analyzer] Remove forbidden characters from a filename for a graph dump on Windows
Summary:
Windows forbidden file path characters are used in a field `file`, while creating a dump `dot` file using an argument -analyzer-dump-egraph. It specifically relates to angle brackets when using `<scratch space>`, `<built-in>`, `<command line>` values in filenames. It causes that script exploded-graph-rewriter.py incorrectly parses the dump.

Fix:
Remove forbidden characters from filename for Windows platform, when creating graph dump file.

Differential Revision: https://reviews.llvm.org/D82103
2020-06-22 17:27:20 +03:00
..
checker_messages.dot [analyzer] Fix scan-build and exploded-graph-rewriter tests on Windows. 2020-04-06 20:33:37 +03:00
checker_messages_diff.dot [analyzer] Fix scan-build and exploded-graph-rewriter tests on Windows. 2020-04-06 20:33:37 +03:00
constraints.dot [analyzer] Fix scan-build and exploded-graph-rewriter tests on Windows. 2020-04-06 20:33:37 +03:00
constraints_diff.dot [analyzer] Fix scan-build and exploded-graph-rewriter tests on Windows. 2020-04-06 20:33:37 +03:00
dynamic_types.cpp [analyzer] Fix scan-build and exploded-graph-rewriter tests on Windows. 2020-04-06 20:33:37 +03:00
edge.dot [analyzer] Fix scan-build and exploded-graph-rewriter tests on Windows. 2020-04-06 20:33:37 +03:00
empty.dot [analyzer] Fix scan-build and exploded-graph-rewriter tests on Windows. 2020-04-06 20:33:37 +03:00
environment.dot [analyzer] Fix scan-build and exploded-graph-rewriter tests on Windows. 2020-04-06 20:33:37 +03:00
environment_diff.dot [analyzer] Fix scan-build and exploded-graph-rewriter tests on Windows. 2020-04-06 20:33:37 +03:00
escapes.c [analyzer] Fix scan-build and exploded-graph-rewriter tests on Windows. 2020-04-06 20:33:37 +03:00
initializers_under_construction.cpp [analyzer] Fix scan-build and exploded-graph-rewriter tests on Windows. 2020-04-06 20:33:37 +03:00
l_name_starts_with_l.cpp [analyzer] Handle `\l` symbol in string literals in exploded-graph-rewriter 2020-06-22 14:19:13 +03:00
lit.local.cfg [analyzer] Fix scan-build and exploded-graph-rewriter tests on Windows. 2020-04-06 20:33:37 +03:00
macros.c [analyzer] Fix scan-build and exploded-graph-rewriter tests on Windows. 2020-04-06 20:33:37 +03:00
node_labels.dot [analyzer] Fix scan-build and exploded-graph-rewriter tests on Windows. 2020-04-06 20:33:37 +03:00
objects_under_construction.cpp [analyzer] Fix scan-build and exploded-graph-rewriter tests on Windows. 2020-04-06 20:33:37 +03:00
program_points.dot [analyzer] Fix scan-build and exploded-graph-rewriter tests on Windows. 2020-04-06 20:33:37 +03:00
store.dot [analyzer] Fix scan-build and exploded-graph-rewriter tests on Windows. 2020-04-06 20:33:37 +03:00
store_diff.dot [analyzer] Fix scan-build and exploded-graph-rewriter tests on Windows. 2020-04-06 20:33:37 +03:00
topology.dot [analyzer] Fix scan-build and exploded-graph-rewriter tests on Windows. 2020-04-06 20:33:37 +03:00
trimmers.dot [analyzer] Fix scan-build and exploded-graph-rewriter tests on Windows. 2020-04-06 20:33:37 +03:00
win_path_forbidden_chars.cpp [analyzer] Remove forbidden characters from a filename for a graph dump on Windows 2020-06-22 17:27:20 +03:00