]> granicus.if.org Git - clang/commit
[analyzer] Migrate ArrayBoundCheckerV2 to CheckerV2.
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>
Mon, 28 Feb 2011 01:26:57 +0000 (01:26 +0000)
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>
Mon, 28 Feb 2011 01:26:57 +0000 (01:26 +0000)
commit05357018b2e5e66559ad0ce2147dc1db9af42b9d
tree5bcb406c1657c9f97447b950c32c15b684b581b7
parent58f2e7c3c3860e410fa3d8252862ef10be7cdc70
[analyzer] Migrate ArrayBoundCheckerV2 to CheckerV2.

Turns -analyzer-check-buffer-overflows into -analyzer-checker=core.experimental.Overflow

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@126609 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Driver/CC1Options.td
include/clang/Frontend/AnalyzerOptions.h
lib/Frontend/CompilerInvocation.cpp
lib/StaticAnalyzer/Checkers/ArrayBoundCheckerV2.cpp
lib/StaticAnalyzer/Checkers/Checkers.td
lib/StaticAnalyzer/Checkers/InternalChecks.h
lib/StaticAnalyzer/Frontend/AnalysisConsumer.cpp
test/Analysis/out-of-bounds.c