From eb2a25467e9ff2ef1976924957c0dfa31bda9e03 Mon Sep 17 00:00:00 2001 From: Yaron Keren Date: Fri, 29 Jan 2016 20:50:44 +0000 Subject: Annotate dump() methods with LLVM_DUMP_METHOD, addressing Richard Smith r259192 post commit comment. clang part in r259232, this is the LLVM part of the patch. llvm-svn: 259240 --- llvm/lib/Support/Twine.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/lib/Support/Twine.cpp') diff --git a/llvm/lib/Support/Twine.cpp b/llvm/lib/Support/Twine.cpp index 020dd9596d9..5e989fb28b4 100644 --- a/llvm/lib/Support/Twine.cpp +++ b/llvm/lib/Support/Twine.cpp @@ -161,7 +161,7 @@ void Twine::printRepr(raw_ostream &OS) const { OS << ")"; } -void Twine::dump() const { +LLVM_DUMP_METHOD void Twine::dump() const { print(dbgs()); } -- cgit v1.2.3