-
| | |
| --- | --- |
| Bugzilla Link | [30656](https://llvm.org/bz30656) |
| Version | unspecified |
| OS | Linux |
| CC | @sylvestre |
## Extended Description
clang-formatting all files in…
nico updated
10 months ago
-
```
Compile WebP with -Werror -Wshadow -Wconversions (I used clang version 4.1) and
you will receive 100 + errors showing potential bad conversions, and shadowed
variable names.
```
Original issue…
-
EMSDK needs to include "clang-scan-deps" tool, as CMake 3.28 with C++20 and clang compiler always runs this tool.
This CMake produces the error, test.cpp could be empty:
```cmake
cmake_minimum_…
-
| | |
|--------------------|----|
| Bugzilla Link | [PR17024](https://bugs.llvm.org/show_bug.cgi?id=17024) |
| Status | NEW |
| Importance | P normal |
|…
-
| | |
|--------------------|----|
| Bugzilla Link | [PR27505](https://bugs.llvm.org/show_bug.cgi?id=27505) |
| Status | NEW |
| Importance | P normal |
|…
-
| | |
| --- | --- |
| Bugzilla Link | [47171](https://llvm.org/bz47171) |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @dwblaikie,@nico |
## Extended Descripti…
-
The bug is found when trying to collect the PGO profile for chromium with the flag _-enable-vtable-value-profiling._
`llvm-profdata: chromium/src/third_party/llvm/llvm/include/llvm/ADT/IntervalMap.…
-
| | |
| --- | --- |
| Bugzilla Link | [27608](https://llvm.org/bz27608) |
| Version | unspecified |
| OS | Windows NT |
## Extended Description
Original formatting:
```
int main() {
x.…
-
When compiling `dev-qt/qtwebengine-6.6.1` on Gentoo with a systemwide clang/libcxx profile, clang++ fails with exit code 70.
No special CXXFLAGS are passed besides `-ftrapping-math -fsemantic-interpo…
gcarq updated
8 months ago
-
Chromium seems to do this. Find a way to do it.
Clang-coverage may be used for this.