Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bump docs version to 6.0 | Hans Wennborg | 2017-07-19 | 1 | -2/+2 |
| | | | | llvm-svn: 308466 | ||||
* | Update docs/conf.py version | Hans Wennborg | 2017-01-12 | 1 | -3/+3 |
| | | | | llvm-svn: 291831 | ||||
* | docs/conf.py: update version to 4.0 | Hans Wennborg | 2016-07-18 | 1 | -2/+2 |
| | | | | llvm-svn: 275848 | ||||
* | Docs: keep copyright years up-to-date. | Paul Robinson | 2016-03-30 | 1 | -1/+2 |
| | | | | llvm-svn: 264941 | ||||
* | Update the copyright credits -- Happy new year 2014! | NAKAMURA Takumi | 2014-01-01 | 1 | -1/+1 |
| | | | | | FIXME: Dragonegg may be updated at non-trivial changes. llvm-svn: 198274 | ||||
* | We're in 3.4 land now. | Bill Wendling | 2013-05-07 | 1 | -2/+2 |
| | | | | llvm-svn: 181351 | ||||
* | [docs/analyzer] Convert existing debug-checks document to Sphinx and link ↵ | Daniel Dunbar | 2013-01-07 | 1 | -1/+1 |
| | | | | | | into doctree. llvm-svn: 171786 | ||||
* | analyzer: add initial Sphinx configuration | Sean Silva | 2013-01-02 | 1 | -0/+246 |
This is just the output of sphinx-quickstart. Now all that is needed to begin converting the analyzer docs to reST is the server-side setup. The analyzer folks have asked me to keep this segregated from the other clang docs since the analyzer is a logically separate project (and has its own separate web page) even though it resides in the clang tree. llvm-svn: 171425 |