[clang] [clang] Avoid warnings about enum mismatch in ternary expressions. NFC. (PR #159338)
Corentin Jabot via cfe-commits
cfe-commits at lists.llvm.org
Wed Sep 17 05:47:47 PDT 2025
cor3ntin wrote:
I think it might be cleaner in that case to have two different if statements (one for isRegularKeywordAttribute and one for isDeclspecAttribute)
https://github.com/llvm/llvm-project/pull/159338
More information about the cfe-commits
mailing list