This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from de8e63fd00 P1008R1 Classes with user-declared constructors are never ag [...] new 2bc7aaa80d llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...) new 11ebe64f8b [DebugInfo] Generate debug information for labels.
The 2 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: lib/AST/ItaniumMangle.cpp | 4 ++-- lib/AST/VTableBuilder.cpp | 6 ++--- lib/Analysis/LiveVariables.cpp | 9 ++++---- lib/Basic/VirtualFileSystem.cpp | 3 +-- lib/CodeGen/CGBlocks.cpp | 2 +- lib/CodeGen/CGDebugInfo.cpp | 26 ++++++++++++++++++++++ lib/CodeGen/CGDebugInfo.h | 3 +++ lib/CodeGen/CGObjCGNU.cpp | 2 +- lib/CodeGen/CGStmt.cpp | 10 +++++++++ lib/CodeGen/CGVTables.cpp | 4 ++-- lib/CodeGen/CodeGenModule.cpp | 2 +- lib/CodeGen/TargetInfo.cpp | 4 ++-- lib/Driver/Driver.cpp | 11 +++++----- lib/Driver/XRayArgs.cpp | 2 +- lib/Format/FormatTokenLexer.cpp | 2 +- lib/Format/WhitespaceManager.cpp | 2 +- lib/Frontend/DiagnosticRenderer.cpp | 4 ++-- lib/Sema/AnalysisBasedWarnings.cpp | 2 +- lib/Sema/SemaDeclAttr.cpp | 2 +- lib/Sema/SemaLookup.cpp | 4 +--- lib/Sema/SemaOverload.cpp | 3 +-- lib/Sema/SemaType.cpp | 2 +- lib/Serialization/ASTReader.cpp | 7 +++--- lib/Serialization/ASTReaderDecl.cpp | 2 +- lib/Serialization/ASTWriter.cpp | 16 ++++++-------- lib/StaticAnalyzer/Checkers/PaddingChecker.cpp | 2 +- lib/StaticAnalyzer/Core/BugReporter.cpp | 3 +-- lib/StaticAnalyzer/Core/CheckerRegistry.cpp | 6 ++--- lib/Tooling/ASTDiff/ASTDiff.cpp | 2 +- lib/Tooling/Core/Replacement.cpp | 11 +++++----- lib/Tooling/InterpolatingCompilationDatabase.cpp | 8 +++---- test/CodeGen/debug-label-inline.c | 28 ++++++++++++++++++++++++ test/CodeGen/debug-label.c | 16 ++++++++++++++ tools/diagtool/DiagTool.cpp | 2 +- tools/libclang/CIndex.cpp | 6 ++--- unittests/Basic/VirtualFileSystemTest.cpp | 4 ++-- utils/TableGen/ClangDiagnosticsEmitter.cpp | 16 ++++++-------- utils/TableGen/ClangOptionDocEmitter.cpp | 6 ++--- utils/TableGen/NeonEmitter.cpp | 2 +- 39 files changed, 157 insertions(+), 89 deletions(-) create mode 100644 test/CodeGen/debug-label-inline.c create mode 100644 test/CodeGen/debug-label.c