This revision was automatically updated to reflect the committed changes.
Closed by commit rG4295ae96cdf2: [clang][modules] Use extensible RTTI for
ModuleFileExtension (authored by jansvoboda11).
Changed prior to commit:
https://reviews.llvm.org/D97702?vs=327163&id=328453#toc
Repository:
rG
artemcm accepted this revision.
artemcm added a comment.
This revision is now accepted and ready to land.
This looks good to me, thanks!
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D97702/new/
https://reviews.llvm.org/D97702
_
Bigcheese added a comment.
Looks fine to me, but it would be good for a Swift person to look at this patch.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D97702/new/
https://reviews.llvm.org/D97702
___
cf
jansvoboda11 created this revision.
jansvoboda11 added reviewers: Bigcheese, dexonsmith.
jansvoboda11 requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
Clang exposes an interface for extending the PCM/PCH file format:
`ModuleFileExtension`.