[PATCH] D53914: [ADT] Fix support for over-aligned pointers in PointerSumType
Eugene Sharygin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 30 17:16:47 PDT 2018
eush added inline comments.
================
Comment at: unittests/ADT/PointerSumTypeTest.cpp:36
+ PointerSumTypeMember<EmbeddedChar, PointerEmbeddedInt<char>>>
+ NarrowSumType;
+ NarrowSumType d, e;
----------------
This is formatted by `clang-format` and the indentation is a bit weird. A `using` declaration would be indented more nicely, but I sticked to `typedef` for consistency.
Repository:
rL LLVM
https://reviews.llvm.org/D53914
More information about the llvm-commits
mailing list