Teach serialized diagnostics about notes without locations.
authorTed Kremenek <kremenek@apple.com>
Thu, 21 Feb 2013 21:40:44 +0000 (21:40 +0000)
committerTed Kremenek <kremenek@apple.com>
Thu, 21 Feb 2013 21:40:44 +0000 (21:40 +0000)
commitc6ebda167f524ae32f2c2b97d7b1a2de76013ce7
tree93eaace3987eca8f161b8ccd7f2ec18fd652a1f3
parentc6301bfafb80970f14d82b1d22847bbadb09b838
Teach serialized diagnostics about notes without locations.

Along the way, improve a diagnostic for "previous declaration here" for implicit parameters.

Fixes <rdar://problem/13211384>.

llvm-svn: 175802
clang/include/clang/Basic/DiagnosticSemaKinds.td
clang/lib/Frontend/SerializedDiagnosticPrinter.cpp
clang/lib/Sema/SemaExpr.cpp