Some clients which want to track state need the information whether a template was instantiated and made invalid.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Looks like the in-tree consumers are fine with being called on invalid declarations (CodeGen bails out if any errors have occurred). I don't think there's any easy way to find if out-of-tree consumers will be OK with this, but it does seem reasonable to ensure that we pass all the tag definitions to the consumer, even if they're invalid.