[PATCH] Make SanitizerArgs parsing toolchain-independent.
Richard Smith
richard at metafoo.co.uk
Thu Aug 8 20:08:27 PDT 2013
Looks great other than those pesky enumerator names :-)
================
Comment at: lib/Driver/SanitizerArgs.h:51
@@ +50,3 @@
+ enum AsanZeroBaseShadowKind {
+ AZBS_DEFAULT, // Default value is toolchain-specific.
+ AZBS_ON,
----------------
Evgeniy Stepanov wrote:
> AZBSK_DEFAULT ;)
AZBSK_Default ;D
http://llvm-reviews.chandlerc.com/D1324
More information about the cfe-commits
mailing list