Richard Smith
|
10a198a9e6
Use the correct type for `Self` in generic classes and generic interfaces (#4087)
|
1 سال پیش |
Richard Smith
|
19c5596fd8
Build Generic objects for generic classes and interfaces. (#4086)
|
1 سال پیش |
Geoff Romer
|
5a8dfda4f0
Diagnose missing definitions in impl files (#4079)
|
1 سال پیش |
Richard Smith
|
9029cac727
Remove `inst_id` from the public interface of `ConstantId`. (#4053)
|
1 سال پیش |
Richard Smith
|
f772c1f5f3
More support for generic interfaces, aiming for parity with support for generic classes. (#4034)
|
1 سال پیش |
Jon Ross-Perkins
|
807a3f1370
Add namespace-scoped private keyword support. (#4026)
|
1 سال پیش |
Jon Ross-Perkins
|
d1862e829b
Add a macro for introducer tokens. (#4031)
|
1 سال پیش |
Richard Smith
|
7792e5fce3
Support out-of-line definitions of members of generic classes and interfaces. (#4029)
|
1 سال پیش |
Jon Ross-Perkins
|
0ffa5bf659
For modifiers, get the TokenKind from DeclKind instead of argument. (#4028)
|
1 سال پیش |
Jon Ross-Perkins
|
a910eda020
Switch decl_state to an arg for modifier functions (#4027)
|
1 سال پیش |
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 سال پیش |