r204438 - Document removed flags in release notes
Alexey Samsonov
samsonov at google.com
Fri Mar 21 00:25:01 PDT 2014
Author: samsonov
Date: Fri Mar 21 02:25:01 2014
New Revision: 204438
URL: http://llvm.org/viewvc/llvm-project?rev=204438&view=rev
Log:
Document removed flags in release notes
Modified:
cfe/trunk/docs/ClangTools.rst
cfe/trunk/docs/ReleaseNotes.rst
Modified: cfe/trunk/docs/ClangTools.rst
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/docs/ClangTools.rst?rev=204438&r1=204437&r2=204438&view=diff
==============================================================================
--- cfe/trunk/docs/ClangTools.rst (original)
+++ cfe/trunk/docs/ClangTools.rst Fri Mar 21 02:25:01 2014
@@ -94,7 +94,7 @@ refactoring tools, e.g. to do a reformat
renaming.
``clang-modernize``
-~~~~~~~~~~~~~~~~~
+~~~~~~~~~~~~~~~~~~~
``clang-modernize`` migrates C++ code to use C++11 features where appropriate.
Currently it can:
Modified: cfe/trunk/docs/ReleaseNotes.rst
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/docs/ReleaseNotes.rst?rev=204438&r1=204437&r2=204438&view=diff
==============================================================================
--- cfe/trunk/docs/ReleaseNotes.rst (original)
+++ cfe/trunk/docs/ReleaseNotes.rst Fri Mar 21 02:25:01 2014
@@ -88,6 +88,10 @@ respectively. `-integrated-as` and `-no
legacy flags (but are available as an alias to prevent breaking existing users),
and users are encouraged to switch to the equivalent new feature flag.
+Deprecated flags `-faddress-sanitizer`, `-fthread-sanitizer`,
+`-fcatch-undefined-behavior` and `-fbounds-checking` were removed in favor of
+`-fsanitize=` family of flags.
+
C Language Changes in Clang
---------------------------
More information about the cfe-commits
mailing list