This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 03143a6b2c Changed wording in comment new 864bf1d491 Moved code hanlding precompiled preamble out of the ASTUnit. new 1299cb573f Revert r305678: [driver][macOS] Pick the system version for [...]
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/Frontend/ASTUnit.h | 114 +--- include/clang/Frontend/PrecompiledPreamble.h | 248 +++++++++ lib/Driver/ToolChains/Darwin.cpp | 23 +- lib/Frontend/ASTUnit.cpp | 806 ++++++++------------------- lib/Frontend/CMakeLists.txt | 1 + lib/Frontend/PrecompiledPreamble.cpp | 561 +++++++++++++++++++ test/Driver/darwin-sdk-vs-os-version.c | 10 - 7 files changed, 1031 insertions(+), 732 deletions(-) create mode 100644 include/clang/Frontend/PrecompiledPreamble.h create mode 100644 lib/Frontend/PrecompiledPreamble.cpp delete mode 100644 test/Driver/darwin-sdk-vs-os-version.c