summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHans Wennborg <hans@hanshq.net>2016-08-17 00:19:41 +0000
committerHans Wennborg <hans@hanshq.net>2016-08-17 00:19:41 +0000
commit4af2a3ed0c15b52ce984e2215f32ea6fe13941a8 (patch)
tree7f8ddd5e0154476e228657b2d697037a6dda7506
parent9ea2f5ae4c96e17dd5507a8c5fb90e1c6b2b240f (diff)
ReleaseNotes: mention new /imsvc flag
git-svn-id: https://llvm.org/svn/llvm-project/cfe/branches/release_39@278876 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--docs/ReleaseNotes.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/ReleaseNotes.rst b/docs/ReleaseNotes.rst
index fc54326bf7..dcffbfd825 100644
--- a/docs/ReleaseNotes.rst
+++ b/docs/ReleaseNotes.rst
@@ -107,6 +107,10 @@ the precompiled header flags are honored. But if the precompiled header is
included by an `#include <stdafx.h>` in each source file instead of by a
`/FIstdafx.h` flag, these flag continue to be ignored.
+clang-cl has a new flag, `/imsvc <dir>`, for adding a directory to the system
+include search path (where warnings are disabled default) without having to
+set `%INCLUDE`.
+
C Language Changes in Clang
---------------------------
The -faltivec and -maltivec flags no longer silently include altivec.h on Power platforms.