[PATCH] D48116: [libclang] Allow skipping warnings from all included files
Nikolai Kosjar via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Feb 19 00:07:54 PST 2019
nik updated this revision to Diff 187318.
nik added a comment.
Herald added a subscriber: jdoerfert.
OK, filtering happens now in FilterAndStoreDiagnosticConsumer, the former
StoredDiagnosticConsumer.
Repository:
rC Clang
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D48116/new/
https://reviews.llvm.org/D48116
Files:
include/clang-c/Index.h
include/clang/Frontend/ASTUnit.h
lib/Frontend/ASTUnit.cpp
test/Index/ignore-warnings-from-headers.cpp
test/Index/ignore-warnings-from-headers.h
tools/c-index-test/c-index-test.c
tools/c-index-test/core_main.cpp
tools/libclang/CIndex.cpp
tools/libclang/Indexing.cpp
unittests/Frontend/ASTUnitTest.cpp
unittests/Frontend/PCHPreambleTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D48116.187318.patch
Type: text/x-patch
Size: 18575 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20190219/76d1c840/attachment-0001.bin>
More information about the cfe-commits
mailing list