diff options
author | Dipesh Sharma <76941383+dipeshs809@users.noreply.github.com> | 2025-01-27 20:00:53 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-01-27 09:30:53 -0500 |
commit | 54928a10c8dba7c07c6224c1ead5c02a335890e6 (patch) | |
tree | e1beeae09fb23b72740b909112c2d8aa0adbfd6f /llvm/lib/Transforms/Utils/InlineFunction.cpp | |
parent | f07505849c8e683bf8f444e205d3dd3284759b7d (diff) | |
download | llvm-54928a10c8dba7c07c6224c1ead5c02a335890e6.zip llvm-54928a10c8dba7c07c6224c1ead5c02a335890e6.tar.gz llvm-54928a10c8dba7c07c6224c1ead5c02a335890e6.tar.bz2 |
[clang] __STDC_NO_THREADS__ is no longer necessary for VS 2022 1939 and above (#117149)
Since `__STDC_NO_THREADS__` is a reserved identifier,
- If `MSVC version < 17.9`
- C version < C11(201112L)
- When `<threads.h>` is unavailable `!__has_include(<threads.h>)` is
`__has_include` is defined.
Closes #115529
Diffstat (limited to 'llvm/lib/Transforms/Utils/InlineFunction.cpp')
0 files changed, 0 insertions, 0 deletions