This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from ba77232 [OpenMP] add more tests for 'distribute simd' pragma new dc0545b [PCH/preamble] Make sure that if the preamble/PCH was seriali [...] new ed59b3b [OpenMP] add more tests for 'distribute parallel for simd' pragma
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: lib/Basic/DiagnosticIDs.cpp | 2 +- lib/Frontend/ASTUnit.cpp | 3 +- lib/Frontend/ChainedIncludesSource.cpp | 2 +- lib/Sema/AnalysisBasedWarnings.cpp | 2 +- lib/Serialization/ASTReader.cpp | 5 + lib/Serialization/GeneratePCH.cpp | 5 +- test/Index/pch-warn-as-error-code-split.cpp | 17 + test/Index/pch-warn-as-error-code-split.h | 4 + test/Index/pch-warn-as-error-code.cpp | 27 ++ ...distribute_parallel_for_simd_loop_messages.cpp} | 375 +++++++++++----- ...> distribute_parallel_for_simd_misc_messages.c} | 483 ++++++++------------- test/PCH/chain-invalid-code.cpp | 28 ++ 12 files changed, 534 insertions(+), 419 deletions(-) create mode 100644 test/Index/pch-warn-as-error-code-split.cpp create mode 100644 test/Index/pch-warn-as-error-code-split.h create mode 100644 test/Index/pch-warn-as-error-code.cpp copy test/OpenMP/{parallel_for_simd_loop_messages.cpp => distribute_parallel_for_s [...] copy test/OpenMP/{distribute_simd_misc_messages.c => distribute_parallel_for_simd_ [...] create mode 100644 test/PCH/chain-invalid-code.cpp