================
@@ -268,17 +268,34 @@ class alignas(8) Decl {
   ///   }
   ///   void A::f(); // SemanticDC == namespace 'A'
   ///                // LexicalDC == global namespace
-  llvm::PointerUnion<DeclContext*, MultipleDC*> DeclCtx;
+  llvm::PointerIntPair<
----------------
philnik777 wrote:

IDK. I'm personally not a huge fan of manual bit twiddling, since it's way to 
easy to get things wrong. I much rather let the compiler do it.

https://github.com/llvm/llvm-project/pull/87361
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to