LGTM. Please commit this together with http://reviews.llvm.org/D5687, so that we don't have unused flags lying around.
================ Comment at: lib/Driver/SanitizerArgs.cpp:29 @@ -28,2 +28,3 @@ AsanZeroBaseShadow = false; + AsanFieldPadding = 0; UbsanTrapOnError = false; ---------------- Put this one line above, to respect the order of declaration. http://reviews.llvm.org/D5676 _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
