cplusplus
A compiler front end for the C++ language
File Explorer
Download Latest Version (.zip)- devcontainer-feature.json
- install.sh
- devcontainer-feature.json
- install.sh
- devcontainer.json
- Dockerfile
- ci.yml
- mlir.yaml
- publish.yml
- AST.ts
- ASTCursor.ts
- ASTKind.ts
- ASTSlot.ts
- ASTSlotKind.ts
- ASTVisitor.ts
- cxx-js.d.ts
- cxx.ts
- Diagnostic.ts
- disposeSymbols.ts
- index.ts
- loadCxx.ts
- Parser.ts
- RecursiveASTVisitor.ts
- SourceLocation.ts
- Token.ts
- TokenKind.ts
- toReadableStream.ts
- Unit.ts
- parser.test.mjs
- .gitignore
- .npmignore
- .prettierignore
- .prettierrc
- package.json
- tsconfig.json
- builtins.json
- builtins.ts
- cpy_header.ts
- gen.ts
- gen_ast_cc.ts
- gen_ast_decoder_cc.ts
- gen_ast_decoder_h.ts
- gen_ast_encoder_cc.ts
- gen_ast_encoder_h.ts
- gen_ast_fbs.ts
- gen_ast_fwd_h.ts
- gen_ast_h.ts
- gen_ast_kind_h.ts
- gen_ast_kind_ts.ts
- gen_ast_pretty_printer_cc.ts
- gen_ast_pretty_printer_h.ts
- gen_ast_printer_cc.ts
- gen_ast_printer_h.ts
- gen_ast_recursive_visitor_ts.ts
- gen_ast_slot_cc.ts
- gen_ast_slot_ts.ts
- gen_ast_ts.ts
- gen_ast_visitor_cc.ts
- gen_ast_visitor_h.ts
- gen_ast_visitor_ts.ts
- gen_builtins_codegen_h.ts
- gen_builtins_h.ts
- gen_builtins_interp_h.ts
- gen_builtins_typechecker_h.ts
- gen_c_keywords_kwgen.ts
- gen_keywords_kwgen.ts
- gen_pp_keywords_kwgen.ts
- gen_syntax_cc.ts
- gen_syntax_h.ts
- gen_token_fwd_h.ts
- gen_tokenkind_ts.ts
- get_ast_slot_h.ts
- getAllMemberSlotNames.ts
- groupNodesByBaseType.ts
- kwgen.ts
- kwgen_tool.ts
- new_ast_op.ts
- new_ast_op_cc.ts
- new_ast_op_h.ts
- new_ast_rewriter.ts
- new_ast_rewriter_cc.ts
- new_ast_rewriter_h.ts
- parseAST.ts
- tokens.ts
- .gitignore
- .prettierrc
- LICENSE
- package.json
- README.md
- tsconfig.json
- copyrightHeader.ts
- gen_enums_cc.ts
- gen_enums_h.ts
- gen_fwd_h.ts
- gen_requests_cc.ts
- gen_requests_h.ts
- gen_types_cc.ts
- gen_types_h.ts
- main.ts
- MetaModel.ts
- .gitignore
- .prettierrc
- package.json
- tsconfig.json
- vite.svg
- react.svg
- button-group.tsx
- button.tsx
- select.tsx
- separator.tsx
- toggle.tsx
- debug-info-toggle.tsx
- Header.tsx
- output-format-selector.tsx
- sample-selector.tsx
- asm-language.ts
- llvm-language.ts
- mlir-language.ts
- use-monaco-editor.ts
- utils.ts
- enable_if.cc
- fold.cc
- hello.cc
- virtual.cc
- App.tsx
- code-editor.tsx
- compiler.ts
- compiler.worker.ts
- diagnostics.ts
- index.css
- input-code-model.ts
- main.tsx
- monaco-environment.ts
- output-code-model.ts
- output-code.tsx
- playground-context.tsx
- samples.ts
- sysroot.ts
- .gitignore
- .prettierignore
- .prettierrc
- components.json
- eslint.config.js
- index.html
- package.json
- README.md
- tsconfig.app.json
- tsconfig.json
- tsconfig.node.json
- vite.config.ts
- ast-dump.js
- build-emscripten.js
- build-mlir.js
- build-playground-sysroot.js
- build-wasi.js
- cxx-wasmtime.js
- devcontainer-post-create.sh
- download-lsp-model.js
- setup-venv.js
- tsconfig.json
- update-deps.ts
- update-launch-configs.ts
- update-tests.js
- update-toolchain.ts
- check_expression_types.cc
- check_expression_types.h
- cxx.cc
- dump_tokens.cc
- dump_tokens.h
- frontend.cc
- frontend.h
- linker.cc
- linker.h
- verify_diagnostics_client.cc
- verify_diagnostics_client.h
- CMakeLists.txt
- api.cc
- CMakeLists.txt
- stdarg.h
- stddef.h
- stddef_max_align_t.h
- CMakeLists.txt
- CMakeLists.txt
- cxx_document.cc
- cxx_document.h
- enums.cc
- enums.h
- fwd.h
- lsp.cc
- lsp_server.cc
- lsp_server.h
- requests.cc
- requests.h
- sync_queue.cc
- sync_queue.h
- types.cc
- types.h
- CMakeLists.txt
- test_types.cc
- CMakeLists.txt
- builtins_codegen-priv.h
- CMakeLists.txt
- codegen.cc
- codegen.h
- codegen_declarations.cc
- codegen_declarators.cc
- codegen_expressions.cc
- codegen_names.cc
- codegen_specifiers.cc
- codegen_statements.cc
- codegen_units.cc
- convert_debug_type.cc
- convert_type.cc
- cxx_dialect.cc
- cxx_dialect.h
- cxx_dialect_conversions.cc
- cxx_dialect_conversions.h
- CxxOps.td
- CMakeLists.txt
- ast_decoder.cc
- ast_encoder.cc
- ast_decoder.h
- ast_encoder.h
- builtins-priv.h
- builtins_interpreter-priv.h
- builtins_typechecker-priv.h
- c_keywords-priv.h
- keywords-priv.h
- path.h
- pp_directives-priv.h
- base_classes.h
- symbol_chain.h
- symbols.h
- arena.h
- ast.cc
- ast.fbs
- ast.h
- ast_cursor.cc
- ast_cursor.h
- ast_fwd.h
- ast_interpreter.cc
- ast_interpreter.h
- ast_interpreter_builtins.cc
- ast_interpreter_declarations.cc
- ast_interpreter_declarators.cc
- ast_interpreter_expressions.cc
- ast_interpreter_names.cc
- ast_interpreter_specifiers.cc
- ast_interpreter_statements.cc
- ast_interpreter_units.cc
- ast_kind.h
- ast_pretty_printer.cc
- ast_pretty_printer.h
- ast_printer.cc
- ast_printer.h
- ast_rewriter.cc
- ast_rewriter.h
- ast_rewriter_declarations.cc
- ast_rewriter_declarators.cc
- ast_rewriter_expressions.cc
- ast_rewriter_instantiate.cc
- ast_rewriter_names.cc
- ast_rewriter_packs.cc
- ast_rewriter_partial_specialization.cc
- ast_rewriter_pending_body.cc
- ast_rewriter_requires.cc
- ast_rewriter_specifiers.cc
- ast_rewriter_statements.cc
- ast_rewriter_subsumption.cc
- ast_rewriter_units.cc
- ast_slot.cc
- ast_slot.h
- ast_visitor.cc
- ast_visitor.h
- base_classes.cc
- bind_class.cc
- binder.cc
- binder.h
- binder_complete_class.cc
- binder_declare_function.cc
- binder_range_for.cc
- binder_resolve_id.cc
- binder_structured_bindings.cc
- class_template_deduction.cc
- class_template_deduction.h
- class_value_abi.cc
- class_value_abi.h
- cli.cc
- cli.h
- const_value.cc
- const_value.h
- control.cc
- control.h
- cxx.cc
- cxx_fwd.h
- decl.cc
- decl.h
- decl_specs.cc
- decl_specs.h
- dependent_types.cc
- dependent_types.h
- diagnostic.cc
- diagnostic.h
- diagnostics_client.cc
- diagnostics_client.h
- external_name_encoder.cc
- external_name_encoder.h
- gcc_linux_toolchain.cc
- gcc_linux_toolchain.h
- implicit_conversion_sequence.h
- lambda_captures.h
- lexer.cc
- lexer.h
- literals.cc
- literals.h
- literals_fwd.h
- macos_toolchain.cc
- macos_toolchain.h
- memory_layout.cc
- memory_layout.h
- name_lookup.cc
- name_lookup.h
- name_printer.cc
- names.cc
- names.h
- names_fwd.h
- overload_resolution.cc
- overload_resolution.h
- parser.cc
- parser.h
- parser_fwd.h
- parser_lookup.h
- path.cc
- preprocessor.cc
- preprocessor.h
- preprocessor_fwd.h
- scope.cc
- scope.h
- source_location.cc
- source_location.h
- standard_conversion.cc
- standard_conversion.h
- substitution.cc
- substitution.h
- symbol_chain_view.cc
- symbol_printer.cc
- symbols.cc
- symbols.h
- symbols_fwd.h
- template_argument_deduction.cc
- template_argument_deduction.h
- template_equivalence.cc
- template_equivalence.h
- token.cc
- token.h
- token_fwd.h
- toolchain.cc
- toolchain.h
- toolchain_config.cc
- toolchain_config.h
- translation_unit.cc
- translation_unit.h
- type_checker.cc
- type_checker.h
- type_checker_initializer.cc
- type_printer.cc
- type_traits.cc
- type_traits.h
- types.cc
- types.h
- types_fwd.h
- util.cc
- util.h
- wasm32_wasi_toolchain.cc
- wasm32_wasi_toolchain.h
- windows_toolchain.cc
- windows_toolchain.h
- CMakeLists.txt
- CMakeLists.txt
- index.js
- package.json
- .gitignore
- CMakeLists.txt
- test_control.cc
- test_external_names.cc
- test_type_printer.cc
- test_utils.h
- source.cc
- access_declaration_01.cc
- array_to_pointer_conv_01.cc
- asm_declaration_01.cc
- binary_expression_01.cc
- bitfield_declaration_01.cc
- bool_literals_01.cc
- boolean_conv_01.cc
- class_definition_01.cc
- CMakeLists.txt
- complex_type_specifier_01.cc
- consteval_if_01.cc
- constrained_template_parameter_01.cc
- ctor_initializer_01.cc
- deduce_this_01.cc
- deduction_guide_01.cc
- deduction_guide_02.cc
- designated_initializer_01.cc
- enum_definition_01.cc
- equal_initializer_01.cc
- floating_integral_conv_01.cc
- floating_point_conv_01.cc
- floating_point_promotion_01.cc
- for_range_statement_01.cc
- for_range_statement_02.cc
- function_definition_01.cc
- function_to_pointer_conv_01.cc
- generic_selection_01.c
- if_statement_01.cc
- integral_conversion_01.cc
- integral_promotion_conv_01.cc
- lambda_specifier_01.cc
- namespace_definition_01.cc
- nested_templates_01.cc
- new_expression_01.cc
- pack_expansion_01.cc
- parameter_pack_01.cc
- reflect_01.cc
- reflect_02.cc
- return_statement_01.cc
- struct_alias_01.cc
- structured_binding_declaration_01.cc
- template_lambda_01.cc
- template_member_expression_01.cc
- template_nested_name_specifier_01.cc
- template_type_parameter_01.cc
- uchar_array_index_01.c
- underlying_type_specifier_01.cc
- using_enum_declaration_01.cc
- variadic_function_01.cc
- variadic_function_02.cc
- aggregate_copy_init_codegen_01.c
- anon_union_struct_global_init_01.c
- array2d_codegen_01.cc
- array_to_ptr_extern_01.c
- bitfield_compound_assign_01.c
- builtin_alloca_codegen_01.cc
- builtin_c23_va_start_01.c
- builtin_constant_p_codegen_01.cc
- builtin_huge_val_codegen_01.cc
- builtin_nans_codegen_01.cc
- builtin_operator_new_codegen_01.cc
- builtin_source_location_01.cc
- c_2d_char_array_init_01.c
- c_extern_decl_definition_01.c
- c_global_struct_array_addr_subscript_01.c
- CMakeLists.txt
- compound_lit_global_01.c
- designated_array2d_global_codegen_01.c
- designated_array2d_sema_01.c
- designated_array_codegen_01.c
- designated_array_global_codegen_01.c
- global_ptr_init_array_decay_01.c
- indirect_goto_01.c
- nested_desig_anon_member_01.c
- ref_binding_forwarding_codegen_01.cc
- sizeof_array_deref_01.c
- union_global_init_01.c
- va_list_codegen_01.cc
- vla_codegen_01.c
- vla_codegen_02.c
- vla_codegen_cxx_01.cc
- CMakeLists.txt
- code_completion_01.yml
- document_01.yml
- document_symbols.yml
- include_stdlib.yml
- lifecycle_01.yml
- c_stdlib.c
- CMakeLists.txt
- indirect_goto.c
- indirect_goto.cc
- postfix_expr_conflicts.cc
- foo.h
- foo.h
- quote_header.h
- sys_header.h
- bol_001.cc
- CMakeLists.txt
- counter.001.cc
- cross_cursor_fn_macro.001.cc
- cross_cursor_fn_macro.002.cc
- define.001.cc
- define.002.cc
- define.003.cc
- define.004.cc
- elifdef_001.cc
- file.001.cc
- file.001.h
- has_include_next.001.cc
- header_guard_trailing.001.cc
- include_next.001.cc
- include_next.002.cc
- iquote.001.cc
- line.001.cc
- line_markers.001.cc
- line_markers_depfile.001.cc
- line_markers_depfile.002.cc
- line_markers_nested.h
- line_markers_outer.h
- merge_01.cc
- redef_header.h
- redef_undef.h
- system_header.001.cc
- va_args_001.cc
- va_args_002.cc
- va_args_003.cc
- warning.001.cc
- address_op_01.cc
- adl_01.cc
- adl_auto_param_01.cc
- adl_call_01.cc
- adl_free_operator_01.cc
- adl_member_operator_01.cc
- adl_template_arg_namespace_01.cc
- aggregate_copy_init_01.c
- aligned_union_01.cc
- aligned_union_02.cc
- alignof_01.cc
- anon_struct_layout_01.cc
- anon_struct_layout_02.cc
- assignment_void_pointer_c_01.c
- assignment_void_pointer_cpp_01.cc
- auto_template.cc
- binary_invalid_bitwise_operands_01.cc
- binary_invalid_logical_operands_01.cc
- binder_duplicate_field_01.cc
- binder_invalid_template_id_01.cc
- binder_nested_name_wrong_01.cc
- binder_typealias_conflict_01.cc
- binder_typealias_symbol_conflict_01.cc
- binder_unknown_base_class_01.cc
- binder_using_unresolved_01.cc
- bitfield_init_c_01.c
- bitfields_01.cc
- bitfields_layout_01.cc
- bitfields_layout_02.cc
- bitfields_layout_03.cc
- bitint_01.cc
- bitint_02.cc
- bitint_negative_size_01.cc
- bitint_sizeof_01.cc
- bitint_template_param_01.cc
- bitint_too_large_01.cc
- bitint_too_small_01.cc
- bitint_wb_literals_01.cc
- bitint_wb_literals_02.cc
- bitwise_not_01.cc
- brace_elision_c_01.c
- builtin_alloca_01.cc
- builtin_bit_cast_diag_01.cc
- builtin_bit_cast_ok_01.cc
- builtin_constant_p_01.cc
- builtin_functions_01.cc
- builtin_huge_val_01.cc
- builtin_missing_diag_01.cc
- builtin_nans_01.cc
- builtin_operator_new_01.cc
- builtin_source_location_01.cc
- builtins_01.cc
- builtins_constexpr_01.cc
- byte_bitwise_wasm_01.cc
- c_conflicting_types.c
- c_style_cast_01.cc
- c_unprototyped.c
- call_c_01.c
- call_template_nontemplate_prefer_01.cc
- call_user_conversion_template_overload_01.cc
- cast_errors_01.cc
- char_c_01.c
- class_01.cc
- class_02.cc
- class_body_recovery_01.cc
- CMakeLists.txt
- common_type_no_recursion_01.cc
- condition_decl_invalid_condition_01.cc
- conditional_expr_01.cc
- conditional_invalid_condition_01.cc
- conditional_ptr_conversion_c_01.c
- conditional_unresolved_operand_01.cc
- const_cast_01.cc
- const_overload_01.cc
- constant_expression_01.cc
- constexpr_call_01.cc
- constexpr_class_01.cc
- constexpr_defaulted_ctor_01.cc
- constexpr_member_01.cc
- constexpr_nttp_01.cc
- constructor_default_args_01.cc
- conversion_op_template_01.cc
- conversion_sequence_01.cc
- copy_move_ctor_01.cc
- ctor_01.cc
- ctor_02.cc
- decltype_01.cc
- decltype_dependent_alias_01.cc
- deduction_guide_symbol_01.cc
- deduction_guide_symbol_02.cc
- default_arguments_redecl_01.cc
- deferred_member_template_01.cc
- dependent_named_type_specifier_01.cc
- dependent_ref_init_01.cc
- empty_pack_01.cc
- enum_c_01.c
- enum_underlying_01.cc
- explicit_spec_after_implicit_01.cc
- extern_c_linkage_01.cc
- extern_in_block_func_01.c
- extern_in_block_var_01.c
- extern_in_block_var_02.c
- ferror_limit_01.cc
- for_range_01.cc
- friend_decl_01.cc
- friend_decl_02.cc
- friend_decl_03.cc
- function_params_01.cc
- function_redecl_array_default_arg_01.cc
- function_redecl_array_param_01.cc
- fwd_class_01.cc
- generic_selection_01.cc
- if_condition_decl_01.cc
- implicit_member_call_01.cc
- implicit_special_members_01.cc
- incr_01.cc
- incr_c_01.c
- indirect_goto_c_01.c
- init_anon_union_struct_01.c
- init_char_array_from_ints_01.c
- init_class_construction_01.cc
- init_designated_01.cc
- init_designated_array_01.c
- init_designated_array_global_01.c
- init_errors_01.cc
- init_member_char_array_string_01.cc
- init_narrowing_01.cc
- init_narrowing_no_warning_01.cc
- init_paren_01.cc
- init_reference_binding_01.cc
- init_reference_valid_01.cc
- init_struct_01.cc
- initializer_list_01.cc
- injected_class_name_01.cc
- int128_arith_01.cc
- is_base_of_01.cc
- is_constructible_01.cc
- is_convertible_01.cc
- is_final_01.cc
- lazy_instantiation_01.cc
- lazy_instantiation_02.cc
- lazy_instantiation_03.cc
- lazy_instantiation_04.cc
- lazy_instantiation_05.cc
- lazy_instantiation_06.cc
- lazy_instantiation_07.cc
- logical_neg_01.cc
- lookup_anonymous_member_01.cc
- lookup_base_class_01.cc
- lookup_qualified_01.cc
- lookup_type_alias_01.cc
- lookup_using_directive_01.cc
- make_integer_seq_01.cc
- mem_init.cc
- member_access_01.cc
- member_access_02.cc
- member_access_03.cc
- member_access_missing_01.cc
- member_access_on_non_class_in_template.cc
- memory_ratio_dependent_01.cc
- memory_ratio_nns_substitution_01.cc
- nested_class_member_access_01.cc
- noexcept_expr_01.cc
- noexcept_expr_02.cc
- noexcept_expr_03.cc
- noexcept_expr_04.cc
- noexcept_specifier_expr_01.cc
- null_pointer_constant_01.cc
- ool_template_member_no_fcheck_01.cc
- operator_overload_ambiguous_01.cc
- operator_overload_arrow_01.cc
- operator_overload_assignment_01.cc
- operator_overload_binary_01.cc
- operator_overload_call_01.cc
- operator_overload_call_02.cc
- operator_overload_call_blocker_01.cc
- operator_overload_compound_assignment_01.cc
- operator_overload_conversion_rank_01.cc
- operator_overload_nullptr_ambiguous_01.cc
- operator_overload_postfix_01.cc
- operator_overload_shift_01.cc
- operator_overload_subscript_01.cc
- operator_overload_unary_01.cc
- overload_ellipsis_01.cc
- overload_qual_rank_01.cc
- overload_resolution_01.cc
- pack_index_01.cc
- pragma_pack_01.c
- ref_binding_cv_overload_01.cc
- ref_binding_forwarding_01.cc
- ref_binding_nonconst_reject_01.cc
- reflect_01.cc
- reflect_unresolved_operand_01.cc
- reinterpret_cast_01.cc
- requires_clause_overload_01.cc
- sizeof_01.cc
- sizeof_array_deref_01.c
- splice_invalid_expression_01.cc
- standard_conversion_01.cc
- standard_conversion_arith_01.cc
- standard_conversion_bool_01.cc
- standard_conversion_fctptr_01.cc
- standard_conversion_fpint_01.cc
- standard_conversion_integral_01.cc
- standard_conversion_mem_01.cc
- standard_conversion_prom_01.cc
- standard_conversion_ptr_01.cc
- standard_conversion_qual_01.cc
- static_assert_01.cc
- static_cast_01.cc
- static_cast_02.cc
- static_cast_03.cc
- string_literals_01.cc
- string_literals_02.cc
- struct_c_01.c
- substitution_pack_with_defaults_01.cc
- substitution_trailing_after_pack_01.cc
- subtraction_01.cc
- switch_condition_decl_01.cc
- template_alias_01.cc
- template_alias_02.cc
- template_base_type_param_01.cc
- template_base_type_param_02.cc
- template_base_type_param_03.cc
- template_cache_equiv_constexpr_01.cc
- template_cache_equiv_typealias_01.cc
- template_cache_pack_symbol_dump_01.cc
- template_cache_symbol_dump_01.cc
- template_class_01.cc
- template_class_02.cc
- template_class_03.cc
- template_class_04.cc
- template_class_05.cc
- template_class_06.cc
- template_cond_trait_01.cc
- template_constexpr_member_access_01.cc
- template_deduction_basic_01.cc
- template_deduction_const_ref_01.cc
- template_deduction_const_rref_01.cc
- template_deduction_const_rref_02.cc
- template_deduction_default_args_01.cc
- template_deduction_explicit_args_01.cc
- template_deduction_forwarding_ref_01.cc
- template_deduction_multiple_params_01.cc
- template_deduction_pack_01.cc
- template_deduction_partial_explicit_01.cc
- template_deduction_pointer_01.cc
- template_deduction_pointer_02.cc
- template_deduction_ref_cv_01.cc
- template_default_args_substitution_01.cc
- template_default_pack_nttp_sfinae_01.cc
- template_dep_class_template_arg_01.cc
- template_dep_explicit_specifier_01.cc
- template_dep_member_access_01.cc
- template_dep_subscript_01.cc
- template_explicit_condition_eval_01.cc
- template_explicit_nttp_after_pack_01.cc
- template_explicit_wrong_kind_01.cc
- template_fwd_default_args_01.cc
- template_fwd_default_args_02.cc
- template_fwddecl_get_01.cc
- template_fwddecl_swap_01.cc
- template_lambda_01.cc
- template_member_call_01.cc
- template_member_ctor_mangle_01.cc
- template_nns_alias_base_01.cc
- template_nothrow_assignable_01.cc
- template_nttp_non_constexpr_diag_01.cc
- template_out_of_line_01.cc
- template_out_of_line_02.cc
- template_out_of_line_03.cc
- template_partial_ambiguous_diag_01.cc
- template_partial_decl_order_tiebreak_01.cc
- template_partial_nested_pack_head_01.cc
- template_partial_nested_specificity_01.cc
- template_partial_nested_tiebreak_01.cc
- template_partial_nontype_repeat_01.cc
- template_partial_order_01.cc
- template_partial_pack_vs_nopack_01.cc
- template_partial_spec_01.cc
- template_partial_tiebreak_01.cc
- template_sfinae_enable_if_01.cc
- template_sfinae_member_01.cc
- template_sfinae_mixed_01.cc
- template_sfinae_pack_deduction_01.cc
- template_sfinae_substitution_01.cc
- template_sfinae_substitution_02.cc
- template_sfinae_substitution_03.cc
- template_sfinae_void_ref_01.cc
- template_specialization_fwd_decl_01.cc
- template_ttp_01.cc
- template_typename_nonscope_diag_01.cc
- template_var_01.cc
- trailing_return_type_01.cc
- trailing_return_type_02.cc
- type_construction_builtin_01.cc
- type_pack_element_01.cc
- type_traits_01.cc
- type_traits_02.cc
- type_traits_03.cc
- type_traits_overload_set.cc
- type_traits_template.cc
- typeid_ok_01.cc
- typeid_unresolved_id_01.cc
- typename_nns_alias_resolve_01.cc
- typeof_01.c
- unary_minus_01.cc
- unary_plus_01.cc
- union_zero_init_01.c
- unresolved_call_identifier_01.cc
- unresolved_qualified_id_01.cc
- unresolved_qualified_id_02.cc
- user_conversion_01.cc
- user_conversion_02.cc
- using_decl_01.cc
- variable_redecl_array_complete_01.cc
- variable_redecl_array_conflict_01.cc
- variable_redecl_conflict_01.cc
- variable_template_partial_spec_01.cc
- variadic_abbrev_func_01.cc
- variadic_base_01.cc
- variadic_expand_01.cc
- variadic_fold_01.cc
- variadic_func_deduction_01.cc
- variadic_pack_01.cc
- virtual_functions_01.cc
- virtual_functions_02.cc
- wasm_stdlib_01.cc
- wasm_stdlib_c++14.cc
- while_condition_decl_01.cc
- CMakeLists.txt
- raw_string.001.cc
- string.001.cc
- CMakeLists.txt
- lit.cfg.py
- lit.site.cfg.py.in
- CMakeLists.txt
- .clang-format
- .dockerignore
- .gitignore
- CHANGELOG.md
- clangd.in
- clangd_emscripten.in
- CMakeLists.txt
- CMakePresets.json
- Config.cmake.in
- Dockerfile.emsdk
- Dockerfile.wasi
- LICENSE
- package-lock.json
- package.json
- pyproject.toml
- README.md
- uv.lock
// repository documentation
Was this content helpful?
(0 ratings)
