| .. |
|
fuzzer_corpus
|
8bb33f96c3
Update some additional package rules where structure changed in #3963. (#3966)
|
1 年之前 |
|
testdata
|
9fefef162f
Add tests to catch untested diagnostics. (#4426)
|
1 年之前 |
|
BUILD
|
96964ee534
Implement basic bool and int formatting for diagnostics (#4411)
|
1 年之前 |
|
call.cpp
|
302aa1bb30
Remove uses of StringLiteral in format strings. (#4416)
|
1 年之前 |
|
call.h
|
187a3608df
Use `As` and `ImplicitAs` interfaces for conversions. (#4209)
|
1 年之前 |
|
check.cpp
|
302aa1bb30
Remove uses of StringLiteral in format strings. (#4416)
|
1 年之前 |
|
check.h
|
c5ada29ba9
Add filename and line number to function debug info metadata (#4243)
|
1 年之前 |
|
check_fuzzer.cpp
|
4845f40dff
Switch `CARBON_CHECK` to a format string API (#4285)
|
1 年之前 |
|
context.cpp
|
5bdeb010c8
Clean up format_provider uses (#4417)
|
1 年之前 |
|
context.h
|
d491387a98
Disallow creating instances of abstract classes (#4381)
|
1 年之前 |
|
convert.cpp
|
223c5cb04b
Restructure handling of runtime parameters (#4422)
|
1 年之前 |
|
convert.h
|
9d942f4633
Generate parameter pattern-match IR from pattern IR (#4388)
|
1 年之前 |
|
decl_introducer_state.h
|
4845f40dff
Switch `CARBON_CHECK` to a format string API (#4285)
|
1 年之前 |
|
decl_name_stack.cpp
|
9d942f4633
Generate parameter pattern-match IR from pattern IR (#4388)
|
1 年之前 |
|
decl_name_stack.h
|
9d942f4633
Generate parameter pattern-match IR from pattern IR (#4388)
|
1 年之前 |
|
deduce.cpp
|
684cda3d53
Don't deduce values for explicitly-specified generic bindings. (#4415)
|
1 年之前 |
|
deduce.h
|
9fadfb5e82
Basic support for argument deduction in generic `impl`s. (#4380)
|
1 年之前 |
|
diagnostic_helpers.h
|
b274622228
Improve infrastructure for formatting types in diagnostics. (#4374)
|
1 年之前 |
|
eval.cpp
|
302aa1bb30
Remove uses of StringLiteral in format strings. (#4416)
|
1 年之前 |
|
eval.h
|
3cb769a053
Rename "generic instance" to "specific" throughout the toolchain. (#4165)
|
1 年之前 |
|
function.cpp
|
d491387a98
Disallow creating instances of abstract classes (#4381)
|
1 年之前 |
|
function.h
|
4a21b6af9b
Basic support for implementing and using a parameterized interface. (#4203)
|
1 年之前 |
|
generic.cpp
|
223c5cb04b
Restructure handling of runtime parameters (#4422)
|
1 年之前 |
|
generic.h
|
223c5cb04b
Restructure handling of runtime parameters (#4422)
|
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
|
9d942f4633
Generate parameter pattern-match IR from pattern IR (#4388)
|
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
|
dc32aa2690
Initial support for binding patterns in SemIR (#4221)
|
1 年之前 |
|
handle_array.cpp
|
4ca711c175
When converting an expression to type `type`, retain the resulting instruction as well as the `TypeId`. (#4355)
|
1 年之前 |
|
handle_binding_pattern.cpp
|
223c5cb04b
Restructure handling of runtime parameters (#4422)
|
1 年之前 |
|
handle_call_expr.cpp
|
99696b9812
Rename check handlers to HandleParseNode overloads. (#4121)
|
1 年之前 |
|
handle_choice.cpp
|
99696b9812
Rename check handlers to HandleParseNode overloads. (#4121)
|
1 年之前 |
|
handle_class.cpp
|
223c5cb04b
Restructure handling of runtime parameters (#4422)
|
1 年之前 |
|
handle_codeblock.cpp
|
99696b9812
Rename check handlers to HandleParseNode overloads. (#4121)
|
1 年之前 |
|
handle_export.cpp
|
dc32aa2690
Initial support for binding patterns in SemIR (#4221)
|
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
|
223c5cb04b
Restructure handling of runtime parameters (#4422)
|
1 年之前 |
|
handle_if_expr.cpp
|
99696b9812
Rename check handlers to HandleParseNode overloads. (#4121)
|
1 年之前 |
|
handle_if_statement.cpp
|
4845f40dff
Switch `CARBON_CHECK` to a format string API (#4285)
|
1 年之前 |
|
handle_impl.cpp
|
223c5cb04b
Restructure handling of runtime parameters (#4422)
|
1 年之前 |
|
handle_import_and_package.cpp
|
2d3842fc06
Implement 'extern library' support for functions. (#4220)
|
1 年之前 |
|
handle_index.cpp
|
b274622228
Improve infrastructure for formatting types in diagnostics. (#4374)
|
1 年之前 |
|
handle_interface.cpp
|
223c5cb04b
Restructure handling of runtime parameters (#4422)
|
1 年之前 |
|
handle_let_and_var.cpp
|
dc32aa2690
Initial support for binding patterns in SemIR (#4221)
|
1 年之前 |
|
handle_literal.cpp
|
2a36ff611d
Remove a couple std::string uses in diagnostics. (#4421)
|
1 年之前 |
|
handle_loop_statement.cpp
|
e7aebbe581
Update basic diagnostic capitalization/punctuation (#4328)
|
1 年之前 |
|
handle_match.cpp
|
99696b9812
Rename check handlers to HandleParseNode overloads. (#4121)
|
1 年之前 |
|
handle_modifier.cpp
|
e7aebbe581
Update basic diagnostic capitalization/punctuation (#4328)
|
1 年之前 |
|
handle_name.cpp
|
b274622228
Improve infrastructure for formatting types in diagnostics. (#4374)
|
1 年之前 |
|
handle_named_constraint.cpp
|
99696b9812
Rename check handlers to HandleParseNode overloads. (#4121)
|
1 年之前 |
|
handle_namespace.cpp
|
dc32aa2690
Initial support for binding patterns in SemIR (#4221)
|
1 年之前 |
|
handle_noop.cpp
|
4845f40dff
Switch `CARBON_CHECK` to a format string API (#4285)
|
1 年之前 |
|
handle_operator.cpp
|
b274622228
Improve infrastructure for formatting types in diagnostics. (#4374)
|
1 年之前 |
|
handle_paren_expr.cpp
|
99696b9812
Rename check handlers to HandleParseNode overloads. (#4121)
|
1 年之前 |
|
handle_pattern_list.cpp
|
db022658c6
Implement syntactic merge checks for parameters. (#4149)
|
1 年之前 |
|
handle_return_statement.cpp
|
99696b9812
Rename check handlers to HandleParseNode overloads. (#4121)
|
1 年之前 |
|
handle_struct.cpp
|
2a36ff611d
Remove a couple std::string uses in diagnostics. (#4421)
|
1 年之前 |
|
handle_tuple_literal.cpp
|
99696b9812
Rename check handlers to HandleParseNode overloads. (#4121)
|
1 年之前 |
|
handle_where.cpp
|
6dbeda612a
`where` check stage, step 3: some type checking (#4364)
|
1 年之前 |
|
impl.cpp
|
568ad197d1
Track the instruction used to name the type and constraint in an impl. (#4368)
|
1 年之前 |
|
impl.h
|
abf23ae7fe
Initial scaffolding for building a witness table for an `impl`. (#3743)
|
2 年之前 |
|
import.cpp
|
e7aebbe581
Update basic diagnostic capitalization/punctuation (#4328)
|
1 年之前 |
|
import.h
|
7ded56ef35
Improve namespace handling in imports. (#4153)
|
1 年之前 |
|
import_ref.cpp
|
9d942f4633
Generate parameter pattern-match IR from pattern IR (#4388)
|
1 年之前 |
|
import_ref.h
|
326609857d
Rename BindNameInfo to EntityName (#4090)
|
1 年之前 |
|
inst_block_stack.cpp
|
4845f40dff
Switch `CARBON_CHECK` to a format string API (#4285)
|
1 年之前 |
|
inst_block_stack.h
|
dfed743de2
Add vtable pointers to class layout (#4407)
|
1 年之前 |
|
interface.cpp
|
891c7d8368
Enforce that the parse node for an instruction has the kind specified in the instruction definition (#4264)
|
1 年之前 |
|
interface.h
|
33c1e9ca95
Add an associated entity instruction and corresponding type for interface elements. (#3730)
|
2 年之前 |
|
keyword_modifier_set.h
|
8fa173b58a
Add `explicit` to match style, appease clang-tidy (#4296)
|
1 年之前 |
|
lexical_lookup.h
|
4845f40dff
Switch `CARBON_CHECK` to a format string API (#4285)
|
1 年之前 |
|
member_access.cpp
|
223c5cb04b
Restructure handling of runtime parameters (#4422)
|
1 年之前 |
|
member_access.h
|
0b5d1101f9
Remove redundant optional wrapping llvm::function_ref (#4367)
|
1 年之前 |
|
merge.cpp
|
e3950298cf
Update for llvm::formatv changes (#4427)
|
1 年之前 |
|
merge.h
|
9d942f4633
Generate parameter pattern-match IR from pattern IR (#4388)
|
1 年之前 |
|
modifiers.cpp
|
b5a837aa89
Refactor modifier formatting to remove string passing. (#4418)
|
1 年之前 |
|
modifiers.h
|
b5a837aa89
Refactor modifier formatting to remove string passing. (#4418)
|
1 年之前 |
|
name_component.cpp
|
9d942f4633
Generate parameter pattern-match IR from pattern IR (#4388)
|
1 年之前 |
|
name_component.h
|
9d942f4633
Generate parameter pattern-match IR from pattern IR (#4388)
|
1 年之前 |
|
node_stack.cpp
|
4845f40dff
Switch `CARBON_CHECK` to a format string API (#4285)
|
1 年之前 |
|
node_stack.h
|
568ad197d1
Track the instruction used to name the type and constraint in an impl. (#4368)
|
1 年之前 |
|
operator.cpp
|
0b5d1101f9
Remove redundant optional wrapping llvm::function_ref (#4367)
|
1 年之前 |
|
operator.h
|
0b5d1101f9
Remove redundant optional wrapping llvm::function_ref (#4367)
|
1 年之前 |
|
param_and_arg_refs_stack.h
|
65d6e3e221
Use verbose formatting of instructions on crash messages. (#4125)
|
1 年之前 |
|
pattern_match.cpp
|
223c5cb04b
Restructure handling of runtime parameters (#4422)
|
1 年之前 |
|
pattern_match.h
|
9d942f4633
Generate parameter pattern-match IR from pattern IR (#4388)
|
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
|
8c64f0bfdd
Add `-Wmissing-prototypes` and fix issues it finds. (#4019)
|
1 年之前 |
|
pointer_dereference.h
|
d0e8afc51b
Handle arrow operator (#3768)
|
2 年之前 |
|
return.cpp
|
b274622228
Improve infrastructure for formatting types in diagnostics. (#4374)
|
1 年之前 |
|
return.h
|
86a7c9ff45
Rename parse_node -> node_id (#3760)
|
2 年之前 |
|
scope_index.h
|
f4a741903f
Add import support for remaining decl types. (#3651)
|
2 年之前 |
|
scope_stack.cpp
|
87678cc374
Disallow compile time bindings where they aren't clearly supported. (#4338)
|
1 年之前 |
|
scope_stack.h
|
87678cc374
Disallow compile time bindings where they aren't clearly supported. (#4338)
|
1 年之前 |
|
sem_ir_diagnostic_converter.cpp
|
b274622228
Improve infrastructure for formatting types in diagnostics. (#4374)
|
1 年之前 |
|
sem_ir_diagnostic_converter.h
|
c5ada29ba9
Add filename and line number to function debug info metadata (#4243)
|
1 年之前 |
|
subst.cpp
|
9d942f4633
Generate parameter pattern-match IR from pattern IR (#4388)
|
1 年之前 |
|
subst.h
|
4a21b6af9b
Basic support for implementing and using a parameterized interface. (#4203)
|
1 年之前 |