[Clang][Docs] Document __FILE_NAME__. NFC

Document the `__FILE_NAME__` preprocessor extension.

llvm-svn: 360994
This commit is contained in:
Kristina Brooks 2019-05-17 06:46:12 +00:00
parent 61ed46c737
commit 5652063eff
1 changed files with 5 additions and 0 deletions

View File

@ -330,6 +330,11 @@ Builtin Macros
``__BASE_FILE__``
Defined to a string that contains the name of the main input file passed to
Clang.
``__FILE_NAME__``
Clang-specific extension that functions similar to ``__FILE__`` but only
renders the last path component (the filename) instead of an invocation
dependent full path to that file.
``__COUNTER__``
Defined to an integer value that starts at zero and is incremented each time