[clang] nonblocking/nonallocating attributes: 2nd pass caller/callee analysis (PR #99656)
Jon Roelofs via cfe-commits
cfe-commits at lists.llvm.org
Thu Jul 25 09:36:54 PDT 2024
================
@@ -4699,7 +4699,7 @@ class FunctionEffect {
private:
LLVM_PREFERRED_TYPE(Kind)
- unsigned FKind : 3;
+ uint8_t FKind : 3;
----------------
jroelofs wrote:
"no functional change"
https://llvm.org/docs/Lexicon.html#n
https://github.com/llvm/llvm-project/pull/99656
More information about the cfe-commits
mailing list