Enhance Sema::DiagRuntimeBehavior() to delay some diagnostics to see if the...
Enhance Sema::DiagRuntimeBehavior() to delay some diagnostics to see if the related code is reachable. This suppresses some diagnostics that occur in unreachable code (e.g., -Warray-bound). We only pay the cost of doing the reachability analysis when we issue one of these diagnostics. llvm-svn: 126290
Loading
Please register or sign in to comment