[all-commits] [llvm/llvm-project] 040270: [Sema] Teach -Wcast-align to compute alignment of ...
Akira Hatanaka via All-commits
all-commits at lists.llvm.org
Tue Jul 7 17:48:16 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 04027052a72f982c9e09472427ec7339415fb777
https://github.com/llvm/llvm-project/commit/04027052a72f982c9e09472427ec7339415fb777
Author: Akira Hatanaka <ahatanaka at apple.com>
Date: 2020-07-07 (Tue, 07 Jul 2020)
Changed paths:
M clang/lib/Sema/SemaChecking.cpp
M clang/test/SemaCXX/warn-cast-align.cpp
Log Message:
-----------
[Sema] Teach -Wcast-align to compute alignment of CXXThisExpr
This fixes https://bugs.llvm.org/show_bug.cgi?id=46605.
rdar://problem/65158878
Differential Revision: https://reviews.llvm.org/D83317
More information about the All-commits
mailing list