summaryrefslogtreecommitdiffstats
path: root/clang/lib/StaticAnalyzer/Checkers/ArrayBoundCheckerV2.cpp
diff options
context:
space:
mode:
authorYaron Keren <yaron.keren@gmail.com>2016-01-29 19:38:18 +0000
committerYaron Keren <yaron.keren@gmail.com>2016-01-29 19:38:18 +0000
commitcdae941e0330d7d1f16940aafeebddd1cf6fcc80 (patch)
tree3ecb1b92baa22c1110150eab26918c94d4257bba /clang/lib/StaticAnalyzer/Checkers/ArrayBoundCheckerV2.cpp
parent4553723825ee688cf7046f1dad3d2b88d40dc197 (diff)
downloadbcm5719-llvm-cdae941e0330d7d1f16940aafeebddd1cf6fcc80.tar.gz
bcm5719-llvm-cdae941e0330d7d1f16940aafeebddd1cf6fcc80.zip
Annotate dump() methods with LLVM_DUMP_METHOD, addressing Richard Smith r259192 post commit comment.
llvm-svn: 259232
Diffstat (limited to 'clang/lib/StaticAnalyzer/Checkers/ArrayBoundCheckerV2.cpp')
-rw-r--r--clang/lib/StaticAnalyzer/Checkers/ArrayBoundCheckerV2.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/StaticAnalyzer/Checkers/ArrayBoundCheckerV2.cpp b/clang/lib/StaticAnalyzer/Checkers/ArrayBoundCheckerV2.cpp
index f4de733bd79..13f0f655b89 100644
--- a/clang/lib/StaticAnalyzer/Checkers/ArrayBoundCheckerV2.cpp
+++ b/clang/lib/StaticAnalyzer/Checkers/ArrayBoundCheckerV2.cpp
@@ -211,7 +211,7 @@ void ArrayBoundCheckerV2::reportOOB(CheckerContext &checkerContext,
llvm::make_unique<BugReport>(*BT, os.str(), errorNode));
}
-void RegionRawOffsetV2::dump() const {
+LLVM_DUMP_METHOD void RegionRawOffsetV2::dump() const {
dumpToStream(llvm::errs());
}
OpenPOWER on IntegriCloud