diff options
author | Congcong Cai <congcongcai0907@163.com> | 2025-02-27 19:36:24 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-02-27 19:36:24 +0800 |
commit | 56762b7ace0596404e5ae271f278cf7540b374f2 (patch) | |
tree | 7290285d3ac674a23ba7f3c1375c95946759072b /clang/lib/CodeGen/CodeGenModule.cpp | |
parent | 7b263faf165df7dc647acae435cf9c47bdee4d1f (diff) | |
download | llvm-56762b7ace0596404e5ae271f278cf7540b374f2.zip llvm-56762b7ace0596404e5ae271f278cf7540b374f2.tar.gz llvm-56762b7ace0596404e5ae271f278cf7540b374f2.tar.bz2 |
[clang-tidy] Add new check bugprone-unintended-char-ostream-output (#127720)
It wants to find unintended character output from `uint8_t` and `int8_t`
to an ostream.
e.g.
```c++
uint8_t v = 9;
std::cout << v;
```
---------
Co-authored-by: whisperity <whisperity@gmail.com>
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.cpp')
0 files changed, 0 insertions, 0 deletions