forked from OSchip/llvm-project
For plist diagnostics, use the extensive PathDiagnostic generation algorithm.
llvm-svn: 68264
This commit is contained in:
parent
21c81fdce4
commit
1e5d9439b8
|
@ -40,7 +40,7 @@ namespace {
|
|||
~PlistDiagnostics();
|
||||
void HandlePathDiagnostic(const PathDiagnostic* D);
|
||||
|
||||
PathGenerationScheme getGenerationScheme() const { return Minimal; }
|
||||
PathGenerationScheme getGenerationScheme() const { return Extensive; }
|
||||
bool supportsLogicalOpControlFlow() const { return true; }
|
||||
bool supportsAllBlockEdges() const { return true; }
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue