<div style="font-family: arial, helvetica, sans-serif; font-size: 10pt">Hi, <div><br></div><div>We need more clang flags in two categories: </div><div>   - flags that modify the behavior of asan/tsan/msan</div><div>   - flags that enable additional features of asan/tsan/msan</div>
<div><br></div><div>As we just discussed with Richard Smith, the flags should probably look like this: </div><div><br></div><div>modify the behavior: </div><div>   -f[no-]sanitize-address-zero-base-shadow # zero base for asan, should check that -pie is present, linux-only</div>
<div>   -f[no-]sanitize-memory-track-origins  # msan track-origins (once msan is in trunk, of course)</div><div><br></div><div>add additional features:</div><div>  -fsanitize=address,global-init-order,use-after-return,use-after-scope # asan subphases, currently off by default. </div>
<div><br></div><div>Does that sound good? Anything else? </div><div><br></div><div>Thanks, </div><div><br></div><div>--kcc </div></div>