forked from OSchip/llvm-project
Flip "faux-bodies" in the analyzer on by default to flush out bugs.
llvm-svn: 164364
This commit is contained in:
parent
089c5510b8
commit
e460a4ea2d
|
@ -113,5 +113,5 @@ unsigned AnalyzerOptions::getAlwaysInlineSize() const {
|
|||
}
|
||||
|
||||
bool AnalyzerOptions::shouldSynthesizeBodies() const {
|
||||
return getBooleanOption("faux-bodies", false);
|
||||
return getBooleanOption("faux-bodies", true);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue