This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 9ab08c3357 Rename DiagnosticClient to DiagnosticConsumer as per issue 5397. new ef91bd38cd PR37189 Fix incorrect end source location and spelling for a [...]
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 | 4 +- include/clang/Basic/SourceManager.h | 65 ++++++++--- include/clang/Lex/Lexer.h | 14 ++- include/clang/Lex/Preprocessor.h | 5 + include/clang/Rewrite/Core/HTMLRewrite.h | 3 +- lib/ARCMigrate/PlistReporter.cpp | 3 +- lib/ARCMigrate/TransGCAttrs.cpp | 5 +- lib/ARCMigrate/TransUnbridgedCasts.cpp | 5 +- lib/ARCMigrate/TransformActions.cpp | 8 +- lib/Basic/SourceLocation.cpp | 18 ---- lib/Basic/SourceManager.cpp | 39 ++++--- lib/CodeGen/CoverageMappingGen.cpp | 6 +- lib/Edit/EditedSource.cpp | 8 +- lib/Frontend/DiagnosticRenderer.cpp | 77 +++++++++----- lib/Frontend/TextDiagnostic.cpp | 38 +++---- lib/Lex/Lexer.cpp | 26 ++--- lib/Lex/PPDirectives.cpp | 2 +- lib/Lex/PPMacroExpansion.cpp | 2 +- lib/Lex/Preprocessor.cpp | 16 +++ lib/Lex/TokenLexer.cpp | 4 +- lib/Parse/ParseTemplate.cpp | 136 +++++++++++++++--------- lib/Rewrite/HTMLRewrite.cpp | 19 ++-- lib/Sema/SemaChecking.cpp | 2 +- lib/Sema/SemaDeclAttr.cpp | 2 +- lib/Sema/SemaDeclCXX.cpp | 2 +- lib/Sema/SemaInit.cpp | 2 +- lib/Sema/SemaType.cpp | 6 +- lib/Serialization/ASTReader.cpp | 1 + lib/Serialization/ASTWriter.cpp | 2 + lib/StaticAnalyzer/Core/BugReporter.cpp | 2 +- lib/StaticAnalyzer/Core/BugReporterVisitors.cpp | 2 +- test/Misc/diag-greatergreater.cpp | 43 ++++++++ test/Parser/cxx0x-decl.cpp | 9 +- tools/libclang/CIndex.cpp | 10 +- unittests/Lex/LexerTest.cpp | 9 +- 35 files changed, 379 insertions(+), 216 deletions(-) create mode 100644 test/Misc/diag-greatergreater.cpp