forked from OSchip/llvm-project
![]() This patch provides the user with the ability to disable all checked of accesses to optionals that are the pointees of smart pointers. Since smart pointers are not modeled (yet), the system cannot distinguish safe from unsafe accesses to optionals through smart pointers. This results in false positives whenever optionals are used through smart pointers. The patch gives the user the choice of ignoring all positivess in these cases. Differential Revision: https://reviews.llvm.org/D122143 |
||
---|---|---|
.. | ||
FlowSensitive | ||
CFGBuildResult.h | ||
CFGDominatorTree.cpp | ||
CFGTest.cpp | ||
CMakeLists.txt | ||
CloneDetectionTest.cpp | ||
ExprMutationAnalyzerTest.cpp | ||
MacroExpansionContextTest.cpp |