summaryrefslogtreecommitdiff
path: root/docs/ReleaseNotes.rst
diff options
context:
space:
mode:
authorKristina Brooks <notstina@gmail.com>2019-06-05 03:47:02 +0000
committerKristina Brooks <notstina@gmail.com>2019-06-05 03:47:02 +0000
commitc08a143b5a6114dcc6b23ab5f311fe506da656d4 (patch)
tree4d1f9df4eb815f0c72452707923356a81080a53f /docs/ReleaseNotes.rst
parenta0542939b2d54641af1a306f471eb2674eb48f8d (diff)
downloadclang-c08a143b5a6114dcc6b23ab5f311fe506da656d4.tar.gz
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
Diffstat (limited to 'docs/ReleaseNotes.rst')
-rw-r--r--docs/ReleaseNotes.rst6
1 files changed, 4 insertions, 2 deletions
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
^^^^^^^^^^^^^^^^^^^