[PATCH] D11700: Added remove taint support to ProgramState.
Francisco
franchiotta at gmail.com
Mon Aug 3 18:01:17 PDT 2015
franchiotta updated this revision to Diff 31289.
franchiotta added a comment.
Basically, I moved the logic of AddTaint out of the method, and placed it on a generic method which allows to add or remove over the map based on a parameter value. All this taint logic will be placed on a external API in a future.
http://reviews.llvm.org/D11700
Files:
include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h
lib/StaticAnalyzer/Core/ProgramState.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D11700.31289.patch
Type: text/x-patch
Size: 4642 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20150804/aa64143a/attachment.bin>
More information about the cfe-commits
mailing list