llvm-project/clang/test/Analysis/diagnostics
Ted Kremenek a5958869f6 TrackConstraintBRVisitor and ConditionBRVisitor can emit similar
path notes for cases where a value may be assumed to be null, etc.
Instead of having redundant diagnostics, do a pass over the generated
PathDiagnostic pieces and remove notes from TrackConstraintBRVisitor
that are already covered by ConditionBRVisitor, whose notes tend
to be better.

Fixes <rdar://problem/12252783>

llvm-svn: 166728
2012-10-25 22:07:10 +00:00
..
deref-track-symbolic-region.c [analyzer] NullOrUndef diagnostics: track symbols binded to regions. 2012-09-05 22:31:55 +00:00
deref-track-symbolic-region.cpp TrackConstraintBRVisitor and ConditionBRVisitor can emit similar 2012-10-25 22:07:10 +00:00
undef-value-callee.h
undef-value-caller.c [analyzer] Improved diagnostic pruning for calls initializing values. 2012-08-29 21:22:37 +00:00
undef-value-param.c [analyzer] Teach UndefOrNullArgVisitor to track parent regions. 2012-09-12 22:57:30 +00:00
undef-value-param.m [analyzer] Improved diagnostic pruning for calls initializing values. 2012-08-29 21:22:37 +00:00