summaryrefslogtreecommitdiff
path: root/tests/test_domain_cpp.py
Commit message (Collapse)AuthorAgeFilesLines
...
* Decl styling, more nodes and C++ conversionJakob Lykke Andersen2021-04-121-0/+4
|
* C and C++, fix nested paramter listsJakob Lykke Andersen2021-03-041-0/+3
|
* C++, support spaceship operatorJakob Lykke Andersen2021-03-021-1/+5
| | | | Fixes sphinx-doc/sphinx#8942
* Merge branch '3.x'Takeshi KOMIYA2021-01-161-1/+69
|\
| * C++, fix object types for xrefsJakob Lykke Andersen2021-01-111-1/+69
| | | | | | | | | | Make them all work with intersphinx. Strengthen templateParam a bit.
* | Merge branch '3.x'Takeshi KOMIYA2021-01-011-1/+1
|\ \ | |/
| * 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
* | Merge branch '3.x'Takeshi KOMIYA2020-11-211-11/+10
|\ \ | |/
| * test: Fix duplicated testcasesTakeshi KOMIYA2020-11-161-2/+2
| |
| * refactor: Fix flake8 violations under tests/ directoryTakeshi KOMIYA2020-11-151-9/+8
| |
* | Merge branch '3.x'Takeshi KOMIYA2020-11-121-2/+2
|\ \ | |/
| * Sort imports with isortFrançois Freitag2020-11-111-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | 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.
* | Merge branch '3.x'Takeshi KOMIYA2020-11-021-6/+6
|\ \ | |/
| * C, C++, improve warnings on duplicatesJakob Lykke Andersen2020-10-241-6/+6
| |
* | Merge branch '3.x'Takeshi KOMIYA2020-10-241-0/+15
|\ \ | |/
| * C++, properly reject functions as duplicatesJakob Lykke Andersen2020-10-031-0/+15
| | | | | | | | Fixes sphinx-doc/sphinx#8270
* | Merge branch '3.x'Takeshi KOMIYA2020-08-141-3/+4
|\ \ | |/
| * C and C++, parsing function attributesJakob Lykke Andersen2020-08-131-3/+3
| | | | | | | | Fixes sphinx-doc/sphinx#8114
| * C++, fix template template parameter parsingJakob Lykke Andersen2020-08-131-0/+1
| | | | | | | | https://github.com/sphinx-doc/sphinx/pull/8037#issuecomment-673511490
* | Merge branch '3.x'Takeshi KOMIYA2020-08-081-0/+11
|\ \ | |/
| * C++, fix non-type template parameter parsingJakob Lykke Andersen2020-08-021-0/+11
| | | | | | | | Fixes sphinx-doc/sphinx#7944
* | Merge branch '3.x'Takeshi KOMIYA2020-07-051-0/+13
|\ \ | |/
| * Add tests for noindexentryJakob Lykke Andersen2020-07-051-0/+13
| |
* | Merge branch '3.x'Takeshi KOMIYA2020-07-051-0/+2
|\ \ | |/
| * C,C++: support parameterized GNU style attributesJakob Lykke Andersen2020-06-201-0/+2
| | | | | | | | Fixes sphinx-doc/sphinx#7853
* | Merge branch '3.x'Takeshi KOMIYA2020-06-041-1/+19
|\ \ | |/
| * C++, parse (trailing) requires clausesJakob Lykke Andersen2020-06-021-0/+9
| | | | | | | | Fixes sphinx-doc/sphinx#7295
| * 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
| | |
* | | Merge branch '3.x'Takeshi KOMIYA2020-05-171-116/+148
|\ \ \ | |/ /
| * | C++, fix rendering of rooted nested namesJakob Lykke Andersen2020-05-161-116/+148
| | | | | | | | | | | | Also, test doctree generation via astext().
* | | Merge branch '3.x'Takeshi KOMIYA2020-05-021-23/+49
|\ \ \ | |/ /
| * | C++, parse trailing return typesJakob Lykke Andersen2020-05-011-0/+15
| | |
| * | C++, parse expressions with user-defined literalsJakob Lykke Andersen2020-05-011-23/+34
| | | | | | | | | | | | Fixes sphinx-doc/sphinx#7294
* | | Merge branch '3.x'Takeshi KOMIYA2020-04-271-5/+23
|\ \ \ | |/ /
| * | Merge pull request #7485 from jbab/cpp-noexceptJakob Lykke Andersen2020-04-251-2/+6
| |\ \ | | | | | | | | C++, add support for parameterized noexcept specifier in function dec…
| | * | C++, add support for parameterized noexcept specifier in function declarationsJan Babst2020-04-241-2/+6
| | |/
| * | C++, semicolon, move it entirely to ASTDeclarationJakob Lykke Andersen2020-04-241-1/+8
| | |
| * | C++ domain: Add support for semicolon in declarationsJan Babst2020-04-241-3/+10
| |/
* | Merge branch '3.x'Takeshi KOMIYA2020-04-131-2/+1
|\ \ | |/
| * C, parse attributesJakob Lykke Andersen2020-04-131-2/+1
| |
* | Merge branch '3.x'Takeshi KOMIYA2020-03-281-24/+85
|\ \ | |/
| * C, C++, do not recurse in anon symbols on additionJakob Lykke Andersen2020-03-251-0/+9
| |
| * C++, support pack expansion in template argument listsJakob Lykke Andersen2020-03-251-0/+6
| |
| * C++, support comma operator in expressionsJakob Lykke Andersen2020-03-251-0/+3
| |
| * C++, support alternate spellings of operatorsJakob Lykke Andersen2020-03-241-24/+67
| | | | | | | | Fixes sphinx-doc/sphinx#7367
* | Merge branch '3.x'Takeshi KOMIYA2020-03-211-9/+55
|\ \ | |/
| * Add C++ test for backslash strippingJakob Lykke Andersen2020-03-201-0/+16
| |
| * C++, fix minor space issues in declaratorsJakob Lykke Andersen2020-03-181-7/+17
| |