diff options
author | Julian Schmidt <44101708+5chmidti@users.noreply.github.com> | 2023-12-06 18:56:05 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-06 18:56:05 +0100 |
commit | 3f73fd774cf8fc2f288767ea077bfa351eb7aa80 (patch) | |
tree | fdcbf5608576093beb6a07f50848387910fdfbf8 /clang/unittests/Basic/SourceManagerTest.cpp | |
parent | f85a38e21cfa1d5723ab4af4b76fd7529f2688b2 (diff) | |
download | llvm-3f73fd774cf8fc2f288767ea077bfa351eb7aa80.zip llvm-3f73fd774cf8fc2f288767ea077bfa351eb7aa80.tar.gz llvm-3f73fd774cf8fc2f288767ea077bfa351eb7aa80.tar.bz2 |
[clang-tidy] add modernize-use-std-numbers (#66583)
Finds constants and function calls to math functions that can be
replaced with c++20's mathematical constants from the 'numbers'
header and offers fix-it hints.
Does not match the use of variables with that value, and instead,
offers a replacement at the definition of those variables.
Diffstat (limited to 'clang/unittests/Basic/SourceManagerTest.cpp')
0 files changed, 0 insertions, 0 deletions