summaryrefslogtreecommitdiff
path: root/docs/ReleaseNotes.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/ReleaseNotes.rst')
-rw-r--r--docs/ReleaseNotes.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/ReleaseNotes.rst b/docs/ReleaseNotes.rst
index a87004176b..f61db629a4 100644
--- a/docs/ReleaseNotes.rst
+++ b/docs/ReleaseNotes.rst
@@ -143,6 +143,9 @@ New Compiler Flags
feature is enabled by default for AArch64 at the ``-O0`` optimization level.
Support for other targets or optimization levels is currently incomplete.
+- New ``-nostdlib++`` flag to disable linking the C++ standard library. Similar
+ to using ``clang`` instead of ``clang++`` but doesn't disable ``-lm``.
+
Deprecated Compiler Flags
-------------------------
@@ -191,6 +194,8 @@ Windows Support
- Clang now has initial, preliminary support for targeting Windows on
ARM64.
+- clang-cl now exposes the ``--version`` flag.
+
C Language Changes in Clang
---------------------------