summaryrefslogtreecommitdiff
path: root/test/SemaCUDA
Commit message (Expand)AuthorAgeFilesLines
* [CUDA][HIP} Add a test for constexpr default ctorYaxun Liu2019-10-111-0/+33
* [CUDA][HIP] Fix host/device check with -fopenmpYaxun Liu2019-10-094-1/+65
* [clang] [AST] Treat "inline gnu_inline" the same way as "extern inline gnu_in...Martin Storsjo2019-09-271-1/+1
* [CUDA][HIP] Enable kernel function return type deduction.Michael Liao2019-09-251-0/+44
* [CUDA][HIP] Fix hostness of defaulted constructorYaxun Liu2019-09-201-0/+43
* [CUDA][HIP] Re-apply part of r372318.Michael Liao2019-09-192-2/+21
* Revert "[CUDA][HIP] Fix typo in `BestViableFunction`"Mitch Phillips2019-09-192-21/+2
* [CUDA][HIP] Fix typo in `BestViableFunction`Michael Liao2019-09-192-2/+21
* Renamed and changed the wording of warn_cconv_ignoredSunil Srivastava2019-07-171-1/+1
* [HIP] Support attribute hip_pinned_shadowYaxun Liu2019-06-261-0/+25
* Permit redeclarations of a builtin to specify calling convention.Erich Keane2019-03-211-1/+1
* [CUDA][HIP][Sema] Fix template kernel with function as template parameterYaxun Liu2019-03-052-3/+8
* [CUDA][HIP] Check calling convention based on function targetYaxun Liu2019-02-261-0/+4
* [OPENMP][CUDA]Do not emit warnings for variables in late-reported asmAlexey Bataev2019-02-261-5/+5
* [AMDGPU] Allow using integral non-type template parametersMichael Liao2019-02-261-1/+117
* [OPENMP] Delayed diagnostics for VLA support.Alexey Bataev2019-02-221-2/+9
* Revert "[OPENMP] Delayed diagnostics for VLA support."Alexey Bataev2019-02-221-9/+2
* [OPENMP] Delayed diagnostics for VLA support.Alexey Bataev2019-02-221-2/+9
* [CUDA]Delayed diagnostics for the asm instructions.Alexey Bataev2019-02-221-0/+118
* Revert "[CUDA]Delayed diagnostics for the asm instructions."Alexey Bataev2019-02-211-118/+0
* [CUDA]Delayed diagnostics for the asm instructions.Alexey Bataev2019-02-211-0/+118
* [CUDA] add support for the new kernel launch API in CUDA-9.2+.Artem Belevich2019-01-312-5/+17
* [HIP] Fix size_t for MSVC environmentYaxun Liu2019-01-301-0/+7
* [CUDA][HIP] Do not diagnose use of _Float16Yaxun Liu2019-01-291-0/+7
* [CUDA][HIP] Fix ShouldDeleteSpecialMember for inherited constructorsYaxun Liu2018-10-092-0/+294
* [HIP] Support early finalization of device code for -fno-gpu-rdcYaxun Liu2018-10-021-2/+2
* [cxx2a] P0641R2: (Some) type mismatches on defaulted functions onlyRichard Smith2018-09-281-1/+1
* [CUDA] Ignore uncallable functions when we check for usual deallocators.Artem Belevich2018-09-212-3/+98
* Revert the tests that should've been reverted in rL341115Artem Belevich2018-08-301-2/+2
* [CUDA/OpenMP] Define only some host macros during device compilationJonas Hahnfeld2018-08-251-2/+2
* [CUDA][HIP] Allow function-scope static const variableYaxun Liu2018-07-281-4/+9
* [CUDA][HIP] Allow CUDA __global__ functions to have amdgpu kernel attributesYaxun Liu2018-06-121-46/+16
* [CUDA] Check initializers of instantiated template variables.Artem Belevich2018-06-061-0/+17
* [CUDA] Allow "extern __shared__ Foo foo[]" within anon. namespaces.Justin Lebar2018-05-171-6/+21
* Fix typos in clangAlexander Kornienko2018-04-061-1/+1
* Revert "[CUDA] Check initializers of instantiated template variables."Artem Belevich2018-04-041-17/+0
* [CUDA] Check initializers of instantiated template variables.Artem Belevich2018-04-031-0/+17
* Fix some handling of AST nodes with diagnostics.Richard Trieu2018-03-282-4/+4
* [CUDA] Fixed false error reporting in case of calling H->G->HD->D.Artem Belevich2018-03-231-0/+7
* [CUDA] Allow external variables in separate compilationJonas Hahnfeld2018-02-141-0/+5
* [CUDA] Report "unsupported VLA" errors only on device side.Artem Belevich2017-11-283-4/+4
* Determine the attribute subject for diagnostics based on declarative informat...Aaron Ballman2017-11-261-1/+1
* [CUDA] When compilation fails, print the compilation mode.Justin Lebar2017-09-071-0/+7
* PR34163: Don't cache an incorrect key function for a class if queried betweenRichard Smith2017-08-122-6/+6
* [CUDA] Let NVPTX inherit the host's calling conventions.Justin Lebar2017-01-051-0/+30
* [CUDA] Add __declspec spellings for CUDA attributes.Justin Lebar2017-01-051-0/+34
* [CUDA] Ignore implicit target attributes during function template instantiation.Artem Belevich2016-12-081-5/+36
* [CUDA] Improve target attribute checking for function templates.Artem Belevich2016-12-073-55/+114
* [CUDA] Use only the GVALinkage on function definitions.Justin Lebar2016-11-081-0/+52
* [CUDA] [AST] Allow isInlineDefinitionExternallyVisible to be called on functi...Justin Lebar2016-10-281-0/+10