-
http://clang.llvm.org/docs/JSONCompilationDatabase.html
A couple of code analysis tools use this. For example https://code.woboq.org/
-
A useful enhancement to the arduino cli would be the option to generate a compile_commands.json file. This can be used by Microsoft's Visual Studio Code (vscode) application to configure the its' Int…
-
Clang doesn't format the files and throw errors that it failed to find imports from external libraries (I use cmake)
```console
#include "sherpa-onnx/c-api/c-api.h"
'sherpa-onnx/c-api/c-api.h' fi…
-
Thanks to the LiteX team for this great project!
#### Issue:
The current LiteX build system does not generate `compile_commands.json`, limiting functionality of language servers such as `clangd`, …
-
![图片](https://user-images.githubusercontent.com/30254405/221108712-46b00196-2628-4ebb-b4d2-d806b564d35e.png)
early_chip_init() function is defined in both files with the same name chip_customizat…
-
[//]: # (Thank you for reporting an issue for catkin_tools!)
[//]: # (Please fill out the details below so that your issue can be resolved quickly!)
[//]: # (If you want to suggest a feature or st…
-
when I compile source code of gcc, I found that content of compile_commands.json not contain asan. then I try to compile asan separately, and the result is the same.
-
## Checklist
* [X] Check that you have the GNU C Compiler installed by typing ```gcc --version``` into a terminal.
* [X] If you don't have the ```linter``` package installed, either update to the la…
-
Is it possible for build2 to generate a compile_commands.json file? I've seen tools like [compiledb](https://github.com/nickdiego/compiledb) and [bear](https://github.com/rizsotto/Bear), which generat…
-
## Description
The `c2rust` tool fails to translate valid C code that uses the post-increment operator (`j++`) inside a compound literal. This occurs even though the code is valid and compiles succ…