erichkeane added inline comments.

================
Comment at: clang/utils/TableGen/ClangAttrEmitter.cpp:65
-    bool Unset;
-    K = Spelling.getValueAsBitOrUnset("KnownToGCC", Unset);
   }
----------------
aaron.ballman wrote:
> erichkeane wrote:
> > Doesn't this result in 'K' being uninitialized now?  
> `K` is still being initialized by the ctor init list above on line 56.
Isn't that in a different constructor?


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D80836/new/

https://reviews.llvm.org/D80836



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to