]> granicus.if.org Git - clang/commit
TextDiagnostic: print remark level diagnostics in bold too
authorAlp Toker <alp@nuanti.com>
Sat, 21 Jun 2014 23:31:52 +0000 (23:31 +0000)
committerAlp Toker <alp@nuanti.com>
Sat, 21 Jun 2014 23:31:52 +0000 (23:31 +0000)
commit339f28387aa3c334a3290561c89fba6bbe458494
treebbe6b36423bc816a8ebe4b3121c17319b6f2e9d2
parent3475d0cd3aef473c9b8f6b0cc3662944c4cdd4aa
TextDiagnostic: print remark level diagnostics in bold too

The purpose of bolding these is to make them visually distinct from
continuations (supplemental note diagnostics). Therefore, the bolding applies
to all severities _including_ remarks -- it's not in any way an indicator of
priority. Also simplify and comment.

No tests.

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