aboutsummaryrefslogtreecommitdiff
path: root/include/clang/Analysis/PathSensitive/BugReporter.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/clang/Analysis/PathSensitive/BugReporter.h')
-rw-r--r--include/clang/Analysis/PathSensitive/BugReporter.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/include/clang/Analysis/PathSensitive/BugReporter.h b/include/clang/Analysis/PathSensitive/BugReporter.h
index 2312583589..28f0f85d72 100644
--- a/include/clang/Analysis/PathSensitive/BugReporter.h
+++ b/include/clang/Analysis/PathSensitive/BugReporter.h
@@ -127,10 +127,8 @@ public:
CFG& getCFG() { return getGraph().getCFG(); }
- void EmitPathWarning(BugReport& R);
-
void EmitWarning(BugReport& R);
-
+
void clearCache() { CachedErrors.clear(); }
bool IsCached(ExplodedNode<ValueState>* N);