[PATCH] D23657: Remove some false positives when taking the address of packed members
Joerg Sonnenberger via cfe-commits
cfe-commits at lists.llvm.org
Wed Oct 12 05:23:43 PDT 2016
joerg added inline comments.
================
Comment at: lib/Sema/SemaChecking.cpp:11370
+ // we are here such increase has not been enough. So pointing the first
+ // FieldDecl that either is packed orelse its RecordDecl is,
+ // seems reasonable.
----------------
Missing space.
https://reviews.llvm.org/D23657
More information about the cfe-commits
mailing list