Jon Ross-Perkins
|
a910eda020
Switch decl_state to an arg for modifier functions (#4027)
|
1 gadu atpakaļ |
Chandler Carruth
|
8c64f0bfdd
Add `-Wmissing-prototypes` and fix issues it finds. (#4019)
|
1 gadu atpakaļ |
Jon Ross-Perkins
|
d9c62b106d
Rename enclosing scope to parent scope (#4020)
|
1 gadu atpakaļ |
Jon Ross-Perkins
|
5bb318cae6
Switch AddInst struct init style. (#4012)
|
1 gadu atpakaļ |
Richard Smith
|
28cefe98df
Factor out pushing / popping of names plus parameters. (#4005)
|
1 gadu atpakaļ |
Jon Ross-Perkins
|
b5d28f2c4b
location -> loc abbreviation (#3826)
|
2 gadi atpakaļ |
Jon Ross-Perkins
|
1c673041f0
Provide locations for indirectly imported instructions. (#3811)
|
2 gadi atpakaļ |
Jon Ross-Perkins
|
b079acd86f
Replace NodeId with a hybrid LocationId in SemIR diagnostics. (#3810)
|
2 gadi atpakaļ |
Jon Ross-Perkins
|
86a7c9ff45
Rename parse_node -> node_id (#3760)
|
2 gadi atpakaļ |
Jon Ross-Perkins
|
1f764c8cf1
Implement merging of namespace declarations. (#3647)
|
2 gadi atpakaļ |
Jon Ross-Perkins
|
91f0c23124
Provide diagnostic locations for imported namespaces. (#3640)
|
2 gadi atpakaļ |
Richard Smith
|
906346cf35
Ensure we evaluate instructions created in uncommon ways. (#3598)
|
2 gadi atpakaļ |
Jon Ross-Perkins
|
f197219c10
Split parse nodes out from instructions because they're rarely used. (#3590)
|
2 gadi atpakaļ |
Jon Ross-Perkins
|
cad4605dad
Add imports of enclosing scopes. (#3575)
|
2 gadi atpakaļ |
josh11b
|
48c986f52d
Start using typed parse node ids in the check stage (#3547)
|
2 gadi atpakaļ |
Jon Ross-Perkins
|
3d661c96f3
Handle out-of-line declarations. (#3536)
|
2 gadi atpakaļ |
josh11b
|
23c7d7dd99
Underline the complete declaration in diagnostics (#3508)
|
2 gadi atpakaļ |
Jon Ross-Perkins
|
9b194a31c9
Support modifiers on namespace, in theory. (#3462)
|
2 gadi atpakaļ |
Richard Smith
|
332a368cee
Rename Parse::Node -> Parse::NodeId. (#3432)
|
2 gadi atpakaļ |
josh11b
|
5020fdb3be
Use abbreviation "decl" instead of "declaration" (#3382)
|
2 gadi atpakaļ |
Richard Smith
|
3bee8932a9
Rework name lookup to handle non-lexical scoping. (#3354)
|
2 gadi atpakaļ |
josh11b
|
7edfd8e02a
Rename `SemIR::Node` to `SemIR::Inst` (#3355)
|
2 gadi atpakaļ |
Jon Ross-Perkins
|
e6634d240f
Make SemIR::File access more terse. (#3331)
|
2 gadi atpakaļ |
Jon Ross-Perkins
|
1d6298290f
Add more value store types to File. (#3317)
|
2 gadi atpakaļ |
Richard Smith
|
a46e7dd967
Remove most of the metaprogramming in node.h in favor of listing all the members in the typed node structs. (#3310)
|
2 gadi atpakaļ |
Richard Smith
|
69353ed271
Basic support for incomplete types. (#3302)
|
2 gadi atpakaļ |
josh11b
|
8d0831f431
Made function and namespace nodes typed to remove a crash (#3285)
|
2 gadi atpakaļ |
Richard Smith
|
c7a9e29a89
Add typed nodes to SemIR. (#3280)
|
2 gadi atpakaļ |
Jon Ross-Perkins
|
1c748c0f14
Split semantics into check and sem_ir directories (#3176)
|
2 gadi atpakaļ |