This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from b04cabbff4 Make tentative parsing to detect template-argument-lists les [...] new 681bb9c202 [Clang][PP] Add the __FILE_NAME__ builtin macro.
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 | 20 +++++++++- .../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, 72 insertions(+), 2 deletions(-) create mode 100644 test/Preprocessor/Inputs/include-subdir/file_name_macro_include.h create mode 100644 test/Preprocessor/Inputs/include-subdir/h create mode 100644 test/Preprocessor/Inputs/include-subdir/subdir1/hdr1.h create mode 100644 test/Preprocessor/Inputs/include-subdir/subdir1/hdr2.h create mode 100644 test/Preprocessor/file_name_macro.c