summaryrefslogtreecommitdiffstats
path: root/clang
diff options
context:
space:
mode:
authorZhongxing Xu <xuzhongxing@gmail.com>2009-07-29 08:00:02 +0000
committerZhongxing Xu <xuzhongxing@gmail.com>2009-07-29 08:00:02 +0000
commit52bd6e8feef6266f141d5a7804a7ccdd4a25b37d (patch)
tree3eabeba274a25b4bf39da78be20ad819090ee6ee /clang
parentb49994ad7edf36c8377460d70e9f3069de41a8f1 (diff)
downloadbcm5719-llvm-52bd6e8feef6266f141d5a7804a7ccdd4a25b37d.tar.gz
bcm5719-llvm-52bd6e8feef6266f141d5a7804a7ccdd4a25b37d.zip
delete an undefined method.
llvm-svn: 77446
Diffstat (limited to 'clang')
-rw-r--r--clang/include/clang/Analysis/PathSensitive/BugReporter.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/clang/include/clang/Analysis/PathSensitive/BugReporter.h b/clang/include/clang/Analysis/PathSensitive/BugReporter.h
index 042564e0e04..485299518ad 100644
--- a/clang/include/clang/Analysis/PathSensitive/BugReporter.h
+++ b/clang/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<BugReportEquivClass>::iterator iterator;
iterator begin() { return EQClasses.begin(); }
iterator end() { return EQClasses.end(); }
OpenPOWER on IntegriCloud