diff options
author | Alexey Samsonov <samsonov@google.com> | 2014-03-21 07:25:01 +0000 |
---|---|---|
committer | Alexey Samsonov <samsonov@google.com> | 2014-03-21 07:25:01 +0000 |
commit | 997a923eeb3972ff2bcb4122d52bee310d97dce2 (patch) | |
tree | 21515d95d2453e107279c0096b6f04fc56a1a5ce | |
parent | 67b9c50c531dd5a8d1ad08a843d283fad2ed7c3c (diff) | |
download | bcm5719-llvm-997a923eeb3972ff2bcb4122d52bee310d97dce2.tar.gz bcm5719-llvm-997a923eeb3972ff2bcb4122d52bee310d97dce2.zip |
Document removed flags in release notes
llvm-svn: 204438
-rw-r--r-- | clang/docs/ClangTools.rst | 2 | ||||
-rw-r--r-- | clang/docs/ReleaseNotes.rst | 4 |
2 files changed, 5 insertions, 1 deletions
diff --git a/clang/docs/ClangTools.rst b/clang/docs/ClangTools.rst index 419b63c164f..8957541c250 100644 --- a/clang/docs/ClangTools.rst +++ b/clang/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/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst index 28c19716ee4..df27af90b49 100644 --- a/clang/docs/ReleaseNotes.rst +++ b/clang/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 --------------------------- |