]> granicus.if.org Git - clang/commit
Change -Warray-bounds logic to use DiagRuntimeBehavior in preparation for using basic...
authorTed Kremenek <kremenek@apple.com>
Wed, 23 Feb 2011 01:51:40 +0000 (01:51 +0000)
committerTed Kremenek <kremenek@apple.com>
Wed, 23 Feb 2011 01:51:40 +0000 (01:51 +0000)
commitb70369cae98590c03cad0cd0d6c8f94c4e0e55c4
tree046a99ac16d434030a6d54b8c04e4b91250ff5ce
parent983326f32c746f5e47161a73758e4d363263dd2c
Change -Warray-bounds logic to use DiagRuntimeBehavior in preparation for using basic dataflow to suppress warnings on unreachable array bounds checks.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@126285 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaChecking.cpp