I want to reuse "CheckCUDAFoo" in a later patch. Also, I think
IsAllowedCUDACall gets the point across more clearly.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D23238
[CUDA] Rename CheckCUDATarget to IsAllowedCUDACall. NFC ClosedPublic Authored by jlebar on Aug 6 2016, 12:36 PM.
Details Summary I want to reuse "CheckCUDAFoo" in a later patch. Also, I think
Diff Detail
Event Timelinejlebar updated this object. jlebar added a child revision: D23242: [CUDA] Raise an error if a wrong-side call is codegen'ed..Aug 6 2016, 12:41 PM This revision is now accepted and ready to land.Aug 8 2016, 10:56 AM Closed by commit rL278193: [CUDA] Rename CheckCUDATarget to IsAllowedCUDACall. NFC (authored by jlebar). · Explain WhyAug 9 2016, 6:17 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 67446 cfe/trunk/include/clang/Sema/Sema.h
cfe/trunk/lib/Sema/SemaExpr.cpp
cfe/trunk/lib/Sema/SemaOverload.cpp
|