-
Run clang tidy format to make the code more readible
-
**Version/Branch of Dear ImGui:**
Version: v1.75 WIP
Branch: master
**Back-end/Renderer/Compiler/OS**
Back-ends: imgui_impl_sdl2.cpp + imgui_impl_opengl3.cpp using gl3w
Compiler:
```
$ …
-
List of existing clang-tidy checks: https://clang.llvm.org/extra/clang-tidy/checks/list.html
We can add some new checks, similar to `readability-function-cognitive-complexity`
Also, maybe we can…
-
| | |
| --- | --- |
| Bugzilla Link | [49986](https://llvm.org/bz49986) |
| Version | trunk |
| OS | Linux |
| CC | @steakhal,@devincoughlin,@mame98,@haoNoQ,@SavchenkoValeriy |
## Extended Descript…
-
FAILED: utils/general_utils/CMakeFiles/gen_utils.dir/http_utils.cpp.obj
"C:\Program Files\Microsoft Visual Studio\2022\Professional\Common7\IDE\CommonExtensions\Microsoft\CMake\CMake\bin\cmake.e…
-
| | |
|--------------------|----|
| Bugzilla Link | [PR34114](https://bugs.llvm.org/show_bug.cgi?id=34114) |
| Status | NEW |
| Importance | P normal |
|…
-
Clang-tidy tools reported some coding guideline violation issue, we need fix that.
-
| | |
| --- | --- |
| Bugzilla Link | [39884](https://llvm.org/bz39884) |
| Version | 7.0 |
| OS | Linux |
| CC | @devincoughlin |
## Extended Description
Hi All,
I run analysis on a piece of code…
-
Consider the following example: https://godbolt.org/z/jE8Yc7sz6
```c++
using Type = int;
struct Base {
virtual Type fooType(Type x);
virtual int fooInt(int x);
};
struct Derived : Base …
-
If I try to apply the fix provided by the clang-tidy check `modernize-use-default-member-init` in Visual Studio Code, the resulting code is not satisfying. When I apply the same fix running clang-tidy…