Clang warns about an unused -stdlib=libc++ argument if the argument is
passed to the second clang invocation. The -stdlib= argument is only
necessary on preprocessing (to set the system include paths) and on
linking (which is not cached anyway)
Signed-off-by: Matthias Kretz <kretz@kde.org>
{"-nostdinc++", AFFECTS_CPP},
{"-remap", AFFECTS_CPP},
{"-save-temps", TOO_HARD},
+ {"-stdlib=", AFFECTS_CPP | TAKES_CONCAT_ARG},
{"-trigraphs", AFFECTS_CPP},
{"-u", TAKES_ARG},
};