This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from b779d06 [Driver] Adapt Linux::GCCVersion::Parse to match GCC 5 installations new 8eae240 [OpenCL] Allow -std={cl|CL}{|1.1|1.2|2.0} in driver new c5e60a0 Driver: introduce and use `-isystem-after` for cross-windows
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/Driver/Options.td | 3 +++ include/clang/Frontend/LangStandards.def | 21 ++++++++++++++++++--- lib/Driver/CrossWindowsToolChain.cpp | 2 ++ lib/Driver/Tools.cpp | 7 +++++++ lib/Frontend/CompilerInvocation.cpp | 24 +++++++++++++++++------- test/Driver/opencl.cl | 15 +++++++++++++++ test/Driver/windows-cross.c | 7 +++++++ test/Frontend/stdlang.c | 4 ++++ 8 files changed, 73 insertions(+), 10 deletions(-) create mode 100644 test/Driver/opencl.cl