This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 2293e82f66 [ASTImporter] Fix unhandled cases in ASTImporterLookupTable new f155583511 [libclang] Allow skipping warnings from all included files new 702e6d07bf Reapply r362994 & co "[analyzer][tests] Add normalize_plist [...]
The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: include/clang-c/Index.h | 14 ++++- include/clang/Frontend/ASTUnit.h | 23 +++++--- lib/Frontend/ASTUnit.cpp | 68 +++++++++++++++------- test/Analysis/MismatchedDeallocator-path-notes.cpp | 2 +- test/Analysis/NewDelete-path-notes.cpp | 2 +- test/Analysis/conditional-path-notes.c | 2 +- .../plist-diagnostics-notes-as-events.cpp | 2 +- test/Analysis/copypaste/plist-diagnostics.cpp | 2 +- test/Analysis/cxx-for-range.cpp | 2 +- .../diagnostics/deref-track-symbolic-region.c | 2 +- .../plist-diagnostics-include-check.cpp | 2 +- test/Analysis/diagnostics/plist-multi-file.c | 2 +- .../diagnostics/report-issues-within-main-file.cpp | 2 +- test/Analysis/diagnostics/undef-value-caller.c | 2 +- test/Analysis/diagnostics/undef-value-param.c | 2 +- test/Analysis/diagnostics/undef-value-param.m | 2 +- test/Analysis/edges-new.mm | 2 +- test/Analysis/generics.m | 2 +- test/Analysis/inline-plist.c | 2 +- test/Analysis/inline-unique-reports.c | 2 +- .../inlining/eager-reclamation-path-notes.c | 2 +- .../inlining/eager-reclamation-path-notes.cpp | 2 +- test/Analysis/inlining/path-notes.c | 2 +- test/Analysis/inlining/path-notes.cpp | 2 +- test/Analysis/inlining/path-notes.m | 2 +- test/Analysis/lambda-notes.cpp | 2 +- test/Analysis/lit.local.cfg | 9 ++- test/Analysis/malloc-plist.c | 2 +- test/Analysis/method-call-path-notes.cpp | 2 +- test/Analysis/model-file.cpp | 2 +- test/Analysis/null-deref-path-notes.m | 2 +- test/Analysis/nullability-notes.m | 2 +- test/Analysis/objc-arc.m | 2 +- test/Analysis/objc-radar17039661.m | 2 +- test/Analysis/plist-macros-with-expansion.cpp | 2 +- test/Analysis/plist-macros.cpp | 2 +- test/Analysis/plist-output-alternate.m | 2 +- test/Analysis/plist-output.m | 2 +- test/Analysis/retain-release-path-notes.m | 2 +- test/Analysis/retain-release.m | 4 +- test/Analysis/unix-fns.c | 2 +- test/Index/ignore-warnings-from-headers.cpp | 7 +++ test/Index/ignore-warnings-from-headers.h | 1 + tools/c-index-test/c-index-test.c | 2 + tools/c-index-test/core_main.cpp | 2 +- tools/libclang/CIndex.cpp | 8 ++- tools/libclang/Indexing.cpp | 8 ++- unittests/Frontend/ASTUnitTest.cpp | 4 +- unittests/Frontend/PCHPreambleTest.cpp | 4 +- 49 files changed, 144 insertions(+), 82 deletions(-) create mode 100644 test/Index/ignore-warnings-from-headers.cpp create mode 100644 test/Index/ignore-warnings-from-headers.h