This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 2bbda63c72 [unittests] Add C++17 and C++2a support to the tooling tests new 30370cd4cd [CTU] Add more lit tests and better error handling
The 1 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/CrossTU/CrossTranslationUnit.cpp | 4 +- test/Analysis/Inputs/ctu-other.c | 49 ++++++++++++++++ test/Analysis/Inputs/ctu-other.c.externalFnMap.txt | 6 ++ ...alFnMap.txt => ctu-other.cpp.externalFnMap.txt} | 0 test/Analysis/ctu-main.c | 67 ++++++++++++++++++++++ test/Analysis/ctu-main.cpp | 2 +- 6 files changed, 126 insertions(+), 2 deletions(-) create mode 100644 test/Analysis/Inputs/ctu-other.c create mode 100644 test/Analysis/Inputs/ctu-other.c.externalFnMap.txt rename test/Analysis/Inputs/{externalFnMap.txt => ctu-other.cpp.externalFnMap.txt} (100%) create mode 100644 test/Analysis/ctu-main.c