This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from c81e2857a6 Fix assumption about Win32 paths in r360833 new bd47850349 Revert r360833 until I can work out the issue with Win32 bots
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/Lex/Preprocessor.h | 1 - lib/Lex/PPMacroExpansion.cpp | 26 +------------ .../include-subdir/file_name_macro_include.h | 6 --- test/Preprocessor/Inputs/include-subdir/h | 1 - .../Inputs/include-subdir/subdir1/hdr1.h | 1 - .../Inputs/include-subdir/subdir1/hdr2.h | 1 - test/Preprocessor/file_name_macro.c | 44 ---------------------- 7 files changed, 2 insertions(+), 78 deletions(-) delete mode 100644 test/Preprocessor/Inputs/include-subdir/file_name_macro_include.h delete mode 100644 test/Preprocessor/Inputs/include-subdir/h delete mode 100644 test/Preprocessor/Inputs/include-subdir/subdir1/hdr1.h delete mode 100644 test/Preprocessor/Inputs/include-subdir/subdir1/hdr2.h delete mode 100644 test/Preprocessor/file_name_macro.c