diff options
author | Baranov Victor <70346889+vbvictor@users.noreply.github.com> | 2025-03-03 08:14:27 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-03-03 13:14:27 +0800 |
commit | e9c8d42b895fe4934a149478788fa020bd69f7bf (patch) | |
tree | 58b34169931ecf68b66f2d5c0600b3e16d6e27e5 /llvm/lib/CodeGen/MachineScheduler.cpp | |
parent | c804e86f558a42f328946331af391d700747fa90 (diff) | |
download | llvm-e9c8d42b895fe4934a149478788fa020bd69f7bf.zip llvm-e9c8d42b895fe4934a149478788fa020bd69f7bf.tar.gz llvm-e9c8d42b895fe4934a149478788fa020bd69f7bf.tar.bz2 |
[clang-tidy] `misc-unused-using-decls`: add correct handling of `operator""` with template parametes (#129392)
Fixes false-positives when operator"" has template paremetes, e.g.
```cpp
template <char... Ts>
int operator""_r() {
return {};
}
```
Closes https://github.com/llvm/llvm-project/issues/53444.
---------
Co-authored-by: Congcong Cai <congcongcai0907@163.com>
Diffstat (limited to 'llvm/lib/CodeGen/MachineScheduler.cpp')
0 files changed, 0 insertions, 0 deletions