-
Please implement directory recursion for Clang-Format. This helps to quickly format large C/C++ project directories.
As a workaround, UNIX users can write a custom shell script. But that would forc…
-
| | |
|--------------------|----|
| Bugzilla Link | [PR35408](https://bugs.llvm.org/show_bug.cgi?id=35408) |
| Status | NEW |
| Importance | P enhancemen…
-
I am working with a c++ project where the headers have a ".h" file extension
clang-tidy recognizes these headers as c headers and gives errors on c++ commands (e.g., #include )
how can I set cla…
-
In the Diagnostics.cpp file of the clangd module in LLVM, there is a function called getDiagnosticDocURI that retrieves the URL address of a rule check. The code is as follows:
` case Diag::ClangTidy…
-
### Zig Version
0.13.0
## System information
```
windows: Version 10.0.19045.4529 64-bit
msvc build tools: 16.11.38
````
### Steps to Reproduce and Observed Behavior
src/main.zig
````…
-
When attempting to add a new check in a new (uninitialized) module, the script will continuously fail. Likewise, the script will fail if a `CMakeLists.txt` file is not present and properly boilerplate…
-
I recently created a .clang-format file that helps with general formatting of .cpp and .h files to follow our coding guidelines. This issue is dedicated to creating a similar file callled .clang-tidy …
-
| | |
| --- | --- |
| Bugzilla Link | [18857](https://llvm.org/bz18857) |
| Version | unspecified |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @tetsuo-cpp,@EugeneZelenko,@LegalizeA…
-
When applying pragma packed in a struct definition, clang-tidy gives the following error:
Declaration of anonymous struct must be a definition - clang(anon_type_definition)
Declaration does not decl…
-
| | |
| --- | --- |
| Bugzilla Link | [45356](https://llvm.org/bz45356) |
| Version | unspecified |
| OS | Windows NT |
| CC | @atnnn,@Ivan171,@mizvekov |
## Extended Description
It does not seem …