[PATCH] D80836: Support GCC [[gnu::attributes]] in C2x mode
Erich Keane via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Jun 1 06:23:35 PDT 2020
erichkeane added inline comments.
================
Comment at: clang/utils/TableGen/ClangAttrEmitter.cpp:65
- bool Unset;
- K = Spelling.getValueAsBitOrUnset("KnownToGCC", Unset);
}
----------------
Doesn't this result in 'K' being uninitialized now?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D80836/new/
https://reviews.llvm.org/D80836
More information about the cfe-commits
mailing list