diff options
Diffstat (limited to 'include/clang/Analysis/PathSensitive/BugReporter.h')
-rw-r--r-- | include/clang/Analysis/PathSensitive/BugReporter.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/clang/Analysis/PathSensitive/BugReporter.h b/include/clang/Analysis/PathSensitive/BugReporter.h index 7aefb1c57c..bcb1a24b74 100644 --- a/include/clang/Analysis/PathSensitive/BugReporter.h +++ b/include/clang/Analysis/PathSensitive/BugReporter.h @@ -58,6 +58,7 @@ public: BugTypeCacheLocation() {} virtual ~BugTypeCacheLocation() {} virtual bool isCached(BugReport& R); + bool isCached(ProgramPoint P); }; |