aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/cplusplus
Commit message (Expand)AuthorAgeFilesLines
* CppEditor: Support try/catch in built-in indenterChristian Kandeler2024-03-151-0/+40
* CppEditor: Let users provide statement macrosChristian Kandeler2024-03-071-0/+18
* Merge remote-tracking branch 'origin/13.0'Eike Ziller2024-02-272-5/+5
|\
| * CppEditor: Fix indentation with inline namespacesChristian Kandeler2024-02-231-4/+4
| * CppEditor: Do not access document manager when gathering local symbolsChristian Kandeler2024-02-201-1/+1
* | CppEditor: Fix indentation of function call argumentsChristian Kandeler2024-02-261-0/+14
|/
* LookupContext: Replace QSharedPointer with std::shared_ptrJarek Kobus2024-02-062-3/+3
* CPlusPlus: Replace QSharedPointer with std::shared_ptrJarek Kobus2024-02-021-76/+76
* Fix missing overrides and redundant virtualAlessandro Portale2023-11-148-44/+46
* CppEditor: Consider symbol occurrences in commentsChristian Kandeler2023-09-011-1/+1
* Merge remote-tracking branch 'origin/11.0'David Schulz2023-08-221-0/+9
|\
| * CPlusPlus: Fix crash on weird-looking constructChristian Kandeler2023-08-181-0/+9
* | CPlusPlus: Support associating comments with a declarationChristian Kandeler2023-08-105-0/+237
* | Tests: Simplify return statementsJarek Kobus2023-08-022-9/+4
|/
* CppEditor: Add support for init statements in if conditionsChristian Kandeler2023-05-251-0/+23
* CPlusPlus: Add parser support for generic lambdasChristian Kandeler2023-03-131-0/+29
* CPlusPlus: Add support for coroutinesChristian Kandeler2023-03-061-2/+182
* CPlusPlus: Support requires clause in parserChristian Kandeler2023-03-031-0/+23
* CPlusPlus: Handle C++20 concepts in parserChristian Kandeler2023-02-281-0/+25
* Merge remote-tracking branch 'origin/10.0'Eike Ziller2023-02-101-1/+1
|\
| * CPlusPlus: Check maximum include depth in lexerChristian Kandeler2023-02-081-1/+1
* | CPlusPlus: Add lexer support for new C++20 keywordsChristian Kandeler2023-02-091-0/+33
|/
* Cpp: support space ship operator in lexerDavid Schulz2023-01-301-0/+2
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-0617-17/+17
* tests: Remove foreach usageArtem Sokolovskii2023-01-033-13/+13
* CppEditor: More migration to FilePathhjk2022-12-141-1/+1
* CplusPlus: Pass FilePath to Preprocessor::run()hjk2022-12-072-4/+4
* CPlusPlus: Use FilePath for resolved include pathshjk2022-11-301-3/+3
* Tests: Replace foreach with range-based for loopsJarek Kobus2022-11-241-1/+1
* CppEditor: Proliferate FilePath usehjk2022-11-248-10/+14
* CppEditor: Let users check for unused functions in (sub-)projectsChristian Kandeler2022-11-241-5/+5
* CPlusPlus: Proliferate FilePath usehjk2022-11-223-5/+11
* CPlusPlus: Add new usage tag "Template"Christian Kandeler2022-11-171-4/+6
* CPlusPlus: Add more usage tagsChristian Kandeler2022-11-071-1/+144
* CPlusPlus: Make Usage::Type QFlags-basedChristian Kandeler2022-11-071-233/+235
* CPlusPlus: Allow " = default" also on function implementationsChristian Kandeler2022-10-241-1/+3
* Use SPDX license identifiersLucie Gérard2022-08-2617-408/+34
* CPlusPlus: Support structured bindingsChristian Kandeler2022-08-231-0/+37
* CPlusPlus: Remove Rreprocessor::run overload for QStringshjk2022-08-011-1/+1
* CPlusPlus: Inline more simple Type related functionshjk2022-06-283-19/+19
* CPlusPlus: Inline some simple central functionshjk2022-06-241-3/+3
* Use QTEST_GUILESS_MAIN where applicableEike Ziller2022-06-135-5/+5
* CppEditor: Fix indentation for structured bindingGPery2022-03-291-0/+12
* Remove qmake build filesEike Ziller2022-01-2017-107/+0
* CPlusPlus: Fix "Find references"Christian Kandeler2021-11-091-0/+40
* TextEditor: Add highlighting category for namespacesChristian Kandeler2021-10-291-25/+26
* TextEditor: Allow special highlighting for static membersChristian Kandeler2021-10-281-15/+18
* CppEditor: Remove an unused enum valueChristian Kandeler2021-09-211-1/+0
* Merge CppTools into CppEditorChristian Kandeler2021-09-0121-30/+30
* Utils: Introduce a FilePath constructor from char arrayshjk2021-08-171-1/+1