nickdesaulniers added inline comments.

================
Comment at: clang/test/Preprocessor/macro-reserved.c:19
 #undef __STDC_HOSTED__ // expected-warning {{undefining builtin macro}}
+#undef __INT32_TYPE__
 
----------------
Please add tests for the rest of https://reviews.llvm.org/D144654#4381893. 
AFAICT, `i386` requires `-m32` to be defined in the first place.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D151741

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

Reply via email to