[PATCH] D131639: [OpenMP] Remove 'stdbool.h' from OpenMP header wrappers

Ivan Rodriguez via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Aug 25 10:29:29 PDT 2022


ivanrodriguez3753 added a comment.

They are defining their own `bool`, which aliases to the built-in `_Bool` (which is reserved, as you noted with `_[A-Z]`). I thought `bool` was fair game unless they included `stdbool.h`?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D131639



More information about the cfe-commits mailing list