-
I've thought about some features for JSONMaestro a little bit
- JSON Serialization/Deserialization
- Able to use JSON5
- Compliant with ECMA262
- Able to parse partial and or faulty strings
- …
-
I have an Xcode C++ project and have been using `xcpretty` to create a `compile_commands.json`. This works fine with clangd, but not with SonarCloud. [According to them](https://sonarsource.atlassian.…
-
### Feature Request
Add support for `${command:}` in c_cpp_properties.json.
The rationale is that the CMake extension exposes a command like `${command:cmake.buildDirectory}`. This can later be used…
-
First of all, thanks for the tool!
I am wondering if it would be possible to have a commandline parameter that makes bear update the output compile_commands.json incrementally during the build instea…
-
Issue: C++17 is not enabled when `compilation.commands_dir` is set, even if `compile_commands.json` contain the corresponding compile flag.
Consider the following CMake project, configured with `-D…
-
How does cquery act for source files which are not included in `compile_commands.json`? I noticed that when I'm opening such files, cquery generates a lot of diagnostics (probably by compiling without…
-
https://github.com/ruthenium96/july/blob/a5111284a37e6474dd11171700ef51350af6069e/CMakeLists.txt#L4
-
I'm still pretty new to this, so I might be missing something terribly obvious. I'm trying to use c2rust with [FastFEC](https://github.com/washingtonpost/FastFEC) to generate Rust code to start portin…
-
Current [`compile_commands.json` parser](https://github.com/w0rp/ale/blob/d476578a402763f2c6e4e0ada2eb345d0ac938d7/autoload/ale/c.vim#L176) only parses from the `command` string property. Using [Bear]…
-
Recent analysis tools benefits from [`compile_commands.json`](https://clang.llvm.org/docs/JSONCompilationDatabase.html).
Having the `compile_commands.json` gives some chances of sophisticated stati…