Allow user to provide multiple blacklists by passing several
-fsanitize-blacklist= options. These options now don't override
default blacklist from Clang resource directory, which is always
applied (which fixes PR22431).
-fno-sanitize-blacklist option now disables all blacklists that
were specified earlier in the command line (including the default
one).
Expand the test case to check that both -fsanitize-blacklist= values are handled.
This change depends on http://reviews.llvm.org/D7367.