Files
llvm-project/clang/lib/AST/ByteCode/Context.cpp
Shafik Yaghmour b3cc192996 [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`.
2026-04-24 10:31:56 -07:00

21 KiB