From 44d3bf2b2ede623a6672b044d20da878fb42efd6 Mon Sep 17 00:00:00 2001 From: Joe Abbey Date: Sat, 17 Nov 2012 05:13:16 +0000 Subject: [PATCH] Removing utf-8 smart quote and trailing whitespace llvm-svn: 168253 --- llvm/unittests/Support/AlignOfTest.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/llvm/unittests/Support/AlignOfTest.cpp b/llvm/unittests/Support/AlignOfTest.cpp index 1593544..a9be1c8 100644 --- a/llvm/unittests/Support/AlignOfTest.cpp +++ b/llvm/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 -- 2.7.4