[PATCH] D18380: [CUDA] Make unattributed constexpr functions (usually) implicitly host+device.

Justin Lebar via cfe-commits cfe-commits at lists.llvm.org
Wed Mar 30 16:35:40 PDT 2016


This revision was automatically updated to reflect the committed changes.
Closed by commit rL264964: [CUDA] Make unattributed constexpr functions implicitly host+device. (authored by jlebar).

Changed prior to commit:
  http://reviews.llvm.org/D18380?vs=51868&id=52152#toc

Repository:
  rL LLVM

http://reviews.llvm.org/D18380

Files:
  cfe/trunk/include/clang/Basic/DiagnosticSemaKinds.td
  cfe/trunk/include/clang/Basic/LangOptions.def
  cfe/trunk/include/clang/Driver/CC1Options.td
  cfe/trunk/include/clang/Sema/Sema.h
  cfe/trunk/lib/Frontend/CompilerInvocation.cpp
  cfe/trunk/lib/Sema/SemaCUDA.cpp
  cfe/trunk/lib/Sema/SemaDecl.cpp
  cfe/trunk/lib/Sema/SemaOverload.cpp
  cfe/trunk/test/SemaCUDA/Inputs/overload.h
  cfe/trunk/test/SemaCUDA/host-device-constexpr.cu
  cfe/trunk/test/SemaCUDA/no-host-device-constexpr.cu

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D18380.52152.patch
Type: text/x-patch
Size: 12564 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20160330/04c53425/attachment-0001.bin>


More information about the cfe-commits mailing list