llvm-project/clang/test/Analysis/diagnostics
Anna Zaks 54f4d01bd3 [analyzer] Allow TrackConstraintBRVisitor to work when the value it’s tracking is not live in the last node of the path
We always register the visitor on a node in which the value we are tracking is live and constrained. However,
the visitation can restart at a node, later on the path, in which the value is under constrained because
it is no longer live. Previously, we just silently stopped tracking in that case.

llvm-svn: 179731
2013-04-17 22:29:47 +00:00
..
Inputs/include/sys Move an input header file under an Inputs directory to be consistent 2013-01-19 06:31:24 +00:00
deref-track-symbolic-region.c [analyzer] Allow TrackConstraintBRVisitor to work when the value it’s tracking is not live in the last node of the path 2013-04-17 22:29:47 +00:00
deref-track-symbolic-region.cpp [analyzer] BugReporter - more precise tracking of C++ references 2013-03-13 20:20:14 +00:00
explicit-suppression.cpp Extended VerifyDiagnosticConsumer to also verify source file for diagnostic. 2013-04-17 08:06:46 +00:00
false-positive-suppression.c Move an input header file under an Inputs directory to be consistent 2013-01-19 06:31:24 +00:00
no-prune-paths.c [analyzer] Add 'prune-paths' config option to disable path pruning. 2013-01-26 01:28:15 +00:00
shortest-path-suppression.c [analyzer] Add a test case for diagnostic suppression on a graph with cycles. 2013-03-19 22:10:44 +00:00
undef-value-callee.h
undef-value-caller.c [analyzer] Use 'MemRegion::printPretty()' instead of assuming the region is a VarRegion. 2013-02-26 19:44:38 +00:00
undef-value-param.c [analyzer] Show "Returning from ..." note at caller's depth, not callee's. 2013-04-12 00:44:17 +00:00
undef-value-param.m [analyzer] Show "Returning from ..." note at caller's depth, not callee's. 2013-04-12 00:44:17 +00:00