summaryrefslogtreecommitdiffstats
path: root/clang/lib/Serialization/GlobalModuleIndex.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/Serialization/GlobalModuleIndex.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/Serialization/GlobalModuleIndex.cpp')
-rw-r--r--clang/lib/Serialization/GlobalModuleIndex.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/Serialization/GlobalModuleIndex.cpp b/clang/lib/Serialization/GlobalModuleIndex.cpp
index af5f94a5cdc..581e894d915 100644
--- a/clang/lib/Serialization/GlobalModuleIndex.cpp
+++ b/clang/lib/Serialization/GlobalModuleIndex.cpp
@@ -354,7 +354,7 @@ void GlobalModuleIndex::printStats() {
std::fprintf(stderr, "\n");
}
-void GlobalModuleIndex::dump() {
+LLVM_DUMP_METHOD void GlobalModuleIndex::dump() {
llvm::errs() << "*** Global Module Index Dump:\n";
llvm::errs() << "Module files:\n";
for (auto &MI : Modules) {
OpenPOWER on IntegriCloud