summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAlexey Samsonov <samsonov@google.com>2014-03-21 07:25:01 +0000
committerAlexey Samsonov <samsonov@google.com>2014-03-21 07:25:01 +0000
commitc1d57a19df7e907b8245affe2f0358180c35cd7d (patch)
tree63aca81209247b6ae0e28d6a661b425f6e9619eb /docs
parenta86ef85c47a0ad9b982ffec1436ac3c93c7c34dd (diff)
downloadclang-c1d57a19df7e907b8245affe2f0358180c35cd7d.tar.gz
clang-c1d57a19df7e907b8245affe2f0358180c35cd7d.tar.bz2
clang-c1d57a19df7e907b8245affe2f0358180c35cd7d.tar.xz
Document removed flags in release notes
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@204438 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/ClangTools.rst2
-rw-r--r--docs/ReleaseNotes.rst4
2 files changed, 5 insertions, 1 deletions
diff --git a/docs/ClangTools.rst b/docs/ClangTools.rst
index 419b63c164..8957541c25 100644
--- a/docs/ClangTools.rst
+++ b/docs/ClangTools.rst
@@ -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:
diff --git a/docs/ReleaseNotes.rst b/docs/ReleaseNotes.rst
index 28c19716ee..df27af90b4 100644
--- a/docs/ReleaseNotes.rst
+++ b/docs/ReleaseNotes.rst
@@ -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
---------------------------