HomePhabricator

[Clang][PP] Add the __FILE_NAME__ builtin macro.

Description

[Clang][PP] Add the FILE_NAME builtin macro.

This patch adds the __FILE_NAME__ macro that expands to the
last component of the path, similar to __FILE__ except with
a guarantee that only the last path component (without the
separator) will be rendered.

I intend to follow through with discussion of this with WG14
as a potential inclusion in the C standard or failing that,
try to discuss this with GCC developers since this extension
is desired by GCC and Clang users/developers alike.

Differential Revision: https://reviews.llvm.org/D61756

Details

Committed
kristinaMay 15 2019, 5:52 PM
Differential Revision
D61756: Add a __FILE_NAME__ macro.
Branches
Unknown
Tags
Unknown