This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 30370cd4cd [CTU] Add more lit tests and better error handling new 5ac259b653 [CTU] test/Analysis/ctu-main.cpp Attempt to fix failing windows bot new 38929e836c [CTU] Add triple/lang mismatch handling
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/Basic/DiagnosticCrossTUKinds.td | 4 ++ include/clang/Basic/DiagnosticGroups.td | 3 ++ include/clang/CrossTU/CrossTranslationUnit.h | 13 +++++- lib/CrossTU/CrossTranslationUnit.cpp | 65 ++++++++++++++++++++++++++ test/Analysis/ctu-different-triples.cpp | 20 ++++++++ test/Analysis/ctu-main.cpp | 4 +- test/Analysis/ctu-unknown-parts-in-triples.cpp | 22 +++++++++ 7 files changed, 128 insertions(+), 3 deletions(-) create mode 100644 test/Analysis/ctu-different-triples.cpp create mode 100644 test/Analysis/ctu-unknown-parts-in-triples.cpp