[PATCH] D82103: [analyzer] Remove forbidden characters from a SourceLocation filename for a graph dump on Windows
Artem Dergachev via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Jun 19 08:05:18 PDT 2020
NoQ added inline comments.
================
Comment at: clang/utils/analyzer/exploded-graph-rewriter.py:383
+ # when directory name starts with the letter `l`.
+ if sys.platform == 'win32':
+ # Find all `\l` (like `,\l`, `}\l`, `[\l`) except `\\l`,
----------------
I think this too doesn't need to be platform specific(?)
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D82103/new/
https://reviews.llvm.org/D82103
More information about the cfe-commits
mailing list