[all-commits] [llvm/llvm-project] 55bcb9: recommit c77a4078e01033aa2206c31a579d217c8a07569b ...

Yaxun (Sam) Liu via All-commits all-commits at lists.llvm.org
Tue Apr 28 06:14:52 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 55bcb96f3154808bcb5afc3fb46d8e00bf1db847
      https://github.com/llvm/llvm-project/commit/55bcb96f3154808bcb5afc3fb46d8e00bf1db847
  Author: Yaxun (Sam) Liu <yaxun.liu at amd.com>
  Date:   2020-04-28 (Tue, 28 Apr 2020)

  Changed paths:
    M clang/lib/Sema/SemaOverload.cpp
    M clang/test/SemaCUDA/function-overload.cu

  Log Message:
  -----------
  recommit c77a4078e01033aa2206c31a579d217c8a07569b with fix

https://reviews.llvm.org/D77954 caused a regression about ambiguity of new operator
in file scope.

This patch recovered the previous behavior for comparison without a caller.

This is a workaround. For real fix we need D71227

https://reviews.llvm.org/D78970




More information about the All-commits mailing list