diff --git a/docs/ReleaseNotes.rst b/docs/ReleaseNotes.rst index fc54326bf72bc6045164e56d5bf75646fb2ec813..dcffbfd825df7b4212d69df54c69ce804fe73eee 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.