Closed
Description
This idea is from discussion in #12686 . GCC 4.8 supports two -fsanitize flags, -fsanitize=address
and -fsanitize=thread
(and newer versions support even more of these flags). It would be a good idea to enable these options in Travis. @sipa points out that the build still isn't completely clean when using these flags, so to add this we'd either have to fix all of the existing errors or some up with a whilelisting mechanism to grandfather the old violations.