[PATCH] D59555: [analyzer] Add yaml parser to GenericTaintChecker
Borsik Gábor via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri May 17 02:07:28 PDT 2019
boga95 updated this revision to Diff 199990.
boga95 edited the summary of this revision.
boga95 added a comment.
I changed the parsing, therefore the return value index is represented by -1.
I added a test configuration file and parse it when testing to prove the configuration doesn't break the code.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D59555/new/
https://reviews.llvm.org/D59555
Files:
lib/StaticAnalyzer/Checkers/GenericTaintChecker.cpp
test/Analysis/Inputs/taint-generic-config.yaml
test/Analysis/taint-generic.c
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D59555.199990.patch
Type: text/x-patch
Size: 14144 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20190517/572059f1/attachment.bin>
More information about the cfe-commits
mailing list