srj added inline comments.

================
Comment at: clang/include/clang/Basic/Module.h:96
 /// Describes a module or submodule.
-class Module {
+class alignas(8) Module {
 public:
----------------
Probably worth a comment here, it's not necessarily obvious to the reader that 
this is to fix a 32-bit pointer issue.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D134653

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to