зеркало из https://github.com/microsoft/clang-1.git
Minor documentation update about Microsoft extensions.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@73052 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Родитель
abc4e32603
Коммит
a1821b5f8b
|
@ -606,9 +606,10 @@ translation units.</p>
|
|||
|
||||
<p>clang has some experimental support for extensions from
|
||||
Microsoft Visual C++; to enable it, use the -fms-extensions command-line
|
||||
option. Eventually, this will be the default for Windows targets.
|
||||
These extensions are not anywhere near complete, so please do not
|
||||
file bugs; patches are welcome, though.</p>
|
||||
option. This is the default for Windows targets. Note that the
|
||||
support is incomplete; enabling Microsoft extensions will silently drop
|
||||
certain constructs (including __declspec and Microsoft-style asm statements).
|
||||
</p>
|
||||
|
||||
<li>clang does not support the Microsoft extension where anonymous
|
||||
record members can be declared using user defined typedefs.</li>
|
||||
|
|
Загрузка…
Ссылка в новой задаче