ソースを参照

Removing utf-8 smart quote and trailing whitespace

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@168253 91177308-0d34-0410-b5e6-96231b3b80d8
Joe Abbey 12 年 前
コミット
0f5720f85b
1 ファイル変更2 行追加2 行削除
  1. 2 2
      unittests/Support/AlignOfTest.cpp

+ 2 - 2
unittests/Support/AlignOfTest.cpp

@@ -22,10 +22,10 @@ namespace {
 #pragma warning(disable:4584)
 #endif
 
-// Suppress direct base ‘{anonymous}::S1’ inaccessible in ‘{anonymous}::D9’ 
+// Suppress direct base '{anonymous}::S1' inaccessible in '{anonymous}::D9'
 // due to ambiguity warning.
 //
-// Pragma based warning suppression was introduced in GGC 4.2.  Additionally 
+// Pragma based warning suppression was introduced in GGC 4.2.  Additionally
 // this warning is "enabled by default".  The warning still appears if -Wall is
 // suppressed.  Apparently GCC suppresses it when -w is specifed, which is odd.
 // At any rate, clang on the other hand gripes about -Wunknown-pragma, so