-
Stack dump without symbol names (ensure you have llvm-symbolizer in your PATH or set the environment var `LLVM_SYMBOLIZER_PATH` to point to it):
0 libLLVM-16.so.1 0x00007fd78cdbec16 llvm::sys::Pr…
-
Testcases:
```
export TEST_DIR=/tmp/test-crash
mkdir -pv $TEST_DIR
# test files:
cat > $TEST_DIR/Common.h $TEST_DIR/Common.cpp $TEST_DIR/Test.cpp $CTU_DIR/externalDefMap.txt
clang-tidy …
-
Nothing written here seems to work for me: https://clang.llvm.org/docs/LibASTMatchersTutorial.html
In my [previous post](https://github.com/llvm/llvm-project/issues/114498#issue-2628174550), I desc…
-
Hi, I'm running into an issue with clang-tidy on Fedora 40 where it crashes while parsing my C++23 project. Here's the crash stack:
```
stack dump:
0. Program arguments: clang-tidy -p "redacted_p…
-
I encountered a crash with clang-format 19.1.4 (well, initially with 19.1.0 before I tried the newer version).
I built a debug version and got the following output.
(Including the debug output as …
-
This is meta issue to track adding support for building LLVM and Clang as a shared library on windows and to also allow the use on plugins for [Support clang plugins on Windows GSOC project](https://d…
-
Joey Riches (#joebonrichie), 2018-08-11 20:18:48 UTC
LLVM provides alternatives for the majority of GNU tools, most of which we package but we don't actually use when we…
-
### Description
Xcode 16 beta build process crashes due to `RNImageCropPicker`.
```
The following build commands failed:
ScanDependencies .../ios/build/Pods.build/Debug-iphonesimulator/RNImageC…
-
## Repo and command
https://github.com/cataclysmbnteam/Cataclysm-BN/tree/305368a591cdf3f97d46332eb99cf88871f3949d
```sh
clang-tidy --enable-check-profile src/iexamine.cpp
```
(happens witho…
-
**Describe the bug**
I am Apple M1 Pro (OS: macos sonoma) and I installed juvix. juvix itself installs fine but `juvix doctor` command is not being able to detect my `wasm-ld` installed locally. (I…