dwblaikie wrote:

Could probably adjust the assertions to be `assert (debug || whatever)` rather 
than `if (!debug) assert(whatever)`.

My understanding/expectation was that these assertions would be removed 
entirely - that whatever generated the AST should just be trusted, whether it's 
the debugger or the compiler frontend... but I'll certainly leave it up to 
@AaronBallman as to where he thinks the right tradeoff/sweetspot is.

https://github.com/llvm/llvm-project/pull/93809
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to