Jon Ross-Perkins
|
e7aebbe581
Update basic diagnostic capitalization/punctuation (#4328)
|
1 anno fa |
Richard Smith
|
187a3608df
Use `As` and `ImplicitAs` interfaces for conversions. (#4209)
|
1 anno fa |
Jon Ross-Perkins
|
99696b9812
Rename check handlers to HandleParseNode overloads. (#4121)
|
1 anno fa |
Chandler Carruth
|
8c64f0bfdd
Add `-Wmissing-prototypes` and fix issues it finds. (#4019)
|
1 anno fa |
Jon Ross-Perkins
|
5bb318cae6
Switch AddInst struct init style. (#4012)
|
1 anno fa |
Richard Smith
|
583f5aa508
Constant evaluation support for `if` expressions, `and`, and `or`. (#3840)
|
2 anni fa |
Richard Smith
|
2acdf6c358
Improve conversion to / from `BoolValue`. (#3821)
|
2 anni fa |
josh11b
|
f97a543395
Support implicit conversion from specific node IDs to node ID categories (#3799)
|
2 anni fa |
Richard Smith
|
cf361a83f3
Overloaded operator support. (#3796)
|
2 anni fa |
CJ Johnson
|
d0e8afc51b
Handle arrow operator (#3768)
|
2 anni fa |
Jon Ross-Perkins
|
86a7c9ff45
Rename parse_node -> node_id (#3760)
|
2 anni fa |
Jon Ross-Perkins
|
1bf4dc53d9
Add diagnostic support so that we can just pass in TypeId. (#3695)
|
2 anni fa |
Richard Smith
|
de2316bd0c
Fix crash when `and` or `or` appear outside a function. (#3633)
|
2 anni fa |
Richard Smith
|
aba3c47467
Constant evaluation for aggregate access. (#3625)
|
2 anni fa |
Richard Smith
|
d712bf12a6
Remove parse nodes from constants. (#3599)
|
2 anni fa |
Jon Ross-Perkins
|
f197219c10
Split parse nodes out from instructions because they're rarely used. (#3590)
|
2 anni fa |
josh11b
|
f5c34d62dd
Abbreviate "address" -> "addr" (#3580)
|
2 anni fa |
josh11b
|
48c986f52d
Start using typed parse node ids in the check stage (#3547)
|
2 anni fa |
Jon Ross-Perkins
|
7c7afc9e32
Split out infix and prefix operators to separate node kinds. (#3481)
|
2 anni fa |
Jacob Schneider
|
6419568142
Fully underline parse nodes in diagnostics. (#3442)
|
2 anni fa |
Jon Ross-Perkins
|
c4864aa2ff
Split out and/or operator handling from infix. (#3480)
|
2 anni fa |
Richard Smith
|
cef7eb5522
Simplify interface for getting an instruction from a type. (#3455)
|
2 anni fa |
Jon Ross-Perkins
|
8ace1dcb78
Remove BinaryOperatorAdd (#3469)
|
2 anni fa |
Richard Smith
|
332a368cee
Rename Parse::Node -> Parse::NodeId. (#3432)
|
2 anni fa |
josh11b
|
c89c452579
Abbreviate "Reference" -> "Ref", "Dereference" -> "Deref" (#3425)
|
2 anni fa |
josh11b
|
11ca083855
Use abbreviation "expr" instead of "expression" (#3375)
|
2 anni fa |
josh11b
|
7edfd8e02a
Rename `SemIR::Node` to `SemIR::Inst` (#3355)
|
2 anni fa |
Richard Smith
|
3ea3cc38b3
Support for `as` expressions. (#3348)
|
2 anni fa |
Jon Ross-Perkins
|
e6634d240f
Make SemIR::File access more terse. (#3331)
|
2 anni fa |
Jon Ross-Perkins
|
1d6298290f
Add more value store types to File. (#3317)
|
2 anni fa |