forked from OSchip/llvm-project
Fixing an RST issue to silence a sphinx warning.
llvm-svn: 238241
This commit is contained in:
parent
5de068bf31
commit
a235996d4c
|
@ -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
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
|
Loading…
Reference in New Issue