This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 701e513011 Reapply "Frontend support for Nios2 target" new 8aeb339f32 Revert "Revert "[NFC] Refactor DiagnosticRenderer to use Ful [...]
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: include/clang/Basic/SourceLocation.h | 122 +++++++++++------ include/clang/Frontend/DiagnosticRenderer.h | 81 +++++------ include/clang/Frontend/TextDiagnostic.h | 43 +++--- lib/Basic/SourceLocation.cpp | 70 ++++++++++ lib/Frontend/DiagnosticRenderer.cpp | 196 ++++++++++++--------------- lib/Frontend/SerializedDiagnosticPrinter.cpp | 106 ++++++--------- lib/Frontend/TextDiagnostic.cpp | 85 +++++------- lib/Frontend/TextDiagnosticPrinter.cpp | 7 +- tools/libclang/CIndexDiagnostic.cpp | 30 ++-- 9 files changed, 377 insertions(+), 363 deletions(-)