From f867c17ab5cecca34d189ec9cf3f825212b7e69b Mon Sep 17 00:00:00 2001 From: Nico Weber Date: Mon, 12 Jan 2015 21:22:27 +0000 Subject: Don't use a doc comment in a function body. llvm-svn: 225701 --- clang/lib/CodeGen/CGCXX.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'clang/lib/CodeGen') diff --git a/clang/lib/CodeGen/CGCXX.cpp b/clang/lib/CodeGen/CGCXX.cpp index e467891d107..9f0e67e4217 100644 --- a/clang/lib/CodeGen/CGCXX.cpp +++ b/clang/lib/CodeGen/CGCXX.cpp @@ -167,9 +167,9 @@ bool CodeGenModule::TryEmitDefinitionAsAlias(GlobalDecl AliasDecl, } if (!InEveryTU) { - /// If we don't have a definition for the destructor yet, don't - /// emit. We can't emit aliases to declarations; that's just not - /// how aliases work. + // If we don't have a definition for the destructor yet, don't + // emit. We can't emit aliases to declarations; that's just not + // how aliases work. if (Ref->isDeclaration()) return true; } -- cgit v1.2.3