Commit Graph

2 Commits

Author SHA1 Message Date
Rintaro Ishizaki
a185d2137e [ASTPrinter] Print custom attributes only if it's accessible 2022-03-02 11:05:26 -08:00
Rintaro Ishizaki
b6119018d7 [SourceKit] Print custom attributes in interface-gen requests
Custom attributes were not printed because they are marked
'UserInaccesible'.

* Make CustomAttr 'RejectByParser' instead of 'UserInaccessible'
* Remove special treatment for Result Builder attributes
* Load implicit modules in module/header interface gen requests

rdar://79927502
2022-03-02 11:05:26 -08:00