From: Zhongxing Xu Date: Wed, 29 Jul 2009 08:00:02 +0000 (+0000) Subject: delete an undefined method. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5a5c60d273130990a7da770d7f5dc809920d3b65;p=clang delete an undefined method. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@77446 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/Analysis/PathSensitive/BugReporter.h b/include/clang/Analysis/PathSensitive/BugReporter.h index 042564e0e0..485299518a 100644 --- a/include/clang/Analysis/PathSensitive/BugReporter.h +++ b/include/clang/Analysis/PathSensitive/BugReporter.h @@ -199,8 +199,7 @@ public: const std::string& getCategory() const { return Category; } virtual void FlushReports(BugReporter& BR); - void AddReport(BugReport* BR); - + typedef llvm::FoldingSet::iterator iterator; iterator begin() { return EQClasses.begin(); } iterator end() { return EQClasses.end(); }