Category:Clang Semantic Issue Category
Jump to navigation
Jump to search
Pages in category "Clang Semantic Issue Category"
The following 67 pages are in this category, out of 67 total.
'
- Clang error: '#pragma A' can only appear at file scope (err_pragma_expected_file_scope)
- Clang error: 'A' declared as array of functions of type B (err_illegal_decl_array_of_functions)
- Clang warning: 'deprecated' attribute on anonymous namespace ignored [-Wignored-attributes] (warn_deprecated_anonymous_namespace)
- Clang note: 'trivial_abi' is disallowed on A because ... (note_cannot_use_trivial_abi_reason)
- Clang error: 'using_if_exists' attribute cannot be applied to an inheriting constructor (err_using_if_exists_on_ctor)
- Clang error: '__kindof' specifier cannot be applied to non-object type A (err_objc_kindof_nonobject)
.
A
- Clang warning: A attribute for getter must not have any parameters besides 'self:' [-Wswift-name-attribute] (warn_attr_swift_name_getter_parameters)
- Clang warning: A attribute ignored on inline function [-Wignored-attributes] (warn_attribute_ignored_on_inline)
- Clang warning: A attribute only applies to a pointer or reference (B is invalid) [-Wignored-attributes] (warn_attribute_pointer_or_reference_only)
- Clang warning: A attribute only applies to... pointer arguments [-Wignored-attributes] (warn_attribute_pointers_only)
- Clang warning: A is a reserved name for a module [-Wreserved-module-identifier] (warn_reserved_module_name)
- Clang error: ambiguous conversion from derived class A to base class B:C (err_ambiguous_derived_to_base_conv)
- Clang error: array of A type is invalid in OpenCL (err_opencl_invalid_type_array)
- Clang error: assignment to cast is illegal, lvalue casts are not supported (err_typecheck_lvalue_casts_not_supported)
- Clang error: attribute A can only be applied to an OpenCL kernel function (err_opencl_kernel_attr)
C
- Clang error: cannot catch incomplete type A (err_catch_incomplete)
- Clang error: cannot catch variably modified type A (err_catch_variably_modified)
- Clang error: cannot decompose ... member B of D (err_decomp_decl_inaccessible_field)
- Clang warning: cannot delete expression with pointer-to-'void' type A [-Wdelete-incomplete] (ext_delete_void_ptr_operand)
- Clang error: cannot find protocol declaration for A (err_undeclared_protocol)
- Clang error: conditional expression is ambiguous; A and B can be converted to several common types (err_conditional_ambiguous_ovl)
- Clang error: conversion function cannot convert to a function type (err_conv_function_to_function)
- Clang error: conversion function cannot have a return type (err_conv_function_return_type)
D
- Clang error: declaration of A shadows template parameter (err_template_param_shadow)
- Clang error: deduction guide must be declared in the same scope as template A (err_deduction_guide_wrong_scope)
- Clang error: default argument not permitted on an explicit ... of function B (err_template_spec_default_arg)
- Clang error: definition of explicitly defaulted ... (err_definition_of_explicitly_defaulted_member)
- Clang warning: delegating constructors are incompatible with C++98 [-Wc++98-compat] (warn_cxx98_compat_delegating_ctor)
E
I
- Clang error: illegal type A used in a boxed expression (err_objc_illegal_boxed_expression_type)
- Clang error: in-class initializer for static data member is not a constant expression (err_in_class_initializer_non_constant)
- Clang error: instance variable A has conflicting type: B vs C (err_conflicting_ivar_type)
- Clang error: invalid cpu feature string for builtin (err_invalid_cpu_supports)
- Clang error: invalid pipe access modifier (expecting A) (err_opencl_builtin_pipe_invalid_access_modifier)
- Clang warning: ISO C++ does not allow 'main' to be used by a program [-Wmain] (ext_main_used)
N
- Clang error: no function template matches function template specialization A (err_function_template_spec_no_match)
- Clang error: no matching function found in local scope (err_no_matching_local_friend)
- Clang error: non-extern declaration of A follows extern declaration (err_non_extern_extern)
- Clang error: non-templated function cannot have a requires clause (err_constrained_non_templated_function)
P
R
- Clang warning: receiver A is a forward class and corresponding @interface may not exist [-Wreceiver-forward-class] (warn_receiver_forward_class)
- Clang error: redeclaration of deduction guide (err_deduction_guide_redeclared)
- Clang error: reference to ... function could not be resolved; did you mean to call it...? (err_ovl_unresolvable)
S
- Clang error: second argument to 'va_arg' is of non-POD type A [-Wnon-pod-varargs] (warn_second_parameter_to_va_arg_not_pod)
- Clang error: sorry, non-type template argument of pointer-to-member type B that refers to member A of a different class is not supported yet (err_template_arg_member_ptr_base_derived_not_supported)
- Clang error: static assertion failed due to requirement 'A'... (err_static_assert_requirement_failed)
- Clang error: subscript of pointer to ... type B (err_subscript_incomplete_or_sizeless_type)
T
- Clang warning: taking the absolute value of unsigned type A has no effect [-Wabsolute-value] (warn_unsigned_abs)
- Clang error: template argument for template type parameter must be a type (err_template_arg_must_be_type)
- Clang error: template parameter pack must be the last template parameter (err_template_param_pack_must_be_last_template_parameter)
- Clang warning: tentative array definition assumed to have one element (warn_tentative_incomplete_array)
- Clang error: the vecreturn attribute can only be used on a POD (plain old data) class or structure (i.e. no virtual functions) (err_attribute_vecreturn_only_pod_record)
- Clang error: type A in generic association compatible with previously specified type B (err_assoc_compatible_types)
- Clang error: typename specifier refers to non-type member A in B (err_typename_nested_not_type)
U
- Clang error: unexpected interface name A: expected expression (err_unexpected_interface)
- Clang error: use of ... B requires template arguments (err_template_missing_args)
- Clang warning: use of this statement in a constexpr ... is a C++14 extension [-Wc++14-extensions] (ext_constexpr_body_invalid_stmt)
- Clang warning: use of this statement in a constexpr ... is a C++20 extension [-Wc++20-extensions] (ext_constexpr_body_invalid_stmt_cxx20)
- Clang error: use of typeid requires -frtti (err_no_typeid_with_fno_rtti)