[PATCH] D30538: Add documentation for -fno-strict-aliasing

2022-07-02 Thread Simon Byrne via Phabricator via cfe-commits
simonbyrne removed subscribers: jeroen.dobbelaere, carlosgalvezp. simonbyrne added a comment. i have no idea. It looks like it may have been resolved in https://reviews.llvm.org/rL303851? In that case, the NOTE should be removed. CHANGES SINCE LAST ACTION https://reviews.llvm.org/D30538/new/

[PATCH] D30538: Add documentation for -fno-strict-aliasing

2017-05-26 Thread Simon Byrne via Phabricator via cfe-commits
simonbyrne updated this revision to Diff 100430. simonbyrne added a comment. Fix capitalisation. https://reviews.llvm.org/D30538 Files: docs/UsersManual.rst Index: docs/UsersManual.rst === --- docs/UsersManual.rst +++

[PATCH] D30538: Add documentation for -fno-strict-aliasing

2017-03-02 Thread Simon Byrne via Phabricator via cfe-commits
simonbyrne created this revision. This is probably good to document, as the behaviour of `-fstrict-aliasing` differs from gcc in a quite important way (see https://bugs.llvm.org//show_bug.cgi?id=31928) . https://reviews.llvm.org/D30538 Files: docs/UsersManual.rst Index: