This patch stops creating the '-Wno-stdlibcxx-not-found' argument in CompilerInvocation::CreateFromArgs.
The code was added in 2e7ab55e657f (a follow-up to D48297). However, D61963 removes relevant tests and starts explicitly passing '-Wno-stdlibcxx-not-found' to the driver. I think it's fair to assume this is a dead code.