Details
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Thank you for updating the documents!
clang/docs/LanguageExtensions.rst | ||
---|---|---|
1570 | It would be helpful to provide an example of what is not supported. If you can provide an example that actually results in undefined behavior that would be even better. |
Update with example.
clang/docs/LanguageExtensions.rst | ||
---|---|---|
1570 | I added an example, but it's hard to determine whether a given piece of code will have undefined behavior as it sometimes occurs only on a specific optimization level. |
clang/docs/LanguageExtensions.rst | ||
---|---|---|
1553 | Consider adding a link to https://github.com/llvm/llvm-project/issues/53562? Clang doesn't yet support... but support is planned. or something. | |
1557 | Do we need to keep the code block to retain formatting? |
clang/docs/LanguageExtensions.rst | ||
---|---|---|
1570 | Understood, I think what you have is good. Thank you. |
clang/docs/LanguageExtensions.rst | ||
---|---|---|
1553 | I'll add the link to the commit message. I don't know if it's very useful here, as it pertains mostly to compiler developers rather than end users. |
Consider adding a link to https://github.com/llvm/llvm-project/issues/53562?
Clang doesn't yet support... but support is planned.
or something.