summaryrefslogtreecommitdiff
path: root/lib/CodeGen/CGCXX.cpp
diff options
context:
space:
mode:
authorNico Weber <nicolasweber@gmx.de>2015-01-12 21:22:27 +0000
committerNico Weber <nicolasweber@gmx.de>2015-01-12 21:22:27 +0000
commit274cecb58d06e93bcb794f0782f0d19740f7bf15 (patch)
tree7da941c1692c989d97fd197c68d65c9e3133c091 /lib/CodeGen/CGCXX.cpp
parentc9ebfb4b4126dd92c6137d0485d62fd1eb624847 (diff)
downloadclang-274cecb58d06e93bcb794f0782f0d19740f7bf15.tar.gz
Don't use a doc comment in a function body.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@225701 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/CGCXX.cpp')
-rw-r--r--lib/CodeGen/CGCXX.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/CodeGen/CGCXX.cpp b/lib/CodeGen/CGCXX.cpp
index e467891d10..9f0e67e421 100644
--- a/lib/CodeGen/CGCXX.cpp
+++ b/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;
}