Jon Ross-Perkins 7befe2ce9f Switch custom error stream output to diagnostic (#4846) 1 год назад
..
fuzzer_corpus 8bb33f96c3 Update some additional package rules where structure changed in #3963. (#3966) 1 год назад
testdata 7befe2ce9f Switch custom error stream output to diagnostic (#4846) 1 год назад
BUILD 5f888e1124 Treat associated constants as entities parameterized by Self (#4837) 1 год назад
call.cpp 6b5eb1a101 Id::Invalid -> Id::None (#4834) 1 год назад
call.h 187a3608df Use `As` and `ImplicitAs` interfaces for conversions. (#4209) 1 год назад
check.cpp 9c0faf007e Invalid comment cleanup (#4836) 1 год назад
check.h 5b70a3ea91 Generate AST when importing a cpp file (#4790) 1 год назад
check_fuzzer.cpp 0d0e202ce8 Switch Driver back to parameters for construction (#4849) 1 год назад
check_unit.cpp 7befe2ce9f Switch custom error stream output to diagnostic (#4846) 1 год назад
check_unit.h 9c0faf007e Invalid comment cleanup (#4836) 1 год назад
context.cpp 7befe2ce9f Switch custom error stream output to diagnostic (#4846) 1 год назад
context.h 7befe2ce9f Switch custom error stream output to diagnostic (#4846) 1 год назад
convert.cpp 9c0faf007e Invalid comment cleanup (#4836) 1 год назад
convert.h 6b5eb1a101 Id::Invalid -> Id::None (#4834) 1 год назад
decl_introducer_state.h 6b5eb1a101 Id::Invalid -> Id::None (#4834) 1 год назад
decl_name_stack.cpp f4e19f4390 Change `DeclNameStack::LookupOrAddName()` to return `SemIR::ScopeLookupResult` instead of a `pair` (#4852) 1 год назад
decl_name_stack.h 7c01bb4e5c Return the `NameId` for a new instruction regardless if it's unresolved because it's poisoned or not (#4861) 1 год назад
deduce.cpp 9c0faf007e Invalid comment cleanup (#4836) 1 год назад
deduce.h 6b5eb1a101 Id::Invalid -> Id::None (#4834) 1 год назад
deferred_definition_worklist.cpp 16bf3f710e Split deferred node traversal out from check.cpp (#4559) 1 год назад
deferred_definition_worklist.h 16bf3f710e Split deferred node traversal out from check.cpp (#4559) 1 год назад
diagnostic_helpers.h 4ecf914a07 Make SemIRLoc data private to diagnostics (#4867) 1 год назад
dump.cpp b06fcc97f6 Clean up a few details of lex yaml printing (#4845) 1 год назад
eval.cpp 4ecf914a07 Make SemIRLoc data private to diagnostics (#4867) 1 год назад
eval.h 758b6c42ba Produce a note indicating where the specific was used from if monomorphization fails. (#4662) 1 год назад
full_pattern_stack.h 96256652c5 Use FullPatternStack instead of node stack for binding context (#4829) 1 год назад
function.cpp 6b5eb1a101 Id::Invalid -> Id::None (#4834) 1 год назад
function.h 6b5eb1a101 Id::Invalid -> Id::None (#4834) 1 год назад
generic.cpp 5f888e1124 Treat associated constants as entities parameterized by Self (#4837) 1 год назад
generic.h 5f888e1124 Treat associated constants as entities parameterized by Self (#4837) 1 год назад
generic_region_stack.cpp d437e4bffe Create an array stack type for a shared use-case (#4100) 1 год назад
generic_region_stack.h d437e4bffe Create an array stack type for a shared use-case (#4100) 1 год назад
global_init.cpp 6b5eb1a101 Id::Invalid -> Id::None (#4834) 1 год назад
global_init.h cf389bf5d3 Split global init out from InstBlockStack. (#4101) 1 год назад
handle.h 99696b9812 Rename check handlers to HandleParseNode overloads. (#4121) 1 год назад
handle_alias.cpp 6b5eb1a101 Id::Invalid -> Id::None (#4834) 1 год назад
handle_array.cpp 1cba3328f7 Finish removing BuiltinInstKind (#4637) 1 год назад
handle_binding_pattern.cpp 5f888e1124 Treat associated constants as entities parameterized by Self (#4837) 1 год назад
handle_call_expr.cpp 63ff0cca1a Include the call arguments in the location of a call. (#4602) 1 год назад
handle_choice.cpp 99696b9812 Rename check handlers to HandleParseNode overloads. (#4121) 1 год назад
handle_class.cpp 3bd7252f29 Clean up obsolete import handling in class/function (#4857) 1 год назад
handle_codeblock.cpp 99696b9812 Rename check handlers to HandleParseNode overloads. (#4121) 1 год назад
handle_export.cpp 3d39ab67bf Wrap lookup result in a new `ScopeLookupResult` (#4831) 1 год назад
handle_expr_statement.cpp 99696b9812 Rename check handlers to HandleParseNode overloads. (#4121) 1 год назад
handle_file.cpp 99696b9812 Rename check handlers to HandleParseNode overloads. (#4121) 1 год назад
handle_function.cpp 3bd7252f29 Clean up obsolete import handling in class/function (#4857) 1 год назад
handle_if_expr.cpp a112cbde5c Model type expressions as regions (#4698) 1 год назад
handle_if_statement.cpp a112cbde5c Model type expressions as regions (#4698) 1 год назад
handle_impl.cpp 5abe5a3c21 Stop allowing `impl` redeclarations to differ syntactically in `where` clause (#4850) 1 год назад
handle_import_and_package.cpp 2d3842fc06 Implement 'extern library' support for functions. (#4220) 1 год назад
handle_index.cpp 1cba3328f7 Finish removing BuiltinInstKind (#4637) 1 год назад
handle_interface.cpp f4e19f4390 Change `DeclNameStack::LookupOrAddName()` to return `SemIR::ScopeLookupResult` instead of a `pair` (#4852) 1 год назад
handle_let_and_var.cpp 5f888e1124 Treat associated constants as entities parameterized by Self (#4837) 1 год назад
handle_literal.cpp 1cba3328f7 Finish removing BuiltinInstKind (#4637) 1 год назад
handle_loop_statement.cpp a112cbde5c Model type expressions as regions (#4698) 1 год назад
handle_match.cpp 99696b9812 Rename check handlers to HandleParseNode overloads. (#4121) 1 год назад
handle_modifier.cpp 6b5eb1a101 Id::Invalid -> Id::None (#4834) 1 год назад
handle_name.cpp 3d39ab67bf Wrap lookup result in a new `ScopeLookupResult` (#4831) 1 год назад
handle_named_constraint.cpp 99696b9812 Rename check handlers to HandleParseNode overloads. (#4121) 1 год назад
handle_namespace.cpp f4e19f4390 Change `DeclNameStack::LookupOrAddName()` to return `SemIR::ScopeLookupResult` instead of a `pair` (#4852) 1 год назад
handle_noop.cpp 4d0a6db49b Abort checking when encountering an invalid parse node (#4700) 1 год назад
handle_operator.cpp 9b28d3ad78 Late response to comments on #4698 (#4758) 1 год назад
handle_paren_expr.cpp 99696b9812 Rename check handlers to HandleParseNode overloads. (#4121) 1 год назад
handle_pattern_list.cpp 96256652c5 Use FullPatternStack instead of node stack for binding context (#4829) 1 год назад
handle_return_statement.cpp 99696b9812 Rename check handlers to HandleParseNode overloads. (#4121) 1 год назад
handle_struct.cpp 6b5eb1a101 Id::Invalid -> Id::None (#4834) 1 год назад
handle_tuple_literal.cpp 99696b9812 Rename check handlers to HandleParseNode overloads. (#4121) 1 год назад
handle_where.cpp 5f888e1124 Treat associated constants as entities parameterized by Self (#4837) 1 год назад
impl.cpp 5abe5a3c21 Stop allowing `impl` redeclarations to differ syntactically in `where` clause (#4850) 1 год назад
impl.h 5abe5a3c21 Stop allowing `impl` redeclarations to differ syntactically in `where` clause (#4850) 1 год назад
impl_lookup.cpp 6b5eb1a101 Id::Invalid -> Id::None (#4834) 1 год назад
impl_lookup.h 6b5eb1a101 Id::Invalid -> Id::None (#4834) 1 год назад
import.cpp 3d39ab67bf Wrap lookup result in a new `ScopeLookupResult` (#4831) 1 год назад
import.h 9c0faf007e Invalid comment cleanup (#4836) 1 год назад
import_cpp.cpp b06fcc97f6 Clean up a few details of lex yaml printing (#4845) 1 год назад
import_cpp.h 30c1530261 Support multiple `import Cpp library` in a single unit (#4814) 1 год назад
import_ref.cpp 3d39ab67bf Wrap lookup result in a new `ScopeLookupResult` (#4831) 1 год назад
import_ref.h 9c0faf007e Invalid comment cleanup (#4836) 1 год назад
inst_block_stack.cpp 6b5eb1a101 Id::Invalid -> Id::None (#4834) 1 год назад
inst_block_stack.h 9c0faf007e Invalid comment cleanup (#4836) 1 год назад
interface.cpp 5f888e1124 Treat associated constants as entities parameterized by Self (#4837) 1 год назад
interface.h 5f888e1124 Treat associated constants as entities parameterized by Self (#4837) 1 год назад
keyword_modifier_set.h 5f888e1124 Treat associated constants as entities parameterized by Self (#4837) 1 год назад
lexical_lookup.h 4148161e24 Refactor value store code to use separate files. (#4477) 1 год назад
literal.cpp 1cba3328f7 Finish removing BuiltinInstKind (#4637) 1 год назад
literal.h e4412a95dd Factor out machinery for forming int type literals. (#4616) 1 год назад
member_access.cpp 3d39ab67bf Wrap lookup result in a new `ScopeLookupResult` (#4831) 1 год назад
member_access.h 0b5d1101f9 Remove redundant optional wrapping llvm::function_ref (#4367) 1 год назад
merge.cpp 3d39ab67bf Wrap lookup result in a new `ScopeLookupResult` (#4831) 1 год назад
merge.h 9c0faf007e Invalid comment cleanup (#4836) 1 год назад
modifiers.cpp 6b5eb1a101 Id::Invalid -> Id::None (#4834) 1 год назад
modifiers.h b5a837aa89 Refactor modifier formatting to remove string passing. (#4418) 1 год назад
name_component.cpp 6b5eb1a101 Id::Invalid -> Id::None (#4834) 1 год назад
name_component.h 6b5eb1a101 Id::Invalid -> Id::None (#4834) 1 год назад
node_id_traversal.cpp 6b5eb1a101 Id::Invalid -> Id::None (#4834) 1 год назад
node_id_traversal.h 6b5eb1a101 Id::Invalid -> Id::None (#4834) 1 год назад
node_stack.cpp 138ecf108f Remove verbose formatting of instructions on crash messages. (#4495) 1 год назад
node_stack.h 5f888e1124 Treat associated constants as entities parameterized by Self (#4837) 1 год назад
operator.cpp efab39cbd9 Remove InstId::Builtin members (#4632) 1 год назад
operator.h 0b5d1101f9 Remove redundant optional wrapping llvm::function_ref (#4367) 1 год назад
param_and_arg_refs_stack.h c832d523be Update files and clang-tidy config to pass with clang-tidy-20 (#4691) 1 год назад
pattern_match.cpp 9c0faf007e Invalid comment cleanup (#4836) 1 год назад
pattern_match.h 9c0faf007e Invalid comment cleanup (#4836) 1 год назад
pending_block.h 891c7d8368 Enforce that the parse node for an instruction has the kind specified in the instruction definition (#4264) 1 год назад
pointer_dereference.cpp 0e92e6cc5a Switch TypeId::TypeType to TypeType::SingletonTypeId, and similar (#4619) 1 год назад
pointer_dereference.h d0e8afc51b Handle arrow operator (#3768) 2 лет назад
return.cpp 6b5eb1a101 Id::Invalid -> Id::None (#4834) 1 год назад
return.h 13434f0e8a Model `var` as a pattern operator (#4720) 1 год назад
scope_index.h 6b5eb1a101 Id::Invalid -> Id::None (#4834) 1 год назад
scope_stack.cpp 6b5eb1a101 Id::Invalid -> Id::None (#4834) 1 год назад
scope_stack.h 9c0faf007e Invalid comment cleanup (#4836) 1 год назад
sem_ir_diagnostic_converter.cpp 4ecf914a07 Make SemIRLoc data private to diagnostics (#4867) 1 год назад
sem_ir_diagnostic_converter.h 6b5eb1a101 Id::Invalid -> Id::None (#4834) 1 год назад
subst.cpp 6b5eb1a101 Id::Invalid -> Id::None (#4834) 1 год назад
subst.h 4a21b6af9b Basic support for implementing and using a parameterized interface. (#4203) 1 год назад