[all-commits] [llvm/llvm-project] f919be: [DWARF5] Added support for deleted C++ special mem...

adrian-prantl via All-commits all-commits at lists.llvm.org
Tue Oct 29 13:44:41 PDT 2019


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: f919be336583349d883ba0dfdb3b2479a190b67c
      https://github.com/llvm/llvm-project/commit/f919be336583349d883ba0dfdb3b2479a190b67c
  Author: Adrian Prantl <aprantl at apple.com>
  Date:   2019-10-29 (Tue, 29 Oct 2019)

  Changed paths:
    M clang/lib/CodeGen/CGDebugInfo.cpp
    A clang/test/CodeGenCXX/debug-info-deleted.cpp
    M llvm/docs/SourceLevelDebugging.rst
    M llvm/include/llvm/BinaryFormat/Dwarf.h
    M llvm/include/llvm/IR/DebugInfoFlags.def
    M llvm/include/llvm/IR/DebugInfoMetadata.h
    M llvm/lib/BinaryFormat/Dwarf.cpp
    M llvm/lib/CodeGen/AsmPrinter/DwarfUnit.cpp
    A llvm/test/DebugInfo/X86/DW_AT_deleted.ll

  Log Message:
  -----------
  [DWARF5] Added support for deleted C++ special member functions.

This patch adds support for deleted C++ special member functions in
clang and llvm. Also added Defaulted member encodings for future
support for defaulted member functions.

Patch by Sourabh Singh Tomar!

Differential Revision: https://reviews.llvm.org/D69215




More information about the All-commits mailing list