llvm-project
b3cc1929 - [NFC][Clang][ByteCode] Apply rule of three to Context and EvalIDScope (#193856)

Commit
38 days ago
[NFC][Clang][ByteCode] Apply rule of three to Context and EvalIDScope (#193856) Static analysis flagged these because they had destructor but did not define copy constructor or copy assignment. For `EvalIDScope` I defined them as deleted and was able to default the destructor for `Context`.
Author
Parents
Loading