[all-commits] [llvm/llvm-project] b3d109: Restore part of D80450 [CUDA][HIP] Fix implicit HD...
Fangrui Song via All-commits
all-commits at lists.llvm.org
Wed Jun 10 22:33:55 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: b3d10920e13446efaebb201612328cf0644709f8
https://github.com/llvm/llvm-project/commit/b3d10920e13446efaebb201612328cf0644709f8
Author: Fangrui Song <maskray at google.com>
Date: 2020-06-10 (Wed, 10 Jun 2020)
Changed paths:
M clang/include/clang/Sema/Sema.h
M clang/lib/Sema/SemaCUDA.cpp
M clang/lib/Sema/SemaOverload.cpp
Log Message:
-----------
Restore part of D80450 [CUDA][HIP] Fix implicit HD function resolution
The "if (S.getLangOpts().CUDA && Cand1.Function && Cand2.Function) {"
part is known to be problematic but the root cause isn't clear yet.
More information about the All-commits
mailing list