cmake/Tests/CompileFeatures
Brad King c299fd8266 Tests/CompileFeatures: Cover hip_std_## meta-features 2024-05-28 14:36:50 -04:00
..
.gitattributes clang-format.bash: Use generic clang-format attribute 2023-01-18 11:48:49 -05:00
CMakeLists.txt Tests/CompileFeatures: Cover hip_std_## meta-features 2024-05-28 14:36:50 -04:00
c_function_prototypes.c
c_restrict.c
c_static_assert.c
c_std.h Tests/CompileFeatures: Factor out headers to compute C and C++ standard levels 2024-04-05 07:38:56 -04:00
c_std_11.c Tests/CompileFeatures: Cover c_std_## and cxx_std_## meta-features 2024-04-05 07:38:58 -04:00
c_std_17.c Tests/CompileFeatures: Cover c_std_## and cxx_std_## meta-features 2024-04-05 07:38:58 -04:00
c_std_23.c Tests/CompileFeatures: Fix c_std_23 case with Clang < 14 2024-04-19 08:39:15 -04:00
c_std_90.c Tests/CompileFeatures: Cover c_std_## and cxx_std_## meta-features 2024-04-05 07:38:58 -04:00
c_std_99.c Tests/CompileFeatures: Cover c_std_## and cxx_std_## meta-features 2024-04-05 07:38:58 -04:00
c_variadic_macros.c Tests: Fix clang -Wstrict-prototypes warnings 2023-10-26 09:20:45 -04:00
cuda_std_03.cu Tests/CompileFeatures: Cover cuda_std_## meta-features 2024-04-19 08:39:15 -04:00
cuda_std_11.cu Tests/CompileFeatures: Cover cuda_std_## meta-features 2024-04-19 08:39:15 -04:00
cuda_std_14.cu Tests/CompileFeatures: Cover cuda_std_## meta-features 2024-04-19 08:39:15 -04:00
cuda_std_17.cu Tests/CompileFeatures: Cover cuda_std_## meta-features 2024-04-19 08:39:15 -04:00
cuda_std_20.cu Tests/CompileFeatures: Cover cuda_std_## meta-features 2024-04-19 08:39:15 -04:00
cuda_std_23.cu Tests/CompileFeatures: Cover cuda_std_## meta-features 2024-04-19 08:39:15 -04:00
cuda_std_26.cu Tests/CompileFeatures: Cover cuda_std_## meta-features 2024-04-19 08:39:15 -04:00
cxx_aggregate_default_initializers.cpp
cxx_alias_templates.cpp
cxx_alignas.cpp
cxx_alignof.cpp
cxx_attribute_deprecated.cpp Revise C++ coding style using clang-format-15 2023-01-18 16:20:47 -05:00
cxx_attributes.cpp Revise C++ coding style using clang-format-15 2023-01-18 16:20:47 -05:00
cxx_auto_type.cpp
cxx_binary_literals.cpp
cxx_constexpr.cpp
cxx_contextual_conversions.cpp Tests: Fix warning clang-analyzer-cplusplus.NewDeleteLeaks 2021-04-16 11:49:51 -04:00
cxx_decltype.cpp
cxx_decltype_auto.cpp
cxx_decltype_incomplete_return_types.cpp
cxx_default_function_template_args.cpp
cxx_defaulted_functions.cpp
cxx_defaulted_move_initializers.cpp
cxx_delegating_constructors.cpp
cxx_deleted_functions.cpp
cxx_digit_separators.cpp
cxx_enum_forward_declarations.cpp
cxx_explicit_conversions.cpp
cxx_extended_friend_declarations.cpp
cxx_extern_templates.cpp
cxx_final.cpp
cxx_func_identifier.cpp
cxx_generalized_initializers.cpp LCC: Add dedicated support for MCST LCC compiler 2021-10-15 05:05:19 +03:00
cxx_generic_lambdas.cpp
cxx_inheriting_constructors.cpp
cxx_inline_namespaces.cpp
cxx_lambda_init_captures.cpp
cxx_lambdas.cpp
cxx_local_type_template_args.cpp
cxx_long_long_type.cpp
cxx_noexcept.cpp
cxx_nonstatic_member_init.cpp
cxx_nullptr.cpp
cxx_override.cpp
cxx_range_for.cpp
cxx_raw_string_literals.cpp
cxx_reference_qualified_functions.cpp
cxx_relaxed_constexpr.cpp
cxx_return_type_deduction.cpp
cxx_right_angle_brackets.cpp
cxx_rvalue_references.cpp
cxx_sizeof_member.cpp
cxx_static_assert.cpp
cxx_std.h Clang: Fix detection of C++26 when targeting MSVC ABI 2024-04-09 11:38:51 +03:00
cxx_std_11.cpp Tests/CompileFeatures: Cover c_std_## and cxx_std_## meta-features 2024-04-05 07:38:58 -04:00
cxx_std_14.cpp Tests/CompileFeatures: Cover c_std_## and cxx_std_## meta-features 2024-04-05 07:38:58 -04:00
cxx_std_17.cpp Tests/CompileFeatures: Cover c_std_## and cxx_std_## meta-features 2024-04-05 07:38:58 -04:00
cxx_std_20.cpp Tests/CompileFeatures: Cover c_std_## and cxx_std_## meta-features 2024-04-05 07:38:58 -04:00
cxx_std_23.cpp Tests/CompileFeatures: Cover c_std_## and cxx_std_## meta-features 2024-04-05 07:38:58 -04:00
cxx_std_26.cpp C++26: Fix C++/CUDA/HIP compile feature support 2024-04-09 11:38:59 +03:00
cxx_std_98.cpp Tests/CompileFeatures: Cover c_std_## and cxx_std_## meta-features 2024-04-05 07:38:58 -04:00
cxx_strong_enums.cpp
cxx_template_template_parameters.cpp
cxx_thread_local.cpp
cxx_trailing_return_types.cpp
cxx_unicode_literals.cpp
cxx_uniform_initialization.cpp
cxx_unrestricted_unions.cpp
cxx_user_literals.cpp
cxx_variable_templates.cpp
cxx_variadic_macros.cpp
cxx_variadic_templates.cpp
default_dialect.c Tests/CompileFeatures: Factor out headers to compute C and C++ standard levels 2024-04-05 07:38:56 -04:00
default_dialect.cpp C++26: Support detection as the default standard 2024-04-16 15:34:57 -04:00
default_dialect.cu Tests/CompileFeatures: Cover CUDA default standard level 2024-04-18 08:30:38 -04:00
feature_test.c
feature_test.cpp
genex_test.c Tests: Fix clang -Wstrict-prototypes warnings 2023-10-26 09:20:45 -04:00
genex_test.cpp CMake: Support upcoming C++26 language level 2022-08-31 13:46:18 -04:00
hip_std_11.hip Tests/CompileFeatures: Cover hip_std_## meta-features 2024-05-28 14:36:50 -04:00
hip_std_14.hip Tests/CompileFeatures: Cover hip_std_## meta-features 2024-05-28 14:36:50 -04:00
hip_std_17.hip Tests/CompileFeatures: Cover hip_std_## meta-features 2024-05-28 14:36:50 -04:00
hip_std_20.hip Tests/CompileFeatures: Cover hip_std_## meta-features 2024-05-28 14:36:50 -04:00
hip_std_23.hip Tests/CompileFeatures: Cover hip_std_## meta-features 2024-05-28 14:36:50 -04:00
hip_std_26.hip Tests/CompileFeatures: Cover hip_std_## meta-features 2024-05-28 14:36:50 -04:00
hip_std_98.hip Tests/CompileFeatures: Cover hip_std_## meta-features 2024-05-28 14:36:50 -04:00
main.cpp
msvc_permissive.cxx Place language standard flags just after CMAKE_<LANG>_FLAGS 2022-11-18 11:44:52 -05:00