summaryrefslogtreecommitdiff
path: root/tests/test_domain_c.py
Commit message (Collapse)AuthorAgeFilesLines
...
* | Merge branch 'c_array_declarator' into merge_c_array_declaratorJakob Lykke Andersen2020-04-271-0/+15
|\ \ | |/
| * C, parse all types of array declaratorsJakob Lykke Andersen2020-04-251-0/+15
| |
* | C, allow semicolon in the end of declarationsJakob Lykke Andersen2020-04-241-4/+21
| | | | | | | | (except macros)
* | Merge branch '3.0.x' into 3.xTakeshi KOMIYA2020-04-131-31/+27
|\ \ | |/
| * C, parse attributesJakob Lykke Andersen2020-04-131-31/+27
| |
* | C, add scoping directivesJakob Lykke Andersen2020-04-121-0/+8
|/
* C, C++, do not recurse in anon symbols on additionJakob Lykke Andersen2020-03-251-0/+9
|
* C, alternative spellings of operatorsJakob Lykke Andersen2020-03-241-0/+11
|
* Use logging.suppress_logging()Jakob Lykke Andersen2020-03-171-2/+2
|
* C and C++ domains, change to new loggingJakob Lykke Andersen2020-03-171-17/+2
| | | | Also add get_source_info() to SphinxDirective and SphinxRole
* C, add __int64 as a fundamental typeJakob Lykke Andersen2020-03-151-0/+4
|
* C, add expression parsing and expr roleJakob Lykke Andersen2020-03-151-139/+99
|
* C, add new directives, fix xref lookupJakob Lykke Andersen2020-03-151-16/+8
|
* C, initial rewriteJakob Lykke Andersen2020-03-151-30/+506
|
* c domain: Generate node_id for objects in the right wayTakeshi KOMIYA2020-03-091-0/+80