EHScopeStack doesn't seem to be intended for copy. It frees memory in
the destructor and doesn't have user-written copy c'tor and assignment
operator, so delete them to avoid using default ones which would do
wrong.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo