]> granicus.if.org Git - clang/commit
Revert r360833 until I can work out the issue with Win32 bots
authorKristina Brooks <notstina@gmail.com>
Thu, 16 May 2019 03:30:08 +0000 (03:30 +0000)
committerKristina Brooks <notstina@gmail.com>
Thu, 16 May 2019 03:30:08 +0000 (03:30 +0000)
commitbd47850349c0e8e1306e59ee780c5cff7c3b1dbc
tree4e4146b0a7900f9e1bf2d88f0b51d7da1bfcf1c5
parentc81e2857a67a56294c28f17abddb4cff9e3c8a43
Revert r360833 until I can work out the issue with Win32 bots

This reverts "r360833: [Clang][PP] Add the __FILE_NAME__ builtin macro."

The tests are failing on Windows bots, reverting the patchset until I can
work out why.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@360842 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Lex/Preprocessor.h
lib/Lex/PPMacroExpansion.cpp
test/Preprocessor/Inputs/include-subdir/file_name_macro_include.h [deleted file]
test/Preprocessor/Inputs/include-subdir/h [deleted file]
test/Preprocessor/Inputs/include-subdir/subdir1/hdr1.h [deleted file]
test/Preprocessor/Inputs/include-subdir/subdir1/hdr2.h [deleted file]
test/Preprocessor/file_name_macro.c [deleted file]