diff options
author | Eli Friedman <eli.friedman@gmail.com> | 2009-08-05 19:21:58 +0000 |
---|---|---|
committer | Eli Friedman <eli.friedman@gmail.com> | 2009-08-05 19:21:58 +0000 |
commit | 33a3138a0862cafdd9ff1332b834454a79cd2cdc (patch) | |
tree | 19474bb127ff775b51040af0d3aca03fc462f886 /lib/Sema/SemaType.cpp | |
parent | d8c0192b0a4ef28b182a28486b02c3ab05aea76a (diff) |
Get rid of "smart" quotes. Per report on cfe-dev.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@78230 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Sema/SemaType.cpp')
-rw-r--r-- | lib/Sema/SemaType.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Sema/SemaType.cpp b/lib/Sema/SemaType.cpp index 1bb516e794..6ba23a9c10 100644 --- a/lib/Sema/SemaType.cpp +++ b/lib/Sema/SemaType.cpp @@ -447,7 +447,7 @@ QualType Sema::BuildReferenceType(QualType T, bool LValueRef, unsigned Quals, } // C++ [dcl.ref]p1: - // A declarator that specifies the type “reference to cv void” + // A declarator that specifies the type "reference to cv void" // is ill-formed. if (T->isVoidType()) { Diag(Loc, diag::err_reference_to_void); |