[Sema] Replace smart quote with "'" in comment.
authorJustin Lebar <jlebar@google.com>
Thu, 6 Oct 2016 19:47:56 +0000 (19:47 +0000)
committerJustin Lebar <jlebar@google.com>
Thu, 6 Oct 2016 19:47:56 +0000 (19:47 +0000)
commit14299363af2cc46a1b52a01c9adf98dd4b4a7ad4
treecba932973036394c20449cc67fcd64eeff2cb64a
parente524e228463c337aff8bd9b0b9099aa4fc23f31d
[Sema] Replace smart quote with "'" in comment.

Looks like the smart quote was copy/pasted from the C++ standard.

The smart quote was not encoded as valid UTF-8 (?), even though vim was
detecting the file as UTF-8.  This broke the clang-format Python script,
which tried to read the file using the same encoding as vim detected.

llvm-svn: 283487
clang/lib/Sema/SemaExpr.cpp