diff options
author | Björn Svensson <bjorn.a.svensson@est.tech> | 2024-04-27 20:50:04 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-27 20:50:04 +0200 |
commit | 803cbcbc4029fc65188f6c1083a230341279b2d2 (patch) | |
tree | 9f85c9f3307232d897906f22a468ccb310104f0b /llvm/lib/Target/WebAssembly/WebAssemblyTargetMachine.cpp | |
parent | 738c135ee09de66a26805530d314c2f28d1eca02 (diff) | |
download | llvm-803cbcbc4029fc65188f6c1083a230341279b2d2.zip llvm-803cbcbc4029fc65188f6c1083a230341279b2d2.tar.gz llvm-803cbcbc4029fc65188f6c1083a230341279b2d2.tar.bz2 |
[clang-tidy] Enable C23 support in modernize-use-nullptr (#89990)
C23 introduces the `nullptr` constant similar to C++11 which means that
the checker `modernize-use-nullptr` can be used on C23 code as well.
This PR enables the checker to be run on C23 and adds testcases.
See N3042:
https://open-std.org/JTC1/SC22/WG14/www/docs/n3042.htm
Diffstat (limited to 'llvm/lib/Target/WebAssembly/WebAssemblyTargetMachine.cpp')
0 files changed, 0 insertions, 0 deletions