Diane Meirowitz via llvm-dev
2021-Jun-22 20:22 UTC
[llvm-dev] I would like to contribute to the UndefinedBehaviorSanitizer documentation and I don't see how to do this
Hi, I would like to improve this page: https://clang.llvm.org/docs/UndefinedBehaviorSanitizer.html I would like to explain what undefined behavior is, enhance the description of some options, and I would like to link to my recently-published UBSan blog post: https://blogs.oracle.com/linux/improving-application-security-with-undefinedbehaviorsanitizer-ubsan-and-gcc I see no way to contribute to the documentation anywhere. If anyone knows, please let me know. Diane
Evgenii Stepanov via llvm-dev
2021-Jun-22 20:26 UTC
[llvm-dev] I would like to contribute to the UndefinedBehaviorSanitizer documentation and I don't see how to do this
Hi Diane, You need to make a change in Phab. The docs are hosted in the clang repository: https://github.com/llvm/llvm-project/blob/main/clang/docs/UndefinedBehaviorSanitizer.rst On Tue, Jun 22, 2021 at 1:22 PM Diane Meirowitz via llvm-dev < llvm-dev at lists.llvm.org> wrote:> Hi, > > I would like to improve this page: > > https://clang.llvm.org/docs/UndefinedBehaviorSanitizer.html > > I would like to explain what undefined behavior is, enhance the > description of some options, and I would like to link to my > recently-published UBSan blog post: > > > https://blogs.oracle.com/linux/improving-application-security-with-undefinedbehaviorsanitizer-ubsan-and-gcc > > I see no way to contribute to the documentation anywhere. If anyone knows, > please let me know. > > Diane > _______________________________________________ > LLVM Developers mailing list > llvm-dev at lists.llvm.org > https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20210622/a4b07d5b/attachment.html>
Mitch Phillips via llvm-dev
2021-Jun-22 20:26 UTC
[llvm-dev] I would like to contribute to the UndefinedBehaviorSanitizer documentation and I don't see how to do this
Hi Diane, You can contribute by sending a Phabricator review with changes to the file, which can be found at `clang/docs/UndefinedBehaviorSanitizer.rst`. Once the changes are submitted upstream, they show up on the website within a couple of hours. Please add myself (@hctim) and Evgenii (@eugenis) as reviewers. Thanks! On Tue, Jun 22, 2021 at 1:22 PM Diane Meirowitz via llvm-dev < llvm-dev at lists.llvm.org> wrote:> Hi, > > I would like to improve this page: > > https://clang.llvm.org/docs/UndefinedBehaviorSanitizer.html > > I would like to explain what undefined behavior is, enhance the > description of some options, and I would like to link to my > recently-published UBSan blog post: > > > https://blogs.oracle.com/linux/improving-application-security-with-undefinedbehaviorsanitizer-ubsan-and-gcc > > I see no way to contribute to the documentation anywhere. If anyone knows, > please let me know. > > Diane > _______________________________________________ > LLVM Developers mailing list > llvm-dev at lists.llvm.org > https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20210622/b2775bac/attachment.html>