tbaeder marked 2 inline comments as done.
tbaeder added inline comments.

================
Comment at: clang/lib/Headers/stdbool.h:16
 /* Don't define bool, true, and false in C++, except as a GNU extension. */
 #ifndef __cplusplus
 #define bool _Bool
----------------
aaron.ballman wrote:
> We're inside an `#if __STDC_VERSION__` check here, so I think this will now 
> always evaluate to true.
Not being able to indent preprocessor directives at all makes this pretty hard 
to read, but it should work like this.


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

https://reviews.llvm.org/D120244

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

Reply via email to