[all-commits] [llvm/llvm-project] 9aee35: [Clang] Fix the incorrect return type of atomic_is...
Kamlesh Kumar via All-commits
all-commits at lists.llvm.org
Mon May 11 07:51:12 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 9aee35bcc90faa9db3ea0111c0a80ebee7446cac
https://github.com/llvm/llvm-project/commit/9aee35bcc90faa9db3ea0111c0a80ebee7446cac
Author: Kamlesh Kumar <kamleshbhalui at gmail.com>
Date: 2020-05-11 (Mon, 11 May 2020)
Changed paths:
M clang/include/clang/Basic/Builtins.def
M clang/test/CodeGen/atomic-ops.c
M clang/test/CodeGen/big-atomic-ops.c
Log Message:
-----------
[Clang] Fix the incorrect return type of atomic_is_lock_free
Fixing the return type of atomic_is_lock_free as per
https://en.cppreference.com/w/c/atomic/atomic_is_lock_free
Differential Revision: https://reviews.llvm.org/D79504
More information about the All-commits
mailing list