llvm-project
a2d353ea - [Support] Fix CRTP for GraphWriter (NFC) (#152811)

Commit
88 days ago
[Support] Fix CRTP for GraphWriter (NFC) (#152811) Commit 474bbc1 forgot to change the members of GraphWriterBase from private to protected. Because of this, GraphWriter can't be properly partially specialized using CRTP. This commit corrects that, allowing GraphWriterBase to be partially specialized using CRTP as intended.
Author
Parents
Loading