]> granicus.if.org Git - clang/commitdiff
Flip "faux-bodies" in the analyzer on by default to flush out bugs.
authorTed Kremenek <kremenek@apple.com>
Fri, 21 Sep 2012 06:14:37 +0000 (06:14 +0000)
committerTed Kremenek <kremenek@apple.com>
Fri, 21 Sep 2012 06:14:37 +0000 (06:14 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@164364 91177308-0d34-0410-b5e6-96231b3b80d8

lib/StaticAnalyzer/Core/AnalyzerOptions.cpp

index cb7df6b3fd052ff311ce8c2364e5cb8e1b8da037..04eb0ad97b051ad2cb81223daa29dfc647a3666c 100644 (file)
@@ -113,5 +113,5 @@ unsigned AnalyzerOptions::getAlwaysInlineSize() const {
 }
 
 bool AnalyzerOptions::shouldSynthesizeBodies() const {
-  return getBooleanOption("faux-bodies", false);
+  return getBooleanOption("faux-bodies", true);
 }