aboutsummaryrefslogtreecommitdiff
path: root/include/clang/Analysis/PathSensitive/BugReporter.h
diff options
context:
space:
mode:
authorZhongxing Xu <xuzhongxing@gmail.com>2009-08-18 08:46:04 +0000
committerZhongxing Xu <xuzhongxing@gmail.com>2009-08-18 08:46:04 +0000
commit50d5bc4e3b53eb8bb4ebf198f1213348a3fa0f38 (patch)
treefdc28428e13d0fe1622e349665af548a3c120301 /include/clang/Analysis/PathSensitive/BugReporter.h
parent4f9449d8d84f10ecc645ead0a290006e3c95a898 (diff)
Now we can get the CFG from the ProgramPoint. No need to pass in the
BugReporter. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@79327 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/clang/Analysis/PathSensitive/BugReporter.h')
-rw-r--r--include/clang/Analysis/PathSensitive/BugReporter.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/clang/Analysis/PathSensitive/BugReporter.h b/include/clang/Analysis/PathSensitive/BugReporter.h
index b99eaee953..19d9ccd6aa 100644
--- a/include/clang/Analysis/PathSensitive/BugReporter.h
+++ b/include/clang/Analysis/PathSensitive/BugReporter.h
@@ -101,7 +101,7 @@ public:
// object.
// FIXME: If we do need it, we can probably just make it private to
// BugReporter.
- const Stmt* getStmt(BugReporter& BR) const;
+ const Stmt* getStmt() const;
const std::string& getDescription() const { return Description; }