-
| | |
|--------------------|----|
| Bugzilla Link | [PR46799](https://bugs.llvm.org/show_bug.cgi?id=46799) |
| Status | REOPENED |
| Importance | P norma…
-
| | |
| --- | --- |
| Bugzilla Link | [25390](https://llvm.org/bz25390) |
| Version | 3.5 |
| OS | Linux |
| Attachments | [program illustrating bogus warning](https://user-images.githubusercontent.…
-
| | |
| --- | --- |
| Bugzilla Link | [50851](https://llvm.org/bz50851) |
| Version | trunk |
| OS | Linux |
| CC | @DougGregor,@zygoloid |
## Extended Description
```
$ clang-trunk -v
c…
-
The following code
```c
static const int LENGTH = 10;
int main(int argc, char **argv) {
char array1[10];
char array2[LENGTH];
char array3[LENGTH + 1];
array1[5] = 'A';
…
-
For our RSA to be more successful, we should generate descriptor from the more readable header file automatically and make RSA available to other languaes like javascript and Java. Of course these sho…
-
I am compiling for Windows in MSYS2, both MINGW64 and CLANG64.
I was sort of looking at it, I think the compiler is upset about
#define __P(x) x
static char * _progname __P((char *));
stati…
-
following error occurred when trying to install plugin into vagrant
command: 'vagrant plugin install ovirt-engine-sdk'
error:
```
ERROR: Failed to build gem native extension.
current dir…
-
![image](https://user-images.githubusercontent.com/1744713/33695692-8f10ebb2-db39-11e7-8209-d8c3f31b604a.png)
I want to know the meaning at below values, thanks very much.
```
m
n
x
y
```
-
We originally built CHERIoT RTOS with CMake. This had a number of problems because CMake is not designed to allow users to build abstractions. We replaced it with xmake prior to open sourcing, and x…
-
I would like to have a list of codes/projects/services that depend on spglib to send notification when an important change is applied to spglib. How can we do it?