llvm-project/clang/unittests/Analysis
Jonas Toth e517e5cfec [clang] improve accuracy of ExprMutAnalyzer
This patch extracts the ExprMutAnalyzer changes from https://reviews.llvm.org/D54943
into its own revision for simpler review and more atomic changes.

The analysis results are improved. Nested expressions (e.g. conditional
operators) are now detected properly. Some edge cases, especially
template induced imprecisions are improved upon.

Reviewed By: aaron.ballman

Differential Revision: https://reviews.llvm.org/D88088
2020-10-09 13:45:32 +02:00
..
CFGBuildResult.h [DataFlow] Factor two worklist implementations out 2020-01-17 08:11:15 -08:00
CFGDominatorTree.cpp [analyzer][IDF] Add a control dependency calculator + a new debug checker 2019-07-05 12:17:44 +00:00
CFGTest.cpp [DataFlow] Factor two worklist implementations out 2020-01-17 08:11:15 -08:00
CMakeLists.txt [OpenMP] "UnFix" layering problem with FrontendOpenMP 2020-04-07 14:41:18 -05:00
CloneDetectionTest.cpp [clang] Minor cleanup in CloneDetectionTest 2020-04-01 10:48:50 +02:00
ExprMutationAnalyzerTest.cpp [clang] improve accuracy of ExprMutAnalyzer 2020-10-09 13:45:32 +02:00