[PATCH] D25809: [CUDA] Improved target attribute-based overloading.

Artem Belevich via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Dec 6 18:16:38 PST 2016


tra updated this revision to Diff 80522.
tra added a comment.

Removed HD overloading checks for using declarations.
'using' exposes number of issues with the way we handle overloading of HD functions vs H/D.
The issues will be addressed in a separate patch.


https://reviews.llvm.org/D25809

Files:
  include/clang/Basic/DiagnosticSemaKinds.td
  include/clang/Sema/Sema.h
  lib/Sema/SemaCUDA.cpp
  lib/Sema/SemaDecl.cpp
  lib/Sema/SemaOverload.cpp
  lib/Sema/SemaTemplate.cpp
  test/CodeGenCUDA/launch-bounds.cu
  test/SemaCUDA/function-overload.cu
  test/SemaCUDA/function-template-overload.cu
  test/SemaCUDA/target_attr_inheritance.cu

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D25809.80522.patch
Type: text/x-patch
Size: 25921 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20161207/4a4d318b/attachment-0001.bin>


More information about the cfe-commits mailing list