summaryrefslogtreecommitdiff
path: root/tests/test_domain_c.py
Commit message (Collapse)AuthorAgeFilesLines
* Allow multi-line object description signatures (#11011)TLouf2023-05-111-1/+261
| | | | | Co-authored-by: Adam Turner <9087854+aa-turner@users.noreply.github.com> Co-authored-by: Jean-François B <2589111+jfbu@users.noreply.github.com> Co-authored-by: TLouf <loufthomas@gmail.com>
* Resolve lint errors from Ruff 0.0.259Adam Turner2023-03-231-1/+1
|
* Adopt ``profile = "black"`` for ``isort``Adam Turner2023-01-071-2/+8
| | | | This allows using Ruff's import sorting fixers
* remove blanket 'noqas'Daniel Eades2022-12-161-2/+2
|
* Run the ``pyupgrade`` toolAdam Turner2022-10-171-9/+9
|
* Merge branch '5.x' into fix-warningsAdam Turner2022-05-021-4/+8
|\ | | | | | | | | # Conflicts: # tests/test_search.py
| * C and C++, support attribtues on enumeratorsJakob Lykke Andersen2022-04-171-0/+4
| | | | | | | | Fixes sphinx-doc/sphinx#10341
| * C and C++, refactor attribute listsJakob Lykke Andersen2022-04-171-4/+4
| |
* | `.read_text()` -> `.read_text(encoding='utf8')`Adam Turner2022-04-271-2/+2
|/
* Collapse single line docstringsAdam Turner2022-02-201-2/+1
|
* Remove copyright and licence fieldsAdam Turner2022-02-201-3/+0
|
* Fix module docstring indentationAdam Turner2022-02-201-2/+2
|
* Fix module docstring first lineAdam Turner2022-02-201-2/+1
|
* Remove module titles in docstringsAdam Turner2022-02-191-3/+0
|
* address some unused loop control variables (B007)Daniel Eades2022-01-121-1/+1
|
* A happy new year!Takeshi KOMIYA2022-01-011-1/+1
|
* C, simple type specifier parsing, handling macro-keywordsJakob Lykke Andersen2021-12-011-4/+1
|
* C, fix parsing of fundamental typesJakob Lykke Andersen2021-11-301-0/+8
| | | | | When multiple simple type specifiers are part of the type, then they may appear in any order.
* C, C++, parse <width> <complex/imaginary>Jakob Lykke Andersen2021-08-201-1/+2
|
* C, add short int, and treat spaced types properlyJakob Lykke Andersen2021-08-201-7/+10
|
* C, add fract and accumJakob Lykke Andersen2021-08-201-1/+1
|
* C, update fundamental types, including GNU extsJakob Lykke Andersen2021-08-201-0/+52
| | | | Fixes sphinx-doc/sphinx#9535
* Merge branch '4.0.x' into 4.xTakeshi KOMIYA2021-06-301-7/+18
|\
| * C, keyword changesJakob Lykke Andersen2021-06-171-7/+18
| | | | | | | | | | | | | | | | - Add new keywords from C23. - Add c_extra_keywords as confval. - Move macro names from keywords to c_extra_keywords. Fixes sphinx-doc/sphinx#9354
* | C++, C, support digit separators in literalsJakob Lykke Andersen2021-06-241-3/+8
| |
* | Refactor C testsJakob Lykke Andersen2021-06-031-61/+61
| |
* | Field roles, add C testJakob Lykke Andersen2021-06-031-0/+7
|/
* C and C++, fix nested paramter listsJakob Lykke Andersen2021-03-041-0/+3
|
* C, test namespace revampJakob Lykke Andersen2021-02-241-2/+2
|
* C, simplify testsJakob Lykke Andersen2021-02-241-5/+26
|
* C, properly error on keywords as function parametersJakob Lykke Andersen2021-02-241-0/+3
|
* Merge branch '3.4.x' into 3.xTakeshi KOMIYA2021-01-221-0/+7
|\
| * C, fix namespace lookup for expr roleJakob Lykke Andersen2021-01-101-0/+7
| |
* | C, fix object types for xrefsJakob Lykke Andersen2021-01-111-0/+52
|/ | | | | | Add 'identifer' to all and 'type' to types. Fixes sphinx-doc/sphinx#8341
* A happy new year!Takeshi KOMIYA2021-01-011-1/+1
| | | | | | | .. note:: $ find sphinx tests LICENSE doc/conf.py -type f -exec sed -i '' -e 's/2007\-20../2007-2021/' {} \; $ git co sphinx/locale/**/*.js sphinx/templates/epub3/mimetype
* test: Fix duplicated testcasesTakeshi KOMIYA2020-11-161-1/+1
|
* refactor: Fix flake8 violations under tests/ directoryTakeshi KOMIYA2020-11-151-7/+8
|
* Sort imports with isortFrançois Freitag2020-11-111-4/+3
| | | | | | | | | | | | Keep imports alphabetically sorted and their order homogeneous across Python source files. The isort project has more feature and is more active than the flake8-import-order plugin. Most issues caught were simply import ordering from the same module. Where imports were purposefully placed out of order, tag with isort:skip.
* C, C++, improve warnings on duplicatesJakob Lykke Andersen2020-10-241-2/+2
|
* C, fix links to function parametersJakob Lykke Andersen2020-10-131-0/+34
|
* C, fix names in get_objects()Jakob Lykke Andersen2020-09-141-7/+11
| | | | Fixes sphinx-doc/sphinx#8160
* C and C++, parsing function attributesJakob Lykke Andersen2020-08-131-5/+4
| | | | Fixes sphinx-doc/sphinx#8114
* C, changelog and test for named variadic argsJakob Lykke Andersen2020-07-271-0/+4
|
* Add tests for noindexentryJakob Lykke Andersen2020-07-051-0/+11
|
* C,C++: support parameterized GNU style attributesJakob Lykke Andersen2020-06-201-0/+2
| | | | Fixes sphinx-doc/sphinx#7853
* Merge pull request #7769 from jakobandersen/c_cpp_display_string_opsJakob Lykke Andersen2020-06-021-0/+9
|\ | | | | C and C++, don't crash during stringification
| * C and C++, don't crash during stringificationJakob Lykke Andersen2020-06-021-0/+9
| | | | | | | | | | | | | | Specifically when generating display strings for unary expressions and fold expressions. Fixes sphinx-doc/sphinx#7763
* | C, C++: fix typo in testsJakob Lykke Andersen2020-05-221-1/+1
| |
* | C, enable tests of anon entitiesJakob Lykke Andersen2020-05-161-6/+5
| |
* | C, fix rendering of rooted nested namesJakob Lykke Andersen2020-05-161-27/+56
| | | | | | | | Also, test doctree generation via astext().