summaryrefslogtreecommitdiffstats
path: root/clang/lib/Analysis/CFRefCount.cpp
diff options
context:
space:
mode:
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>2009-06-30 02:35:26 +0000
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>2009-06-30 02:35:26 +0000
commitddcd132a5bb1cb70a0e381e4b150dac5d4296547 (patch)
tree138caac2a0af5ad9ca8fd4fd822807caa785071d /clang/lib/Analysis/CFRefCount.cpp
parent8a803cc351583371297b9b02e617dd3636b8a092 (diff)
downloadbcm5719-llvm-ddcd132a5bb1cb70a0e381e4b150dac5d4296547.tar.gz
bcm5719-llvm-ddcd132a5bb1cb70a0e381e4b150dac5d4296547.zip
Remove the ASTContext parameter from the getBody() methods of Decl and subclasses.
Timings showed no significant difference before and after the commit. llvm-svn: 74504
Diffstat (limited to 'clang/lib/Analysis/CFRefCount.cpp')
-rw-r--r--clang/lib/Analysis/CFRefCount.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/Analysis/CFRefCount.cpp b/clang/lib/Analysis/CFRefCount.cpp
index b25fdb330c5..619dbe537df 100644
--- a/clang/lib/Analysis/CFRefCount.cpp
+++ b/clang/lib/Analysis/CFRefCount.cpp
@@ -2632,7 +2632,7 @@ CFRefLeakReport::getEndPath(BugReporterContext& BRC,
if (!L.isValid()) {
const Decl &D = BRC.getCodeDecl();
- L = PathDiagnosticLocation(D.getBodyRBrace(BRC.getASTContext()), SMgr);
+ L = PathDiagnosticLocation(D.getBodyRBrace(), SMgr);
}
std::string sbuf;
OpenPOWER on IntegriCloud