This fixes https://bugs.llvm.org/show_bug.cgi?id=46605.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D83317
[Sema] Teach -Wcast-align to compute alignment of CXXThisExpr ClosedPublic Authored by ahatanak on Jul 7 2020, 8:52 AM.
Details
Diff Detail
Event TimelineHerald added subscribers: ributzka, dexonsmith, jkorous. · View Herald TranscriptJul 7 2020, 8:52 AM This revision is now accepted and ready to land.Jul 7 2020, 9:54 AM Closed by commit rG04027052a72f: [Sema] Teach -Wcast-align to compute alignment of CXXThisExpr (authored by ahatanak). · Explain WhyJul 7 2020, 5:48 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 276283 clang/lib/Sema/SemaChecking.cpp
clang/test/SemaCXX/warn-cast-align.cpp
|