diff options
-rw-r--r-- | docs/ReleaseNotes.rst | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/ReleaseNotes.rst b/docs/ReleaseNotes.rst index 3c09a58a2d..5435ce50f6 100644 --- a/docs/ReleaseNotes.rst +++ b/docs/ReleaseNotes.rst @@ -56,6 +56,15 @@ about them. The improvements since the 3.2 release include: - ... +Extended Identifiers: Unicode Support and Universal Character Names +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +Clang 3.3 includes support for *extended identifiers* in C99 and C++. +This feature allows identifiers to contain certain Unicode characters, as +specified by the active language standard; these characters can be written +directly in the source file using the UTF-8 encoding, or referred to using +*universal character names* (``\u00E0``, ``\U000000E0``). + New Compiler Flags ------------------ |