]> granicus.if.org Git - clang/commitdiff
De-Unicode-ify in comments.
authorNAKAMURA Takumi <geek4civic@gmail.com>
Tue, 21 Jun 2011 03:19:28 +0000 (03:19 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Tue, 21 Jun 2011 03:19:28 +0000 (03:19 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@133501 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/TargetInfo.cpp
lib/Sema/SemaDeclCXX.cpp

index 983c5f8d4b17b7792f44508e48ae969c85ea7457..47a764bbc00a3fcba1284bf52dcbbd8fbc5e06d4 100644 (file)
@@ -1266,7 +1266,7 @@ void X86_64ABIInfo::classify(QualType Ty, uint64_t OffsetBase,
     // passed in memory.
     // 
     // (c) If the size of the aggregate exceeds two eightbytes and the first
-    // eight-byte isn’t SSE or any other eightbyte isn’t SSEUP, the whole 
+    // eight-byte isn't SSE or any other eightbyte isn't SSEUP, the whole 
     // argument is passed in memory.
     // 
     // (d) If SSEUP is not preceded by SSE or SSEUP, it is converted to SSE.
index 53b5ad276551a8121026b419d926fdadfa9ef6f1..571cbf2c2437949fc30108f0b745a8a39ce9a187 100644 (file)
@@ -185,9 +185,9 @@ void Sema::ImplicitExceptionSpecification::CalledExpr(Expr *E) {
   // FIXME:
   //
   // C++0x [except.spec]p14:
-  //   [An] implicit exception-specification specifies the type-id T if and
-  // only if T is allowed by the exception-specication of a function directly
-  // invoked by f’s implicit definition; f shall allow all exceptions if any
+  //   [An] implicit exception-specification specifies the type-id T if and
+  // only if T is allowed by the exception-specification of a function directly
+  // invoked by f's implicit definition; f shall allow all exceptions if any
   // function it directly invokes allows all exceptions, and f shall allow no
   // exceptions if every function it directly invokes allows no exceptions.
   //