]> granicus.if.org Git - clang/commitdiff
Don't use a doc comment in a function body.
authorNico Weber <nicolasweber@gmx.de>
Mon, 12 Jan 2015 21:22:27 +0000 (21:22 +0000)
committerNico Weber <nicolasweber@gmx.de>
Mon, 12 Jan 2015 21:22:27 +0000 (21:22 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@225701 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/CGCXX.cpp

index e467891d1078882dbe8eddbd7b4ccfe82ff9f574..9f0e67e42176f4cb5e4bb70e00df9c0dd928982f 100644 (file)
@@ -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;
   }