]> granicus.if.org Git - clang/commit
DiagnosticRenderer: emit basic notes as real diagnostics
authorAlp Toker <alp@nuanti.com>
Sat, 21 Jun 2014 23:31:59 +0000 (23:31 +0000)
committerAlp Toker <alp@nuanti.com>
Sat, 21 Jun 2014 23:31:59 +0000 (23:31 +0000)
commit47f76959dbc864aac90c3ee86faa844a2a973f39
treefb96378a6901fe94604b6e6da7a2ff70aca408b3
parent339f28387aa3c334a3290561c89fba6bbe458494
DiagnosticRenderer: emit basic notes as real diagnostics

Fixes terminal column wrapping and vestigial 'note:' prefixes that would appear
when using emitBasicNote().

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