diff options
author | Mike Crowe <mac@mcrowe.com> | 2023-03-12 13:28:33 +0000 |
---|---|---|
committer | Piotr Zegar <piotr.zegar@nokia.com> | 2023-03-12 13:32:05 +0000 |
commit | f9dc14cf1f7eadffa7b11b86aaeaee5af26a21c0 (patch) | |
tree | 8084a626fb5f6c23368aeca38d55245ffde93294 /llvm/lib/Target/AMDGPU/AMDGPUMachineFunction.cpp | |
parent | b53ea2b9c5ac252fa417f5fe76ce805bb09ed1ab (diff) | |
download | llvm-f9dc14cf1f7eadffa7b11b86aaeaee5af26a21c0.zip llvm-f9dc14cf1f7eadffa7b11b86aaeaee5af26a21c0.tar.gz llvm-f9dc14cf1f7eadffa7b11b86aaeaee5af26a21c0.tar.bz2 |
[clang-tidy] Make readability-string-compare check use <string> header
Improve the generic <string> header by adding another constructor,
std::basic_string::empty and operator!= overload set so that it can be
used to replace the custom implementation in the
readability-string-compare check.
Depends on D145311
Reviewed By: PiotrZSL
Differential Revision: https://reviews.llvm.org/D145312
Diffstat (limited to 'llvm/lib/Target/AMDGPU/AMDGPUMachineFunction.cpp')
0 files changed, 0 insertions, 0 deletions