llvm-project
810ba55d
- [CycleInfo] Support forward declarations (#187029)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
39 days ago
[CycleInfo] Support forward declarations (#187029) Use a class instead of an alias, so that CycleInfo can be forward-declared. We can't do the same for Cycle without further changes (a LoopInfo like CRTP scheme).
References
#187029 - [CycleInfo] Support forward declarations
Author
nikic
Parents
832c9594
Loading