Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Fix typos and improve the test.
libc/src/setjmp/longjmp.cpp | ||
---|---|---|
18 | As far as the compiler frontend is concerned, it does not know that this function is actually noreturn. So, putting the noreturn attribute actually generates an error. |
nit: "your"