This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from c786ab0af6 Implement __builtin_LINE() et. al. to support source locatio [...] new 87b5df04d2 Reland "[Clang][PP] Add the __FILE_NAME__ builtin macro" new 4465a15bc1 [clang/test] Add missing dependency on llvm-cxxfilt.
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/Lex/Preprocessor.h | 1 + lib/Lex/PPMacroExpansion.cpp | 19 +++++++++- test/CMakeLists.txt | 1 + .../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 ++++++++++++++++++++++ 8 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