Update Sema::DiagRuntimeBehavior() to take an optional Stmt* to indicate the...
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
Loading
Please register or sign in to comment