This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from ee9a82d871 Make CastExpr::getSubExprAsWritten look through implicit tem [...] new 701e513011 Reapply "Frontend support for Nios2 target"
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/Basic/BuiltinsNios2.def | 70 ++++++++++++++++ include/clang/Basic/TargetBuiltins.h | 10 +++ include/clang/module.modulemap | 1 + lib/Basic/Targets.cpp | 145 ++++++++++++++++++++++++++++++++++ lib/Driver/ToolChains/CommonArgs.cpp | 19 +++++ test/Driver/nios2-cpu.c | 26 ++++++ 6 files changed, 271 insertions(+) create mode 100644 include/clang/Basic/BuiltinsNios2.def create mode 100644 test/Driver/nios2-cpu.c