summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaInit.cpp
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2011-01-27 07:09:49 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2011-01-27 07:09:49 +0000
commit7c2888689dfdd0d70061701c76d5c4d66d720cc2 (patch)
treecfe77b589e376cd6b830f0eee389d966c39eccea /clang/lib/Sema/SemaInit.cpp
parent35389de110eeee233fc9789350ad2fa97077acb2 (diff)
downloadbcm5719-llvm-7c2888689dfdd0d70061701c76d5c4d66d720cc2.tar.gz
bcm5719-llvm-7c2888689dfdd0d70061701c76d5c4d66d720cc2.zip
7bit-ize.
llvm-svn: 124363
Diffstat (limited to 'clang/lib/Sema/SemaInit.cpp')
-rw-r--r--clang/lib/Sema/SemaInit.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/clang/lib/Sema/SemaInit.cpp b/clang/lib/Sema/SemaInit.cpp
index b34fe2ff284..a2a087a55e9 100644
--- a/clang/lib/Sema/SemaInit.cpp
+++ b/clang/lib/Sema/SemaInit.cpp
@@ -2651,8 +2651,8 @@ static void TryReferenceInitialization(Sema &S,
Sequence.SetFailed(InitializationSequence::FK_ReferenceInitDropsQualifiers);
return;
}
-
- // - Otherwise, a temporary of type “cv1 T1” is created and initialized
+
+ // - Otherwise, a temporary of type "cv1 T1" is created and initialized
// from the initializer expression using the rules for a non-reference
// copy initialization (8.5). The reference is then bound to the
// temporary. [...]
@@ -2850,7 +2850,7 @@ static void TryValueInitialization(Sema &S,
// -- if T is a (possibly cv-qualified) non-union class type
// without a user-provided constructor, then the object is
- // zero-initialized and, if T’s implicitly-declared default
+ // zero-initialized and, if T's implicitly-declared default
// constructor is non-trivial, that constructor is called.
if ((ClassDecl->getTagKind() == TTK_Class ||
ClassDecl->getTagKind() == TTK_Struct)) {
OpenPOWER on IntegriCloud