localspook wrote: > The warning warns on binary literals, but pre C23 code still compiles with > binary literals even though it is *invalid*.
Oh yeah, I think I picked a bad example; binary literals were only added in C23, but apparently everyone supports them as an extension in earlier versions https://github.com/llvm/llvm-project/pull/161023 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
