summaryrefslogtreecommitdiffstats
path: root/gnu/llvm/tools/clang/lib/AST/APValue.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/llvm/tools/clang/lib/AST/APValue.cpp')
-rw-r--r--gnu/llvm/tools/clang/lib/AST/APValue.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/llvm/tools/clang/lib/AST/APValue.cpp b/gnu/llvm/tools/clang/lib/AST/APValue.cpp
index 91f1e20d73b..3c587331ed0 100644
--- a/gnu/llvm/tools/clang/lib/AST/APValue.cpp
+++ b/gnu/llvm/tools/clang/lib/AST/APValue.cpp
@@ -255,7 +255,7 @@ void APValue::swap(APValue &RHS) {
memcpy(RHS.Data.buffer, TmpData, DataSize);
}
-void APValue::dump() const {
+LLVM_DUMP_METHOD void APValue::dump() const {
dump(llvm::errs());
llvm::errs() << '\n';
}