[all-commits] [llvm/llvm-project] b9d365: [dllexport] Avoid assert for explicitly defaulted ...

Hans via All-commits all-commits at lists.llvm.org
Thu Nov 12 04:26:34 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: b9d36540a85b859ff1189c6c2c3acbc59033ae49
      https://github.com/llvm/llvm-project/commit/b9d36540a85b859ff1189c6c2c3acbc59033ae49
  Author: Hans Wennborg <hans at chromium.org>
  Date:   2020-11-12 (Thu, 12 Nov 2020)

  Changed paths:
    M clang/lib/Sema/SemaDeclCXX.cpp
    M clang/test/CodeGenCXX/dllexport.cpp

  Log Message:
  -----------
  [dllexport] Avoid assert for explicitly defaulted methods in explicit instantiation definitions (PR47683)

Clang was asserting due to attempting to codegen such methods twice.

Differential revision: https://reviews.llvm.org/D90849




More information about the All-commits mailing list