This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 6ee5ac604b Add missing OS check to r305678 new 121eb4635e [NFC] Refactor DiagnosticRenderer to use FullSourceLoc
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(-)