This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 0c25e25 PR30195: Fix clang-cl attempting to precompile bogus (non-pre [...] new 3ec1cdd Unrevert r280035 now that the clang-cl bug it exposed has bee [...]
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: include/clang/Driver/CC1Options.td | 2 -- include/clang/Driver/Options.td | 4 ++++ include/clang/Driver/Types.def | 3 +++ include/clang/Driver/Types.h | 5 +++++ lib/Driver/Driver.cpp | 10 +++++++--- lib/Driver/Tools.cpp | 33 ++++++++++++++++++++------------ lib/Driver/Types.cpp | 21 ++++++++++++++++++-- lib/Frontend/CompilerInvocation.cpp | 2 ++ lib/Parse/Parser.cpp | 8 +++++++- test/Driver/cl-pch.cpp | 4 ++-- test/Driver/modules-ts.cpp | 38 +++++++++++++++++++++++++++++++++++++ 11 files changed, 108 insertions(+), 22 deletions(-) create mode 100644 test/Driver/modules-ts.cpp