diff options
| author | Alex Lorenz <arphaman@gmail.com> | 2017-03-06 16:37:06 +0000 |
|---|---|---|
| committer | Alex Lorenz <arphaman@gmail.com> | 2017-03-06 16:37:06 +0000 |
| commit | adacd8f6176b90935f21f3df34cfcb8cca4e6dbf (patch) | |
| tree | 0ec28731d1969785d8b6049a4d00a6d9adf68303 | |
| parent | 7f7947bf413151d26571719678bcbfab25cc2ab3 (diff) | |
| download | bcm5719-llvm-adacd8f6176b90935f21f3df34cfcb8cca4e6dbf.tar.gz bcm5719-llvm-adacd8f6176b90935f21f3df34cfcb8cca4e6dbf.zip | |
[Docs] Add missing quotes to the language literal in the
external_source_symbol attribute docs
llvm-svn: 297027
| -rw-r--r-- | clang/include/clang/Basic/AttrDocs.td | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/include/clang/Basic/AttrDocs.td b/clang/include/clang/Basic/AttrDocs.td index e8a1f71b422..2d85d525e70 100644 --- a/clang/include/clang/Basic/AttrDocs.td +++ b/clang/include/clang/Basic/AttrDocs.td @@ -987,7 +987,7 @@ that ``SwiftProtocol`` actually originates from a Swift module: .. code-block:: objc - __attribute__((external_source_symbol(language=Swift,defined_in="module"))) + __attribute__((external_source_symbol(language="Swift",defined_in="module"))) @protocol SwiftProtocol @required - (void) method; |

