summaryrefslogtreecommitdiffstats
path: root/clang/lib/StaticAnalyzer/Checkers/UndefCapturedBlockVarChecker.cpp
diff options
context:
space:
mode:
authorJordan Rose <jordan_rose@apple.com>2012-11-02 01:53:40 +0000
committerJordan Rose <jordan_rose@apple.com>2012-11-02 01:53:40 +0000
commite10d5a7659ec3458545e4274dcc57136d6151d05 (patch)
tree1c8119b7e84332962f64a79315b1ce2d5da98ca6 /clang/lib/StaticAnalyzer/Checkers/UndefCapturedBlockVarChecker.cpp
parent8f88f06dd2d675171ad40bfccb0f4a9796a5f2fb (diff)
downloadbcm5719-llvm-e10d5a7659ec3458545e4274dcc57136d6151d05.tar.gz
bcm5719-llvm-e10d5a7659ec3458545e4274dcc57136d6151d05.zip
[analyzer] Rename 'EmitReport' to 'emitReport'.
No functionality change. llvm-svn: 167275
Diffstat (limited to 'clang/lib/StaticAnalyzer/Checkers/UndefCapturedBlockVarChecker.cpp')
-rw-r--r--clang/lib/StaticAnalyzer/Checkers/UndefCapturedBlockVarChecker.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/StaticAnalyzer/Checkers/UndefCapturedBlockVarChecker.cpp b/clang/lib/StaticAnalyzer/Checkers/UndefCapturedBlockVarChecker.cpp
index 675b38a5df2..30ccffaab05 100644
--- a/clang/lib/StaticAnalyzer/Checkers/UndefCapturedBlockVarChecker.cpp
+++ b/clang/lib/StaticAnalyzer/Checkers/UndefCapturedBlockVarChecker.cpp
@@ -96,7 +96,7 @@ UndefCapturedBlockVarChecker::checkPostStmt(const BlockExpr *BE,
R->addVisitor(new FindLastStoreBRVisitor(VRVal, VR));
R->disablePathPruning();
// need location of block
- C.EmitReport(R);
+ C.emitReport(R);
}
}
}
OpenPOWER on IntegriCloud