[all-commits] [llvm/llvm-project] 540a1a: [clang-cl] Document behavior difference of strict ...
Huihui Zhang via All-commits
all-commits at lists.llvm.org
Mon Oct 9 13:36:09 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 540a1a6621b860b5d0be7e413e815be7de90722e
https://github.com/llvm/llvm-project/commit/540a1a6621b860b5d0be7e413e815be7de90722e
Author: Huihui Zhang <58573696+huihzhang at users.noreply.github.com>
Date: 2023-10-09 (Mon, 09 Oct 2023)
Changed paths:
M clang/docs/UsersManual.rst
M clang/include/clang/Driver/Options.td
Log Message:
-----------
[clang-cl] Document behavior difference of strict aliasing in clang-cl vs clang. (#68460)
Add an user note to pass -fstrict-aliasing explicitly for clang-cl
to enable TBAA.
Also add help text for -f[no-]strict-aliasing.
More information about the All-commits
mailing list