Re-enable faux-bodies by default.
authorTed Kremenek <kremenek@apple.com>
Fri, 21 Sep 2012 17:55:34 +0000 (17:55 +0000)
committerTed Kremenek <kremenek@apple.com>
Fri, 21 Sep 2012 17:55:34 +0000 (17:55 +0000)
Try this again, now that r164392 is in place.

llvm-svn: 164393

clang/lib/StaticAnalyzer/Core/AnalyzerOptions.cpp

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