[all-commits] [llvm/llvm-project] 1c417d: Remove uses of ATOMIC_VAR_INIT
Fangrui Song via All-commits
all-commits at lists.llvm.org
Fri Feb 24 13:43:26 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1c417da0f0605e027eb02fb4108d08397b566c3b
https://github.com/llvm/llvm-project/commit/1c417da0f0605e027eb02fb4108d08397b566c3b
Author: Fangrui Song <i at maskray.me>
Date: 2023-02-24 (Fri, 24 Feb 2023)
Changed paths:
M lldb/test/API/tools/lldb-server/vCont-threads/main.cpp
M llvm/lib/Support/PrettyStackTrace.cpp
M llvm/lib/Support/Unix/Signals.inc
Log Message:
-----------
Remove uses of ATOMIC_VAR_INIT
ATOMIC_VAR_INIT has a trivial definition `#define ATOMIC_VAR_INIT(value) (value)`,
is deprecated in C17/C++20, and will be removed in newer standards.
More information about the All-commits
mailing list