- We do not model enums so removed from ConditionBRVisitor::patternMatch().
- Refactored that function.
Details
Details
- Reviewers
NoQ
Diff Detail
Diff Detail
Event Timeline
Comment Actions
This error found in D59155.
clang/lib/StaticAnalyzer/Core/BugReporterVisitors.cpp | ||
---|---|---|
2095 | That was the point when we catch a DRE and we said that it is a variable. | |
clang/test/Analysis/keychainAPI-diagnostic-visitor.m | ||
30 | DeclRefExpr 0x67b308 'OSStatus':'unsigned int' lvalue Var 0x657aa8 'st' 'OSStatus':'unsigned int' |
Comment Actions
@NoQ, this is my last patch, just we bumped into that randomly, it would be cool to fix that.
That was the point when we catch a DRE and we said that it is a variable.