-
| | |
|--------------------|----|
| Bugzilla Link | [PR15194](https://bugs.llvm.org/show_bug.cgi?id=15194) |
| Status | NEW |
| Importance | P normal |
|…
-
Small repro test case:
```
#include
struct Base { int x; };
struct Deriv : Base { };
void test() {
auto deriv = std::make_shared(Base { 0 });
}
```
```
$ clang-tidy --extra-arg=-s…
-
The toolchain was installed from https://apt.llvm.org/ on Debian bullseye.
It only crashes on the 18 release, not on latest 19 (19.1.0-rc3?)
Sample program:
```cpp
#include
#include
#inclu…
lbonn updated
2 months ago
-
Dear Clang team: I found a crash in
```console
$ clang-tidy --version
Ubuntu LLVM version 16.0.0
Optimized build.
$ clang --version
Ubuntu clang version 16.0.0 (++20230324083102+1f9ea2d3f04…
-
Hit this when just testing some clang-format behavior (using current main branch), so probably not much of a 'real' use case, but still probably shouldn't crash / trigger an access violation.
When …
-
I encountered a few issues when setting up the tools for pre-commit hooks on a recent brew:
* 'Modern' brew python does not have 'pip' only 'pip3'
* virtualenv and other yapf tools scripts hard re…
-
### `brew gist-logs ` link OR `brew config` AND `brew doctor` output
```shell
https://gist.github.com/lukeshingles/b1477f4b5eaf327af99940ec848213b4
```
### Verification
- [X] My `brew doc…
-
| | |
| --- | --- |
| Bugzilla Link | [35304](https://llvm.org/bz35304) |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @JoeLoser |
## Extended Description
tru…
-
Hi @xphung,
I'd like to test out your Plan9 port myself. Would you like to share about how to build this project?
-
| | |
|--------------------|----|
| Bugzilla Link | [PR41478](https://bugs.llvm.org/show_bug.cgi?id=41478) |
| Status | NEW |
| Importance | P normal |
|…