Add a missing close quote in "while building module 'Foo:" diagnostic.
authorJordan Rose <jordan_rose@apple.com>
Sat, 26 Jul 2014 01:22:02 +0000 (01:22 +0000)
committerJordan Rose <jordan_rose@apple.com>
Sat, 26 Jul 2014 01:22:02 +0000 (01:22 +0000)
commit6dcdaa6af33ab86f6284da7bc9eb8eb793528d61
treefacb0b77aee4bbe51d7f8b0dd0e94d8ce092cec2
parent80adc640663c547e9d91b8a4e40b5031a329b8df
Add a missing close quote in "while building module 'Foo:" diagnostic.

This isn't a real diagnostic kind, only a location note, and this form isn't even
used if the SourceManager can provide a valid presumed location. But still.

llvm-svn: 214002
clang/lib/Frontend/DiagnosticRenderer.cpp