llvm-project/clang/unittests/Analysis
Yitzhak Mandelbaum a184a0d8aa [clang][dataflow] Add support for disabling warnings on smart pointers.
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
2022-03-25 16:44:34 +00:00
..
FlowSensitive [clang][dataflow] Add support for disabling warnings on smart pointers. 2022-03-25 16:44:34 +00:00
CFGBuildResult.h
CFGDominatorTree.cpp [NFC][Clang][test] Inclusive language: Remove and rephrase uses of sanity test/check in clang/test 2021-11-24 14:03:49 -05:00
CFGTest.cpp
CMakeLists.txt [clang][dataflow] Implement a basic algorithm for dataflow analysis 2021-12-10 11:44:49 +01:00
CloneDetectionTest.cpp
ExprMutationAnalyzerTest.cpp Bump googletest to 1.10.0 2021-05-14 19:16:31 +02:00
MacroExpansionContextTest.cpp [NFC][testing] Return underlying strings directly instead of OS.str() 2021-12-09 16:05:46 -08:00