[PATCH] D124571: Avoid strict aliasing violation on type punning inside llvm::PointerIntPair

Breno Rodrigues Guimaraes via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 27 18:07:24 PDT 2022


brenoguim added inline comments.


================
Comment at: llvm/unittests/ADT/PointerIntPairTest.cpp:111
+  int i = 0;
+  int *intPtr = &i;
+
----------------
Variables names should start with upper case


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D124571/new/

https://reviews.llvm.org/D124571



More information about the llvm-commits mailing list