llvm-project/clang/unittests/Analysis
Yitzhak Mandelbaum 0b12efc7a4 [clang][dataflow] Add support for nested method calls.
Extend the context-sensitive analysis to handle a call to a method (of the same
class) from within a method. That, is a member-call expression through `this`.

Differential Revision: https://reviews.llvm.org/D134432
2022-09-22 19:16:31 +00:00
..
FlowSensitive [clang][dataflow] Add support for nested method calls. 2022-09-22 19:16:31 +00:00
CFGBuildResult.h [CFG] Fix crash on CFG building when deriving from a template. 2022-08-16 13:01:13 +02:00
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 [CFG] Fix crash on CFG building when deriving from a template. 2022-08-16 13:01:13 +02:00
CMakeLists.txt [Testing] Drop clangTesting from clang's public library interface 2022-04-20 13:28:44 +02:00
CloneDetectionTest.cpp
ExprMutationAnalyzerTest.cpp [clang-tidy] implement new check 'misc-const-correctness' to add 'const' to unmodified variables 2022-07-24 19:37:54 +02:00
MacroExpansionContextTest.cpp [clang] Use value instead of getValue (NFC) 2022-07-13 23:39:33 -07:00