-
| | |
|--------------------|----|
| Bugzilla Link | [PR40314](https://bugs.llvm.org/show_bug.cgi?id=40314) |
| Status | NEW |
| Importance | P normal |
|…
-
Hi, how can you turn on --fix with clang-tidy
-
| | |
|--------------------|----|
| Bugzilla Link | [PR42929](https://bugs.llvm.org/show_bug.cgi?id=42929) |
| Status | NEW |
| Importance | P normal |
|…
-
I'm using clang 14.0.0. Docs at https://releases.llvm.org/14.0.0/tools/clang/tools/extra/docs/clang-tidy/checks/list.html show check misc-definitions-in-headers as having a fix available, but I don't …
-
I have not found any way to fix code like this without suppressing with `NOLINT` or similar.
```cpp
#include
// Including this triggers:
// inclusion of deprecated C++ header 'string.h'; co…
-
Originally reported here: https://github.com/microsoft/vscode-cpptools/issues/9978
I am using clang-tidy with VSCode cpptools extension and I got the following error in the log:
> PLEASE submit …
-
e.g.
```
class MyClass
{
void some_function(std::string && /*IHaveNoNameButIMustBeMoved*/) // warning: rvalue reference parameter '' is never moved from inside the function body [cppcoreguide…
-
This looks like an easy one. The PR was approved but the author never came back to fix clang-tidy warnings. Here is the PR: https://github.com/ros-planning/moveit2/pull/1183
-
Considering add code format check by using:
- [x] clang-format/clang-format-diff
- [ ] cppchecker
- [x] clang-tidy
And add a makefile target.
-
`a.cpp`:
```
#include
void func(const int& a, const int b, int c) {
std::cout