c4127
Why MSVC generates warning C4127 when constant is used in "while" - C
For code, while(1) { /* ..... */ } MSVC generates the following warning. warning C4127: conditional expression is constant[详细]
2023-01-12 04:41 分类:问答Why are the debug symbols lost in the LLVM compile/link process?
I wrote an LLVM transformation that basically replaces mallocs by kind of guarded mallocs and some other stuff.[详细]
2022-12-21 17:35 分类:问答
加载中,请稍侯......