[PATCH] D70693: [scan-build-py] Set of small fixes
Gábor Horváth via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Nov 27 11:32:47 PST 2019
xazax.hun added a comment.
So after investigating the effects of this patch, the result is the following:
Verbose mode (`-v`) that also prints findings to the command line will no longer be colored after the patch. If we do not want this regression there are two easy ways around it:
1. Make the parsing of error more forgiving
2. Make two `-###` invocation, one for parsing the potential error and the other for actually getting the arguments.
Any preferences?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D70693/new/
https://reviews.llvm.org/D70693
More information about the cfe-commits
mailing list