efriedma added inline comments.

================
Comment at: test/CodeGenCXX/ubsan-global-alignment.cpp:9
+extern S1 S1_array[];
+extern S1 *S1ptr_array[];
+
----------------
Probably a good idea to also test extern globals which aren't arrays; arrays 
are sort of a special-case due to array->pointer decay.


https://reviews.llvm.org/D30283



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

Reply via email to