]> granicus.if.org Git - clang/commit
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)
commit781d491d595af2cdf9b62c874d708e8a10c9669d
tree77876ed8d84d8940e76b04d1a37d0ae950ede8dc
parent6cf872c2980717b75f8e12639c56af1bd801ee19
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.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@214002 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Frontend/DiagnosticRenderer.cpp