pmor

Results 23 issues of pmor

``` $ cat t0.c #if (-(0x7fffffffffffffffLL) - 1) / -1 #endif int x; $ ./chibicc.exe t0.c -c $ cat chibicc.exe.stackdump Exception: STATUS_INTEGER_OVERFLOW at rip=0010040DC10 rax=8000000000000000 rbx=8000000000000000 rcx=FFFFFFFFFFFFFFFF rdx=FFFFFFFFFFFFFFFF rsi=0000000000000000 rdi=00000000FFFFCA40...

``` #if !1u - 1 > 0 #error #endif ``` leads to: ``` :2: #error ```

Trying to use Clay for the first time, but cmake says: -- Using llvm-config: LLVM_CONFIG-NOTFOUND CMake Error at CMakeLists.txt:32 (message): LLVM_CONFIG-NOTFOUND failed

Hi there! Perfect control! But it seems we have an issue. We can add a big picture to header. ![screen shot 2014-04-24 at 21 25 04](https://cloud.githubusercontent.com/assets/4587883/2792661/c012a664-cbd5-11e3-984b-b19b9a2748ba.png) Then we can try...

If the end user edits the text, then will it be useful to provide an option / plugin to spellcheck the text?

enhancement

``` $ make CLEANING go clean github.com/oniony/TMSU go: GOPATH entry is relative; must be absolute path: "/cygdrive/d/TMSU:C:\\Users\\dev0\\go". For more details see: 'go help gopath' make: *** [Makefile:24: clean] Error 2...

Consider this code: ``` int x = 0xe+1; ``` Expected diagnostics: ``` invalid constant ``` Actual diagnostics: ``` ```

``` #if (1 ? -2 : 1u) < 0 #error #endif ``` ``` File : "" 1:#if (1 ? -2 : 0 + 1u) < 0 2:#error ^ 2022-04-24 21:27:27,454...

Note: this issue may be a duplicate. Consider this code: ```c /* h2.h */ #define F() F( /* t10.c */ #include "h2.h" ) int x; /* fix for "warning: ISO...

accepts-invalid
clang:diagnostics

Context menu (right click): how to make Copy be the first? ![image](https://user-images.githubusercontent.com/4587883/153407672-ebab479b-7b32-4475-b440-1b8f5b018444.png) Reason: from time to time I accidentally select Open. Makes me wonder: why Copy is not the first?

question