-
Is it possible to turn off features from the extension? For example, if I *only* want `clang-tidy` there's a lot of extra functionality included that it's not clear how to turn off.
-
| | |
|--------------------|----|
| Bugzilla Link | [PR47721](https://bugs.llvm.org/show_bug.cgi?id=47721) |
| Status | NEW |
| Importance | P enhancemen…
-
| | |
| --- | --- |
| Bugzilla Link | [48356](https://llvm.org/bz48356) |
| Version | unspecified |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
The following mini…
-
Please describe the problem.
For hints on what information is helpful, see: https://clangd.llvm.org/troubleshooting.html
If you can, provide a minimal chunk of code that shows the problem (either …
-
## Motivation
As everyone already knows, StarRocks is a fast database, but it has a relatively slow compilation process.
The primary factor contributing to the long compile times is the use of C++…
-
Environment: MacOSX 13, VSCode with the clangd 15.0.6 plugin, CMake project generated compile_commands.json file.
clangd complains on every `TEST`, `TEST_F`, etc. GoogleTest macro, even though runn…
-
I have also this issue since some weeks.
```
cpptools
8/22/2024, 3:51:00 PM
SIGSEGV
code_analysis::process_async::cleanup() const+767
code_analysis::process_async::main()+1419
…
-
I'm trying to use clangd to make CI test better with C++ code. It has both clang-tidy and clang-format incorporated in clangd.
But when I use the clangd in the command line, using:
> clangd --co…
-
`clang-tidy -checks=performance-avoid-endl -fix` converts `std::endl` to `'\n'` even when preceded by another constant string.
# Minimum Test case:
```
#include
void foo() {
std::cerr
-
Section 3.3 of the specification states "No non-source-code files will should be placed or generated in any subdirectories of a source directory." however this conflicts with the requirements of some …