For plist diagnostics, use the extensive PathDiagnostic generation algorithm.

llvm-svn: 68264
This commit is contained in:
Ted Kremenek 2009-04-02 00:44:18 +00:00
parent 21c81fdce4
commit 1e5d9439b8
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ namespace {
~PlistDiagnostics(); ~PlistDiagnostics();
void HandlePathDiagnostic(const PathDiagnostic* D); void HandlePathDiagnostic(const PathDiagnostic* D);
PathGenerationScheme getGenerationScheme() const { return Minimal; } PathGenerationScheme getGenerationScheme() const { return Extensive; }
bool supportsLogicalOpControlFlow() const { return true; } bool supportsLogicalOpControlFlow() const { return true; }
bool supportsAllBlockEdges() const { return true; } bool supportsAllBlockEdges() const { return true; }
}; };