This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from a361408 [cfi] Export __cfi_check when linking with -fsanitize-cfi-cross-dso. new cf55ebf C++ Modules TS: driver support for building modules.
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 | 14 ++++++++++--- 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 | 39 +++++++++++++++++++++++++++++++++++++ 11 files changed, 113 insertions(+), 22 deletions(-) create mode 100644 test/Driver/modules-ts.cpp