[all-commits] [llvm/llvm-project] 759909: Fix crash if a user-defined conversion is applied ...

Richard Smith via All-commits all-commits at lists.llvm.org
Thu Dec 5 18:46:52 PST 2019


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 759909506c2b557b9bc5cd3883970dea48e0b86b
      https://github.com/llvm/llvm-project/commit/759909506c2b557b9bc5cd3883970dea48e0b86b
  Author: Richard Smith <richard at metafoo.co.uk>
  Date:   2019-12-05 (Thu, 05 Dec 2019)

  Changed paths:
    M clang/include/clang/AST/Expr.h
    M clang/lib/AST/Expr.cpp
    M clang/lib/AST/ExprCXX.cpp
    M clang/test/SemaCXX/compare-cxx2a.cpp

  Log Message:
  -----------
  Fix crash if a user-defined conversion is applied in the middle of a
rewrite of an operator in terms of operator<=>.




More information about the All-commits mailing list