This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 84bf555dbe [Sema] Fix crash in unused-lambda-capture warning for VLAs new d2dd52d1df Revert 320391: Certain targets are failing, pulling back to [...]
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/Lex/PreprocessorOptions.h | 4 -- lib/Driver/Job.cpp | 2 +- lib/Driver/ToolChains/Linux.cpp | 12 ----- lib/Driver/ToolChains/Linux.h | 2 - lib/Frontend/CompilerInvocation.cpp | 4 -- lib/Frontend/InitPreprocessor.cpp | 16 ------- .../Inputs/stdc-predef/usr/include/stdc-predef.h | 12 ----- test/Driver/crash-report-header.h | 2 +- test/Driver/crash-report-spaces.c | 2 +- test/Driver/crash-report.c | 3 +- test/Driver/rewrite-map-in-diagnostics.c | 2 +- test/Driver/stdc-predef.c | 25 ---------- test/Driver/stdc-predef.i | 16 ------- test/Index/IBOutletCollection.m | 4 +- test/Index/annotate-macro-args.m | 10 ++-- test/Index/annotate-tokens-pp.c | 4 +- test/Index/annotate-tokens.c | 12 ++--- test/Index/c-index-getCursor-test.m | 4 +- test/Index/get-cursor-macro-args.m | 6 +-- test/Index/get-cursor.cpp | 54 +++++++++++----------- test/Preprocessor/ignore-pragmas.c | 10 ++-- unittests/Tooling/TestVisitor.h | 1 - unittests/libclang/LibclangTest.cpp | 4 +- 24 files changed, 58 insertions(+), 155 deletions(-) delete mode 100644 test/Driver/Inputs/stdc-predef/usr/include/stdc-predef.h delete mode 100644 test/Driver/stdc-predef.c delete mode 100644 test/Driver/stdc-predef.i