]> granicus.if.org Git - clang/commit
Update Sema::DiagRuntimeBehavior() to take an optional Stmt* to indicate the code...
authorTed Kremenek <kremenek@apple.com>
Wed, 23 Feb 2011 01:51:43 +0000 (01:51 +0000)
committerTed Kremenek <kremenek@apple.com>
Wed, 23 Feb 2011 01:51:43 +0000 (01:51 +0000)
commit762696fff298627b72b63dbb0becf57f689801ca
tree105cedbbf9190a249608e9c738b58a8bf207b879
parentb70369cae98590c03cad0cd0d6c8f94c4e0e55c4
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.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@126286 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Sema/Sema.h
lib/Sema/SemaChecking.cpp
lib/Sema/SemaExpr.cpp
lib/Sema/SemaStmt.cpp