Fixing an RST issue to silence a sphinx warning.

llvm-svn: 238241
This commit is contained in:
Aaron Ballman 2015-05-26 19:56:13 +00:00
parent 5de068bf31
commit a235996d4c
1 changed files with 3 additions and 4 deletions

View File

@ -48,10 +48,9 @@ Major New Features
------------------
- Use of the ``__declspec`` language extension for declaration attributes now
requires passing the -fms-extensions or -fborland compiler flag. This language
extension is also enabled when compiling CUDA code, but its use should be
viewed as an implementation detail that is subject to change.
requires passing the -fms-extensions or -fborland compiler flag. This language
extension is also enabled when compiling CUDA code, but its use should be
viewed as an implementation detail that is subject to change.
Improvements to Clang's diagnostics
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^