diff options
| author | thegeorg <[email protected]> | 2026-06-09 05:53:56 +0300 |
|---|---|---|
| committer | thegeorg <[email protected]> | 2026-06-09 06:12:17 +0300 |
| commit | f1404c723fd7f57c7efe864194b9ee56102a6172 (patch) | |
| tree | 37b42b0a8d80eda00bb45ad3ae0c940b0b7d9988 /contrib/python/ipython/py2/IPython/consoleapp.py | |
| parent | 0a8949010be7923df4900ef1d2a4a1264174df87 (diff) | |
Ban bugprone-forward-declaration-namespace which gives false-positives a lot
```
contrib/restricted/abseil-cpp/absl/base/internal/low_level_scheduling.h:37:7:
error: no definition found for 'Mutex', but a definition with the same name 'Mutex'
found in another namespace 'engine' [bugprone-forward-declaration-namespace,-warnings-as-errors]
37 | class Mutex;
| ^
taxi/uservices/userver/core/include/userver/engine/mutex.hpp:28:7:
note: a definition of 'Mutex' is found here
28 | class Mutex final {
```
[Дока](https://clang.llvm.org/extra/clang-tidy/checks/bugprone/forward-declaration-namespace.html) также не показывает, почему это проблема.
[Греп](https://nda.ya.ru/t/zUk2T9GL7ekfWJ показывает, что почти все проверку отключают.
commit_hash:dfb4dda963bde4902387c980153bae9d2659d401
Diffstat (limited to 'contrib/python/ipython/py2/IPython/consoleapp.py')
0 files changed, 0 insertions, 0 deletions
