From: Kristina Brooks Date: Wed, 5 Jun 2019 03:47:02 +0000 (+0000) Subject: Add __FILE_NAME__ to ReleaseNotes. NFC X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c08a143b5a6114dcc6b23ab5f311fe506da656d4;p=clang Add __FILE_NAME__ to ReleaseNotes. NFC Added it under C language changes as a nonstandard extension for the time being. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@362581 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/ReleaseNotes.rst b/docs/ReleaseNotes.rst index 29c900d523..e13bec1fa2 100644 --- a/docs/ReleaseNotes.rst +++ b/docs/ReleaseNotes.rst @@ -101,9 +101,11 @@ Windows Support C Language Changes in Clang --------------------------- -- ... +- ``__FILE_NAME__`` macro has been added as a Clang specific extension supported + in all C-family languages. This macro is similar to ``__FILE__`` except it + will always provide the last path component when possible. -... +- ... C11 Feature Support ^^^^^^^^^^^^^^^^^^^