Brad King 523c443d13 clang-format.bash: update to clang-format-6.0 7 years ago
..
.gitattributes 523c443d13 clang-format.bash: update to clang-format-6.0 7 years ago
CMakeLists.txt 4edf0d68ee Tests: Simplify CompileFeatures expectation logic 7 years ago
c_function_prototypes.c e0890d03a4 Features: Extend concept to C language. 11 years ago
c_restrict.c d9fd2f5402 Revise C++ coding style using clang-format 9 years ago
c_static_assert.c e0890d03a4 Features: Extend concept to C language. 11 years ago
c_variadic_macros.c e0890d03a4 Features: Extend concept to C language. 11 years ago
cxx_aggregate_default_initializers.cpp d9fd2f5402 Revise C++ coding style using clang-format 9 years ago
cxx_alias_templates.cpp d9fd2f5402 Revise C++ coding style using clang-format 9 years ago
cxx_alignas.cpp d9fd2f5402 Revise C++ coding style using clang-format 9 years ago
cxx_alignof.cpp 7605fee593 Features: Add cxx_alignof. 11 years ago
cxx_attribute_deprecated.cpp d9fd2f5402 Revise C++ coding style using clang-format 9 years ago
cxx_attributes.cpp d9fd2f5402 Revise C++ coding style using clang-format 9 years ago
cxx_auto_type.cpp 69182ce4ed Features: Ensure that the cxx_auto_type test is correct. 10 years ago
cxx_binary_literals.cpp dd043c3f21 Features: Add support for C++14 features. 11 years ago
cxx_constexpr.cpp 91289312fa Features: Add cxx_constexpr. 11 years ago
cxx_contextual_conversions.cpp d9fd2f5402 Revise C++ coding style using clang-format 9 years ago
cxx_decltype.cpp 7e748417bc Features: Add cxx_decltype. 11 years ago
cxx_decltype_auto.cpp dd043c3f21 Features: Add support for C++14 features. 11 years ago
cxx_decltype_incomplete_return_types.cpp d9fd2f5402 Revise C++ coding style using clang-format 9 years ago
cxx_default_function_template_args.cpp d9fd2f5402 Revise C++ coding style using clang-format 9 years ago
cxx_defaulted_functions.cpp d9fd2f5402 Revise C++ coding style using clang-format 9 years ago
cxx_defaulted_move_initializers.cpp 60c0d2dd81 Features: Add cxx_defaulted_move_initializers. 11 years ago
cxx_delegating_constructors.cpp d9fd2f5402 Revise C++ coding style using clang-format 9 years ago
cxx_deleted_functions.cpp ac3a1b14c0 Features: Add cxx_deleted_functions. 11 years ago
cxx_digit_separators.cpp 2b4c32c95f clang-format: format all code as Cpp11 8 years ago
cxx_enum_forward_declarations.cpp 16603f7cdb Features: Add cxx_enum_forward_declarations. 11 years ago
cxx_explicit_conversions.cpp d9fd2f5402 Revise C++ coding style using clang-format 9 years ago
cxx_extended_friend_declarations.cpp d9fd2f5402 Revise C++ coding style using clang-format 9 years ago
cxx_extern_templates.cpp d9fd2f5402 Revise C++ coding style using clang-format 9 years ago
cxx_final.cpp d9fd2f5402 Revise C++ coding style using clang-format 9 years ago
cxx_func_identifier.cpp dcaafada0e Features: Add cxx_func_identifier. 11 years ago
cxx_generalized_initializers.cpp fc96d99c3e Features: Record initializer list support for Intel 14 and above 7 years ago
cxx_generic_lambdas.cpp dd043c3f21 Features: Add support for C++14 features. 11 years ago
cxx_inheriting_constructors.cpp d9fd2f5402 Revise C++ coding style using clang-format 9 years ago
cxx_inline_namespaces.cpp d9fd2f5402 Revise C++ coding style using clang-format 9 years ago
cxx_lambda_init_captures.cpp d9fd2f5402 Revise C++ coding style using clang-format 9 years ago
cxx_lambdas.cpp d9fd2f5402 Revise C++ coding style using clang-format 9 years ago
cxx_local_type_template_args.cpp d9fd2f5402 Revise C++ coding style using clang-format 9 years ago
cxx_long_long_type.cpp c4e672358c Features: Add cxx_long_long_type. 11 years ago
cxx_noexcept.cpp d9fd2f5402 Revise C++ coding style using clang-format 9 years ago
cxx_nonstatic_member_init.cpp bd2a025eb0 Features: Add cxx_nonstatic_member_init. 11 years ago
cxx_nullptr.cpp d9fd2f5402 Revise C++ coding style using clang-format 9 years ago
cxx_override.cpp d9fd2f5402 Revise C++ coding style using clang-format 9 years ago
cxx_range_for.cpp d9fd2f5402 Revise C++ coding style using clang-format 9 years ago
cxx_raw_string_literals.cpp 2b4c32c95f clang-format: format all code as Cpp11 8 years ago
cxx_reference_qualified_functions.cpp d9fd2f5402 Revise C++ coding style using clang-format 9 years ago
cxx_relaxed_constexpr.cpp d9fd2f5402 Revise C++ coding style using clang-format 9 years ago
cxx_return_type_deduction.cpp d9fd2f5402 Revise C++ coding style using clang-format 9 years ago
cxx_right_angle_brackets.cpp 68e7250a9f Features: Fix cxx_right_angle_brackets compiler feature test 9 years ago
cxx_rvalue_references.cpp d9fd2f5402 Revise C++ coding style using clang-format 9 years ago
cxx_sizeof_member.cpp 1889045ca6 Features: Add cxx_sizeof_member. 11 years ago
cxx_static_assert.cpp 88542a6101 Features: Add cxx_static_assert. 11 years ago
cxx_strong_enums.cpp 8d3467636c Features: Add cxx_strong_enums. 11 years ago
cxx_template_template_parameters.cpp d9fd2f5402 Revise C++ coding style using clang-format 9 years ago
cxx_thread_local.cpp ab455ebafd Features: Add cxx_thread_local. 11 years ago
cxx_trailing_return_types.cpp 0caf08e43e Features: Add cxx_auto_function. 11 years ago
cxx_unicode_literals.cpp 18df6a9a78 Tests: Protect unicode literals from clang-format Cpp03 formatting 9 years ago
cxx_uniform_initialization.cpp d9fd2f5402 Revise C++ coding style using clang-format 9 years ago
cxx_unrestricted_unions.cpp d9fd2f5402 Revise C++ coding style using clang-format 9 years ago
cxx_user_literals.cpp d9fd2f5402 Revise C++ coding style using clang-format 9 years ago
cxx_variable_templates.cpp d9fd2f5402 Revise C++ coding style using clang-format 9 years ago
cxx_variadic_macros.cpp f9d04a96b5 Features: Add cxx_variadic_macros. 11 years ago
cxx_variadic_templates.cpp 2b4c32c95f clang-format: format all code as Cpp11 8 years ago
default_dialect.c 972f7caad3 Tests: Make CompileFeatures C dialect check consistent with impl 7 years ago
default_dialect.cpp 7fe580a362 Features: Add infrastructure for C++ 20 language standard 7 years ago
feature_test.c f40c19b543 Features: Fix CompileFeatures test for C non-features 10 years ago
feature_test.cpp f5bf9d4311 Tests: Make CompileFeature tests use highest standard known. 11 years ago
genex_test.c c22cdf78d7 Features: Fix CompileFeatures test checks for C 7 years ago
genex_test.cpp 4f7d9eef51 Features: Fix COMPILE_FEATURES genex for C++ 14 and 17 features 8 years ago
main.cpp d9fd2f5402 Revise C++ coding style using clang-format 9 years ago