================
@@ -49,7 +49,7 @@ struct RegularException {
// --------------
----------------
zeyi2 wrote:
Could we add a new test like:
```c++
namespace std {
class exception {
public:
virtual ~exception();
};
}
struct RegularException : public std::exception {
RegularException(int);
};
void DestructorTest() {
RegularException(0);
}
```
https://github.com/llvm/llvm-project/pull/173748
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits