Flip "faux-bodies" in the analyzer on by default to flush out bugs.

llvm-svn: 164364
This commit is contained in:
Ted Kremenek 2012-09-21 06:14:37 +00:00
parent 089c5510b8
commit e460a4ea2d
1 changed files with 1 additions and 1 deletions

View File

@ -113,5 +113,5 @@ unsigned AnalyzerOptions::getAlwaysInlineSize() const {
}
bool AnalyzerOptions::shouldSynthesizeBodies() const {
return getBooleanOption("faux-bodies", false);
return getBooleanOption("faux-bodies", true);
}