| commit | 55ae319a28f06159d594fddad8d60b4e653ff1bb | [log] [tgz] |
|---|---|---|
| author | Ted Kremenek <kremenek@apple.com> | Wed Feb 23 01:51:43 2011 +0000 |
| committer | Ted Kremenek <kremenek@apple.com> | Wed Feb 23 01:51:43 2011 +0000 |
| tree | 3a514afa78d269e2a00b0a7eba8bb6be9eba9334 | |
| parent | db3333df71a997f8d795882eac8599f9227184ae [diff] |
Update Sema::DiagRuntimeBehavior() to take an optional Stmt* to indicate the code the diagnostic is associated with. This Stmt* is unused, but we will use it shortly for pruning diagnostics associated with unreachable code. llvm-svn: 126286