[cfe-commits] r133501 - in /cfe/trunk/lib: CodeGen/TargetInfo.cpp Sema/SemaDeclCXX.cpp

NAKAMURA Takumi geek4civic at gmail.com
Mon Jun 20 20:19:28 PDT 2011


Author: chapuni
Date: Mon Jun 20 22:19:28 2011
New Revision: 133501

URL: http://llvm.org/viewvc/llvm-project?rev=133501&view=rev
Log:
De-Unicode-ify in comments.

Modified:
    cfe/trunk/lib/CodeGen/TargetInfo.cpp
    cfe/trunk/lib/Sema/SemaDeclCXX.cpp

Modified: cfe/trunk/lib/CodeGen/TargetInfo.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/CodeGen/TargetInfo.cpp?rev=133501&r1=133500&r2=133501&view=diff
==============================================================================
--- cfe/trunk/lib/CodeGen/TargetInfo.cpp (original)
+++ cfe/trunk/lib/CodeGen/TargetInfo.cpp Mon Jun 20 22:19:28 2011
@@ -1266,7 +1266,7 @@
     // 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.

Modified: cfe/trunk/lib/Sema/SemaDeclCXX.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Sema/SemaDeclCXX.cpp?rev=133501&r1=133500&r2=133501&view=diff
==============================================================================
--- cfe/trunk/lib/Sema/SemaDeclCXX.cpp (original)
+++ cfe/trunk/lib/Sema/SemaDeclCXX.cpp Mon Jun 20 22:19:28 2011
@@ -185,9 +185,9 @@
   // 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-specification 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.
   //





More information about the cfe-commits mailing list