-
I'm getting a crash using clang-tidy 18~++20231107112322+4428b01faa41-1~exp1~20231107112339.320, installed from apt.llvm.org on debian 12.
```
Error running '/usr/bin/clang-tidy': PLEASE submit a …
-
The various tools that [this page](https://clang.llvm.org/docs/LibTooling.html) recommends we use as examples on how to link against the clang lib files do not actually do so. For instance, in clang-c…
-
**Describe the bug**
After setting up symbolization and installing a failure signal handler, a failing `assert()` with glibc does not produce a useful stack trace, consisting entirely of:
```
cxx…
-
I am building a clang tool and it works fine if I don't include any headers but when I am including `` or `` it throws: `'iostream' file not found`. How do I include the standard lib headers to the to…
-
This is the first run during an upgrade from clang-tidy-8 to 13.0.0, and I see a command line arg being dumped wrong, so (long shot) that might be related.
The actual command line is:
```
/opt/…
-
| | |
| --- | --- |
| Bugzilla Link | [37901](https://llvm.org/bz37901) |
| Version | unspecified |
| OS | Windows XP |
| Reporter | LLVM Bugzilla Contributor |
| CC | @JonasToth |
## Extended Desc…
-
Locally, I've stored a copy of this repository at '`/Volumes/Shared/Development/Repositories/Personal Networking Tooling/network-watchexec/`,' where '`/Volumes/Shared`' i…
-
### Zig Version
0.12.0-dev.1830+779b8e259
### Steps to Reproduce and Observed Behavior
The following Zig compiles successfully:
```bash
zig build-lib ./Hello.zig
```
```zig
const Garbagey …
-
Recently one of our internal tests started to see an assertion failure in clang-tidy which I bisected back to 2c6424e691e32f79bc303203deb1c91634d62286.
Consider the following code:
```c++
struct …
-
As far as I can tell, the `IDxcIncludeHandler` passed as an optional interface to `IDxcCompiler::Compile` results in a custom DXC-specific filesystem proxy. However, when invoking `ParseTranslationUni…