]> granicus.if.org Git - clang/commit
Add clang-cc option "-analyzer-experimental-checks" to enable experimental path-sensi...
authorTed Kremenek <kremenek@apple.com>
Fri, 13 Nov 2009 01:15:47 +0000 (01:15 +0000)
committerTed Kremenek <kremenek@apple.com>
Fri, 13 Nov 2009 01:15:47 +0000 (01:15 +0000)
commiteb94113be0ee5f4d38408b413d92464a0bc16b55
treeb4e85114961d1effbc84af3bde3e846bd2788bfb
parent21dac5e24a14d3288565515b35ad98c38460c9dd
Add clang-cc option "-analyzer-experimental-checks" to enable experimental path-sensitive checks.  The idea is to separate "barely working" or "skunkworks" checks from ones that should always run.  Later we need more fine-grain checker control.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@87053 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Analysis/LocalCheckers.h
include/clang/Frontend/AnalysisConsumer.h
lib/Analysis/CMakeLists.txt
lib/Analysis/GRExprEngineExperimentalChecks.cpp [new file with mode: 0644]
lib/Frontend/AnalysisConsumer.cpp
tools/clang-cc/Options.cpp