aboutsummaryrefslogtreecommitdiff
path: root/llvm/unittests/Support/AlignOfTest.cpp
diff options
context:
space:
mode:
authorJoe Abbey <jabbey@arxan.com>2012-11-17 05:13:16 +0000
committerJoe Abbey <jabbey@arxan.com>2012-11-17 05:13:16 +0000
commit44d3bf2b2ede623a6672b044d20da878fb42efd6 (patch)
tree5af79766d133a169faf5485dc5c68a3289a6e61c /llvm/unittests/Support/AlignOfTest.cpp
parent328bd58b55d320885fc20fc58bcc824e79b7d854 (diff)
downloadllvm-44d3bf2b2ede623a6672b044d20da878fb42efd6.zip
llvm-44d3bf2b2ede623a6672b044d20da878fb42efd6.tar.gz
llvm-44d3bf2b2ede623a6672b044d20da878fb42efd6.tar.bz2
Removing utf-8 smart quote and trailing whitespace
llvm-svn: 168253
Diffstat (limited to 'llvm/unittests/Support/AlignOfTest.cpp')
-rw-r--r--llvm/unittests/Support/AlignOfTest.cpp4
1 files 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