[PATCH] D48116: [libclang] Allow skipping warnings from all included files
Nikolai Kosjar via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Jun 13 00:44:35 PDT 2018
nik created this revision.
Herald added a subscriber: cfe-commits.
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.
Repository:
rC Clang
https://reviews.llvm.org/D48116
Files:
include/clang-c/Index.h
include/clang/Basic/Diagnostic.h
lib/Basic/DiagnosticIDs.cpp
test/Index/ignore-warnings-from-headers.cpp
test/Index/ignore-warnings-from-headers.h
tools/c-index-test/c-index-test.c
tools/libclang/CIndex.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D48116.151107.patch
Type: text/x-patch
Size: 4286 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20180613/813a652d/attachment.bin>
More information about the cfe-commits
mailing list