This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 1d9c210fcd Include test files for rL318668 new 7a1263f888 Resubmit "Refactor debuginfo-tests" again. new 81685b29c8 Revert r318669/318694
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/CC1Options.td | 2 - include/clang/Lex/PreprocessorOptions.h | 4 -- lib/Driver/Job.cpp | 2 +- lib/Driver/ToolChains/Linux.cpp | 13 ------ lib/Driver/ToolChains/Linux.h | 2 - lib/Frontend/CompilerInvocation.cpp | 4 -- lib/Frontend/InitPreprocessor.cpp | 16 ------- test/CMakeLists.txt | 8 ++++ .../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 | 52 +++++++++++----------- test/Preprocessor/ignore-pragmas.c | 10 ++--- test/lit.cfg.py | 2 - unittests/Tooling/TestVisitor.h | 1 - 25 files changed, 64 insertions(+), 154 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