Pages that link to "Template:CompilerExplorerExample"
Jump to navigation
Jump to search
The following pages link to Template:CompilerExplorerExample:
Displayed 50 items.
- Clang error: overriding virtual function must specify the same code segment as its overridden function (err_mismatched_code_seg_override) (transclusion) (← links)
- Clang error: use of ... B requires template arguments (err_template_missing_args) (transclusion) (← links)
- Clang error: matrix ... index is outside the allowed range [0, B) (err_matrix_index_outside_range) (transclusion) (← links)
- Clang error: ambiguous conversion from derived class A to base class B:C (err_ambiguous_derived_to_base_conv) (transclusion) (← links)
- Clang error: illegal type A used in a boxed expression (err_objc_illegal_boxed_expression_type) (transclusion) (← links)
- Clang error: cannot find libdevice for A; provide path to different CUDA installation via '--cuda-path', or pass '-nocudalib' to build without linking with libdevice (err_drv_no_cuda_libdevice) (transclusion) (← links)
- Clang warning: empty paragraph passed to '...B' command [-Wdocumentation] (warn_doc_block_command_empty_paragraph) (transclusion) (← links)
- Clang error: expected addressable lvalue expression, array element...... (err_omp_expected_addressable_lvalue_or_array_item) (transclusion) (← links)
- Clang error: region cannot be... nested inside 'B' region... (err_omp_prohibited_region) (transclusion) (← links)
- Clang error: type A in generic association compatible with previously specified type B (err_assoc_compatible_types) (transclusion) (← links)
- Clang warning: taking the absolute value of unsigned type A has no effect [-Wabsolute-value] (warn_unsigned_abs) (transclusion) (← links)
- Clang error: template argument for template type parameter must be a type (err_template_arg_must_be_type) (transclusion) (← links)
- Clang error: cannot catch incomplete type A (err_catch_incomplete) (transclusion) (← links)
- Clang error: template parameter pack must be the last template parameter (err_template_param_pack_must_be_last_template_parameter) (transclusion) (← links)
- Clang error: the statement for 'atomic capture' must be an expression statement of form 'v = ++x;', 'v = --x;', 'v = x++;', 'v = x--;', 'v = x binop= expr;', 'v = x = x binop expr' or 'v = x = expr binop x', where x and v are both lvalue expressions with scalar type (err_omp_atomic_capture_not_expression_statement) (transclusion) (← links)
- Clang error: definition of explicitly defaulted ... (err_definition_of_explicitly_defaulted_member) (transclusion) (← links)
- Clang note: 'trivial_abi' is disallowed on A because ... (note_cannot_use_trivial_abi_reason) (transclusion) (← links)
- Clang note: forward declaration of class here (note_forward_class) (transclusion) (← links)
- Clang error: unexpected interface name A: expected expression (err_unexpected_interface) (transclusion) (← links)
- Clang error: the statement for 'atomic capture' must be a compound statement of form '{v = x; x binop= expr;}', '{x binop= expr; v = x;}', '{v = x; x = x binop expr;}', '{v = x; x = expr binop x;}', '{x = x binop expr; v = x;}', '{x = expr binop x; v = x;}' or '{v = x; x = expr;}', '{v = x; x++;}', '{v = x; ++x;}', '{++x; v = x;}', '{x++; v = x;}', '{v = x; x--;}', '{v = x; --x;}', '{--x; v = x;}', '{x--; v = x;}' where x is an lvalue expression with scalar type (err_omp_atomic_capture_not_compound_statement) (transclusion) (← links)
- Clang error: const-qualified variable cannot be A (err_omp_const_variable) (transclusion) (← links)
- Clang error: A is unsupported with RISC-V linker relaxation (-mrelax) (err_drv_riscv_unsupported_with_linker_relaxation) (transclusion) (← links)
- Clang error: in-class initializer for static data member is not a constant expression (err_in_class_initializer_non_constant) (transclusion) (← links)
- Clang warning: ... stack memory associated with ... B returned [-Wreturn-stack-address] (warn_ret_stack_addr_ref) (transclusion) (← links)
- Clang error: the user condition in the OpenMP context selector needs to be constant; A is not (err_omp_declare_variant_user_condition_not_constant) (transclusion) (← links)
- Clang error: macro name missing (err_pp_missing_macro_name) (transclusion) (← links)
- Clang error: no matching function found in local scope (err_no_matching_local_friend) (transclusion) (← links)
- Clang error: vector operands do not have the same elements sizes (A and B) [-Wvec-elem-size] (warn_typecheck_vector_element_sizes_not_equal) (transclusion) (← links)
- Clang error: reference to ... function could not be resolved; did you mean to call it...? (err_ovl_unresolvable) (transclusion) (← links)
- Clang error: empty symbolic operand name in inline assembly string (err_asm_empty_symbolic_operand_name) (transclusion) (← links)
- Clang error: a space is required between consecutive right angle brackets (use '> >') (err_two_right_angle_brackets_need_space) (transclusion) (← links)
- Clang error: unknown target CPU 'A' (err_target_unknown_cpu) (transclusion) (← links)
- Clang error: exception specifications are not allowed beyond a single level of indirection (err_distant_exception_spec) (transclusion) (← links)
- Clang error: 'A' declared as array of functions of type B (err_illegal_decl_array_of_functions) (transclusion) (← links)
- Clang warning: A attribute for getter must not have any parameters besides 'self:' [-Wswift-name-attribute] (warn_attr_swift_name_getter_parameters) (transclusion) (← links)
- Clang error: array of A type is invalid in OpenCL (err_opencl_invalid_type_array) (transclusion) (← links)
- Clang error: attribute A can only be applied to an OpenCL kernel function (err_opencl_kernel_attr) (transclusion) (← links)
- Clang error: 'using_if_exists' attribute cannot be applied to an inheriting constructor (err_using_if_exists_on_ctor) (transclusion) (← links)
- Clang error: instance variable A has conflicting type: B vs C (err_conflicting_ivar_type) (transclusion) (← links)
- Clang error: typename specifier refers to non-type member A in B (err_typename_nested_not_type) (transclusion) (← links)
- Clang error: default argument not permitted on an explicit ... of function B (err_template_spec_default_arg) (transclusion) (← links)
- Clang warning: explicit(bool) is a C++20 extension [-Wc++20-extensions] (ext_explicit_bool) (transclusion) (← links)
- Clang error: redeclaration of deduction guide (err_deduction_guide_redeclared) (transclusion) (← links)
- Clang error: non-templated function cannot have a requires clause (err_constrained_non_templated_function) (transclusion) (← links)
- Clang warning: use of this statement in a constexpr ... is a C++20 extension [-Wc++20-extensions] (ext_constexpr_body_invalid_stmt_cxx20) (transclusion) (← links)
- Clang error: assignment to cast is illegal, lvalue casts are not supported (err_typecheck_lvalue_casts_not_supported) (transclusion) (← links)
- Clang error: conditional expression is ambiguous; A and B can be converted to several common types (err_conditional_ambiguous_ovl) (transclusion) (← links)
- Clang error: extraneous 'A' before ';' (err_extraneous_token_before_semi) (transclusion) (← links)
- Clang warning: cannot delete expression with pointer-to-'void' type A [-Wdelete-incomplete] (ext_delete_void_ptr_operand) (transclusion) (← links)
- Clang warning: A attribute only applies to a pointer or reference (B is invalid) [-Wignored-attributes] (warn_attribute_pointer_or_reference_only) (transclusion) (← links)