[clang] Clang/Preprocessor: Support short circuit in directive (PR #123912)
Fabian Ritter via cfe-commits
cfe-commits at lists.llvm.org
Wed Jan 22 07:06:29 PST 2025
ritter-x2a wrote:
I think it would be more useful in practice if the deprecation warnings respected lazy evaluation, as the PR suggests, but it's worth noting that this deviates from the C Standard, which specifies that macros are replaced first, before short-circuit evaluation takes place.
https://github.com/llvm/llvm-project/pull/123912
More information about the cfe-commits
mailing list