[PATCH] D79504: [Clang] Wrong return type of atomic_is_lock_free
Louis Dionne via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu May 7 09:05:21 PDT 2020
ldionne accepted this revision.
ldionne added a comment.
This revision is now accepted and ready to land.
Herald added a subscriber: dexonsmith.
This change LGTM, libc++ will keep working as-is since we assume the builtins return `bool` (I checked).
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D79504/new/
https://reviews.llvm.org/D79504
More information about the cfe-commits
mailing list