[libclang] Allow skipping warnings from all included files
Depending on the included files and the used warning flags, e.g. -
Weverything, a huge number of warnings can be reported for included
files. As processing that many diagnostics comes with a performance
impact and not all clients are interested in those diagnostics, add a
flag to skip them.
Differential Revision: https://reviews.llvm.org/D48116
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@363067
91177308-0d34-0410-b5e6-
96231b3b80d8