[all-commits] [llvm/llvm-project] 810794: PR44992 Don't crash when a defaulted <=> is in a c...

Richard Smith via All-commits all-commits at lists.llvm.org
Fri Mar 13 19:30:55 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 810794ce882850a11baca35aa4ef107ee8ee7f53
      https://github.com/llvm/llvm-project/commit/810794ce882850a11baca35aa4ef107ee8ee7f53
  Author: Richard Smith <richard at metafoo.co.uk>
  Date:   2020-03-13 (Fri, 13 Mar 2020)

  Changed paths:
    M clang/lib/Sema/SemaTemplateInstantiateDecl.cpp
    M clang/test/SemaCXX/compare-cxx2a.cpp

  Log Message:
  -----------
  PR44992 Don't crash when a defaulted <=> is in a class declared in a
transparent context.

(The same crash would happen if a class template with a friend was
declared in an 'export' block, but there are more issues with that
case.)




More information about the All-commits mailing list