-
| | |
|--------------------|----|
| Bugzilla Link | [PR36715](https://bugs.llvm.org/show_bug.cgi?id=36715) |
| Status | NEW |
| Importance | P normal |
|…
-
| | |
|--------------------|----|
| Bugzilla Link | [PR12837](https://bugs.llvm.org/show_bug.cgi?id=12837) |
| Status | NEW |
| Importance | P enhancemen…
-
| | |
|--------------------|----|
| Bugzilla Link | [PR12838](https://bugs.llvm.org/show_bug.cgi?id=12838) |
| Status | NEW |
| Importance | P enhancemen…
-
Doing everything as in README.md:
```cu
using namespace gec::bigint::literal;
// Elliptic curves need to be defined before any ECC operations can be carried out. Take secp256k1 as an example, def…
-
It should be possible for a watchdog to be defined and used within a mode, but this does not currently work. The validator cannot resolve references to the watchdog, although I suspect this is only t…
-
-Wformat does not trigger with very obviously wrong `printf` formats. Like `printf("", 1);`
**Logs**
```
V[16:56:52.813] >> {"jsonrpc":"2.0","method":"textDocument/clangd.fileStatus","params":{"s…
-
There is a simple case, I get total different results with `long` type and `long long` type, as shown,
**long type**
```
#include
#include
const int SIZE = 16;
int main()
{
int datas[S…
-
missing lhapdf6
instead of using the pipe as done so far,
best use a text file with a list of commands
install lhapdf6
install pythia8
question: do we have to quit at the end ?
-
### Steps to reproduce
1. `xxd -R never` a big file to a terminal
2. `xxd -R always` a big file to a terminal
It takes significantly longer to run the colored version.
For example, doing `ti…
-
The g++ compiler needs to include the header for `memcpy` and the header for `printf`.
* in `ckwargs.cpp` the function `memcpy` is used, this needs for g++ the header ``.
* in `SomeFunction.cpp`…