summaryrefslogtreecommitdiffstats
path: root/clang/utils
diff options
context:
space:
mode:
Diffstat (limited to 'clang/utils')
-rwxr-xr-xclang/utils/analyzer/CmpRuns.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/clang/utils/analyzer/CmpRuns.py b/clang/utils/analyzer/CmpRuns.py
index 8c67ede6655..4d60c0f7e7e 100755
--- a/clang/utils/analyzer/CmpRuns.py
+++ b/clang/utils/analyzer/CmpRuns.py
@@ -97,10 +97,17 @@ class AnalysisDiagnostic:
class CmpOptions:
+ """
+ Fake output of option parser with manually constructed options.
+ """
+
def __init__(self, verboseLog=None, rootA="", rootB=""):
self.rootA = rootA
self.rootB = rootB
self.verboseLog = verboseLog
+ self.relative_path_histogram = False
+ self.relative_log_path_histogram = False
+ self.absolute_path_histogram = False
class AnalysisReport:
OpenPOWER on IntegriCloud