-
| | |
| --- | --- |
| Bugzilla Link | [50567](https://llvm.org/bz50567) |
| Version | 10.0 |
| OS | Linux |
## Extended Description
Error while using address sanitizer on ubuntu 14.04:
Use-after…
-
According to https://llvm.org/docs/CodingStandards.html#file-headers the way to tell Emacs that a file is C++ is `-*- C++ -*-`.
But while implementing and testing support for this I ran into a few …
-
| | |
| --- | --- |
| Bugzilla Link | [49247](https://llvm.org/bz49247) |
| Version | 10.0 |
| OS | Linux |
## Extended Description
Clang tooling says that include file not found, however running …
-
Office is trying to adopt gsl::span more broadly, but we are seeing some unexpected performance regressions when compiling with clang:
A - range-for loops
B - std algorithms
On a mail thread @Stephan…
-
Exact file names in the project have been replaced by `[...]`.
```
Stack dump:
0. Program arguments: clang-tidy -p [...] --warnings-as-errors=* --quiet --checks=clang-diagnostic-*,clang-analyzer-…
-
```shell
LLVM_SYMBOLIZER_PATH=llvm-symbolizer-15 clang-tidy-15 -checks= -p=/tmp/crash /tmp/crash/test.cpp
```
```console
PLEASE submit a bug report to https://github.com/llvm/llvm-project/issues…
-
| | |
|--------------------|----|
| Bugzilla Link | [PR22385](https://bugs.llvm.org/show_bug.cgi?id=22385) |
| Status | CONFIRMED |
| Importance | P norm…
-
clang-tidy 18.1.2 segfaulted with this error message. I was not able to reproduce it.
```
$ clang-tidy myfile.cpp -checks="-*,misc-const-correctness" -p build_dir
PLEASE submit a bug report to http…
-
**Describe the bug**
In its default "direct mode", `ccache` examines the preprocessor output to determine all dependencies for a given translation unit. In doing so, `ccache` gets tripped up by the…
-
| | |
| --- | --- |
| Bugzilla Link | [22385](https://llvm.org/bz22385) |
| Version | 3.6 |
| OS | Linux |
| CC | @Sarcasm,@zmodem |
## Extended Description
If I use the RefactoringTool to match a…