-
| | |
| --- | --- |
| Bugzilla Link | [48482](https://llvm.org/bz48482) |
| Version | trunk |
| OS | All |
| CC | @steakhal,@devincoughlin,@Szelethus,@haoNoQ,@Xazax-hun |
## Extended Description
M…
-
In GitLab by @AhmedEleliemy on Sep 23, 2021, 16:38
According http://www.cplusplus.com/reference/thread/thread/hardware_concurrency/
The interpretation of this value is a system- and implementation-s…
-
```
Both gcc and clang warn on unused typedefs in recent versions.
VCD_COMPILE_ASSERT triggers this. Please apply this patch to fix this for
projects using c++11 (like e.g. chromium):
diff --git a/…
-
The reduced code example:
```C++
// clang-19 --analyze -Xclang -analyzer-config -Xclang aggressive-binary-operation-simplification=true -Xclang -analyzer-checker=alpha.cplusplus.InvalidatedIterator …
-
```
Both gcc and clang warn on unused typedefs in recent versions.
VCD_COMPILE_ASSERT triggers this. Please apply this patch to fix this for
projects using c++11 (like e.g. chromium):
diff --git a/…
-
All,
I was able to get the "generic nRF52" device to support the makerdiary.com nRF52832-MDK (which I got from Seeed Studio) by modifying the generic variant.h file to line up the various pins, esp…
w8abz updated
6 years ago
-
```
Both gcc and clang warn on unused typedefs in recent versions.
VCD_COMPILE_ASSERT triggers this. Please apply this patch to fix this for
projects using c++11 (like e.g. chromium):
diff --git a/…
-
| | |
|--------------------|----|
| Bugzilla Link | [PR42433](https://bugs.llvm.org/show_bug.cgi?id=42433) |
| Status | CONFIRMED |
| Importance | P enha…
-
```
Both gcc and clang warn on unused typedefs in recent versions.
VCD_COMPILE_ASSERT triggers this. Please apply this patch to fix this for
projects using c++11 (like e.g. chromium):
diff --git a/…
-
```
My config:
remove_torrent_from_client="yes"
torrent_daemon_login="Leonard"
torrent_daemon_password="password"
torrent_daemon_port=""
torrent_daemon_bin="/usr/bin/xmlrpc"
Torrents are not removed…