| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
bin/clang-tblgen -gen-diag-docs -I../clang/include \
-I../clang/include/clang/Basic/ \
../clang/include/clang/Basic/Diagnostic.td -o \
../clang/docs/DiagnosticsReference.rst && \
bin/clang-tblgen -gen-attr-docs -I../clang/include \
../clang/include/clang/Basic/Attr.td -o \
../clang/docs/AttributeReference.rst && \
bin/clang-tblgen -gen-opt-docs -I../clang/include \
-I../clang/include/clang/Driver -I../llvm/include \
../clang/include/clang/Driver/ClangOptionDocs.td -o \
../clang/docs/ClangCommandLineReference.rst
|
|
|
|
| |
llvm-svn: 240430
|
|
|
|
|
|
| |
currently. To cut down on accidental commits to this file that are not properly reflected in AttrDocs.td (such as r215806 - r215808), this file now contains nothing but a comment explaining the current state of affairs.
llvm-svn: 240428
|
|
|
|
| |
llvm-svn: 240296
|
|
|
|
| |
llvm-svn: 215808
|
|
|
|
| |
llvm-svn: 215807
|
|
|
|
| |
llvm-svn: 215806
|
|
|
|
|
|
| |
newly-generated attribute reference. Tanya is looking into the server process when she gets the chance.
llvm-svn: 210691
|
|
|
|
|
|
| |
According to Aaron, this is being generated on the server now.
llvm-svn: 209232
|
|
|
|
| |
llvm-svn: 209231
|
|
|
|
| |
llvm-svn: 202656
|
|
|
|
|
|
| |
Removes a Sphinx warning pointed out by Sean Silva.
llvm-svn: 202655
|
|
|
|
|
|
|
|
|
|
|
| |
__virtual_inheritance
Add documentation for these attributes, it includes:
- Motivation for their existence.
- Examples on how to use them.
- Examples on how to misuse them.
llvm-svn: 202121
|
|
|
|
| |
llvm-svn: 202112
|
|
|
|
| |
llvm-svn: 202108
|
|
|
|
|
|
| |
Patch by Marcello Maggioni!
llvm-svn: 202035
|
|
|
|
| |
llvm-svn: 201942
|
|
|
|
|
|
|
|
| |
that the optimizer does not duplicate code.
Patch thanks to Marcello Maggioni!
llvm-svn: 201941
|
|
|
|
| |
llvm-svn: 201857
|
|
|
|
|
|
| |
AttrDocs. If a custom heading is provided, do not automatically generate the alternate spelling list. This is necessary because some attributes have distinct semantic spellings and meanings, but use the same semantic attribute internally. Such attributes should have multiple elements in their documentation list, but not show all spellings. At some point, it would be nice to have a way to attach the documentation element to a specific spelling for these cases.
llvm-svn: 201851
|
|
|
|
| |
llvm-svn: 201850
|
|
|
|
|
|
|
|
| |
will be manually committing AttributeReference.rst so that attribute documentation can be on the live server instead of simply disappearing from the language extensions page without obvious replacement.
This is a temporary stop-gap solution until server-side generation is implemented, at which point the AttributeReference.rst will go back to holding placeholder text.
llvm-svn: 201733
|
|
Clang via a Documentation tablegen class. Also updates the internals manual with information about how to use this new, required, documentation feature.
This patch adds some very, very sparse initial documentation for some attributes. Additional effort from attribute authors is greatly appreciated.
llvm-svn: 201515
|