Add a new frontend warning for referencing members from the handler of a...
Add a new frontend warning for referencing members from the handler of a constructor or destructor function-try-block, which is UB in C++. This corresponds to the CERT secure coding rule ERR53-CPP. llvm-svn: 246548
Loading
Please sign in to comment