Chandler Carruth
|
8c64f0bfdd
Add `-Wmissing-prototypes` and fix issues it finds. (#4019)
|
1 年間 前 |
Jon Ross-Perkins
|
d9c62b106d
Rename enclosing scope to parent scope (#4020)
|
1 年間 前 |
Jon Ross-Perkins
|
517a416852
Clean up some misc toolchain braced inits. (#4013)
|
1 年間 前 |
Jon Ross-Perkins
|
5bb318cae6
Switch AddInst struct init style. (#4012)
|
1 年間 前 |
Jon Ross-Perkins
|
7e81c1710e
Refactor modifier fetching of enclosing scopes to avoid duplicate calls. (#4010)
|
1 年間 前 |
Richard Smith
|
28cefe98df
Factor out pushing / popping of names plus parameters. (#4005)
|
1 年間 前 |
Jon Ross-Perkins
|
512583d744
Refactor KeywordModifierSet to provide a class API (#4003)
|
1 年間 前 |
Jon Ross-Perkins
|
73f8490660
On NameContext, rename enclosing_scope and target_scope_id. (#3948)
|
1 年間 前 |
Geoff Romer
|
c7e4cb2c76
Don't attempt to merge multiple class definitions. (#3947)
|
2 年 前 |
Jon Ross-Perkins
|
76471cf701
Move decl-specific merge logic back to respective handlers. (#3937)
|
2 年 前 |
Richard Smith
|
9783d44fed
Add a GenericClassType as the type of the name of a generic class. (#3935)
|
2 年 前 |
Jon Ross-Perkins
|
292a9d3cb4
Replace ResolvePrevInstForMerge with decl logic. (#3936)
|
2 年 前 |
Richard Smith
|
d5c0c9cfe3
Accept generic parameter lists in class declarations. (#3933)
|
2 年 前 |
Jon Ross-Perkins
|
92fa0ac1ac
Remove ImportRefUsed (#3934)
|
2 年 前 |
Jon Ross-Perkins
|
f9a4371aca
Refactor name addition, particularly for associated entities. (#3924)
|
2 年 前 |
Jon Ross-Perkins
|
377262d358
Remove ExternDecl and ExternType (#3909)
|
2 年 前 |
Jon Ross-Perkins
|
5694dd152e
Add ExternDecl and ExternType for extern classes. (#3893)
|
2 年 前 |
Jon Ross-Perkins
|
db324c7247
Initial, extern-ignoring support for extern class decls. (#3891)
|
2 年 前 |
Richard Smith
|
462bcd9f6e
Support explicit conversion between adapters and their adapted types. (#3889)
|
2 年 前 |
Richard Smith
|
28ceb4dd4e
Basic check support for adapters. (#3874)
|
2 年 前 |
Richard Smith
|
c5b7ff212b
Parsing support for `adapt` declarations. (#3871)
|
2 年 前 |
Richard Smith
|
f9ce0b194d
Defer parsing of method bodies until the end of a suitable enclosing scope. (#3832)
|
2 年 前 |
Jon Ross-Perkins
|
1c673041f0
Provide locations for indirectly imported instructions. (#3811)
|
2 年 前 |
Jon Ross-Perkins
|
86a7c9ff45
Rename parse_node -> node_id (#3760)
|
2 年 前 |
Jon Ross-Perkins
|
096daecc57
Add framework for the extern keyword. (#3755)
|
2 年 前 |
Jon Ross-Perkins
|
9ff20928a2
Offer GetTypeIdForTypeInst (#3742)
|
2 年 前 |
Richard Smith
|
67d5446b03
Add `Self` to the name scope for a class. (#3736)
|
2 年 前 |
Jon Ross-Perkins
|
abe8ce6653
Add support for importing interfaces. (#3726)
|
2 年 前 |
Jon Ross-Perkins
|
364ea5d3f2
Assign a constant to ClassDecl/InterfaceDecl for name references. (#3722)
|
2 年 前 |
Jon Ross-Perkins
|
7e7e87056a
Add diagnostic support to pass in NameId. (#3696)
|
2 年 前 |