-
### Build/Submit details page URL
Running "expo doctor" Running 14 checks on your project... ✔ Check package.json for common issues ✔ Check Expo config for common issues ✔ Check native tooling versio…
-
I'd love to use VS Code more since it's far more lightweight compared to full blown Visual Studio but keep running into incomplete include path problems. Apparently CMake can generate `compile_command…
-
### Observed behavior
I have actually two problems with this config, so please tell me if I should break this issue into smaller once.
I am trying to reassemble this simple directory structure
…
513ry updated
2 weeks ago
-
## 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…
-
I've tried using `cmake -DCMAKE_EXPORT_COMPILE_COMMANDS=ON ..` to build `compile_commands.json`, which can be used by clang-tidy etc.
But unfortunately the files are referenced in the `build` dir, …
-
After installing LLVM 19.1.0, clangd is reporting a spurious error on the first line of every source file of the form: `Cannot specify '/Fobazel-out/x64_windows-opt-clang/bin/core/logger/_objs/logger/…
-
### Issue Summary
oclint-json-compilation-database fails with Library not loaded: @rpath/libc++.1.dylib
### Environment
macOS Sequoia 15.1.1 on M1
OCLint 24.11
installed oclint-24.11-llvm-16.0.…
-
The file `compile_commands.json` is used by `clangd` ( **the** code completion engine for almost all decent C++ IDEs these days)
This file contains the build instructions for how to compile each file…
-
Been trying to move [BooleanColumnView.hpp](https://github.com/getml/getml-community/blob/main/src/engine/include/commands/BooleanColumnView.hpp), [FloatColumnOrFloatColumnView.hpp](https://github.com…
-
First of all, thank you for building this wonderful tool and enabling integration with YouCompleteMe for Bazel.
However, I am running into a few issues. YouCompleteMe, using the `compile_commands.j…