Document removed flags in release notes

llvm-svn: 204438
This commit is contained in:
Alexey Samsonov 2014-03-21 07:25:01 +00:00
parent 67b9c50c53
commit 997a923eeb
2 changed files with 5 additions and 1 deletions

View 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:

View 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
---------------------------