]> granicus.if.org Git - clang/commitdiff
Document removed flags in release notes
authorAlexey Samsonov <samsonov@google.com>
Fri, 21 Mar 2014 07:25:01 +0000 (07:25 +0000)
committerAlexey Samsonov <samsonov@google.com>
Fri, 21 Mar 2014 07:25:01 +0000 (07:25 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@204438 91177308-0d34-0410-b5e6-96231b3b80d8

docs/ClangTools.rst
docs/ReleaseNotes.rst

index 419b63c164f2a8a171132b9f14bb1aa3fc7f5b82..8957541c25047c3030a1d3be6974b38d469a4adf 100644 (file)
@@ -94,7 +94,7 @@ refactoring tools, e.g. to do a reformatting of all the lines changed during a
 renaming.
 
 ``clang-modernize``
-~~~~~~~~~~~~~~~~~
+~~~~~~~~~~~~~~~~~~~
 ``clang-modernize`` migrates C++ code to use C++11 features where appropriate.
 Currently it can:
 
index 28c19716ee455b535fcbd0a3872190ed705601ae..df27af90b490bc192b93e6df91eb5636911b5921 100644 (file)
@@ -88,6 +88,10 @@ respectively.  `-integrated-as` and `-no-integrated-as` are now considered
 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
 ---------------------------