aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cppeditor/followsymbol_switchmethoddecldef_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* CppEditor: Move ClangdSettings into a dedicated set of filesChristian Kandeler2024-03-281-0/+1
* CppEditor: Mark some tests as XFAIL when running with clangdChristian Kandeler2024-02-281-0/+7
* CppEditor: Fix running tests with clangdChristian Kandeler2024-02-281-1/+3
* CppEditor: Move CppHeaderSource implementation and test to same fileshjk2024-01-261-3/+0
* CppEditor: Remove some CppEditorPlugin member functionshjk2024-01-261-1/+1
* CppEditor: Un-skip some tests in clangd modeChristian Kandeler2023-11-301-15/+13
* CppEditor: Allow tests to run with ClangCodeModel enabledChristian Kandeler2023-11-291-2/+0
* Tr: Fix some source textsJarek Kobus2023-10-191-1/+1
* CppEditor: Add context object into connectionsJarek Kobus2023-08-031-1/+1
* Various Plugins: Simplify return QList statementsJarek Kobus2023-08-021-1/+1
* CppEditor: Make a few CppModelManager functions statichjk2023-07-121-1/+1
* Editor: Adjust remaining usages of BaseTextEditor:convertPositionDavid Schulz2023-05-301-0/+1
* ClangCodeModel: Fix initial processor stateDavid Schulz2023-02-071-1/+1
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* CppEditor: Convert parts of ModelManagerInterface to FilePathhjk2022-11-291-2/+1
* CPlusPlus: Proliferate FilePath usehjk2022-11-221-7/+8
* Editor: move ownership of assist interface to processorDavid Schulz2022-11-171-6/+6
* Editor: unify assist processor handlingDavid Schulz2022-11-141-3/+5
* Clang/C++: Use qtcEnvironmentVariable* instead of qEnvironmentVariable*Eike Ziller2022-08-291-1/+2
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* CppEditor: Remove foreach / Q_FOREACH usage part 3Artem Sokolovskii2022-05-121-5/+5
* ClangCodeModel: Remove libclang fallback for "follow symbol"Christian Kandeler2022-04-281-3/+2
* CppEditor: Fix testingChristian Kandeler2022-02-041-2/+2
* ClangCodeModel: Adjust cursor for following destructor symbolsChristian Kandeler2022-01-281-4/+4
* Make some qHash and comparison operators overloads hidden friendshjk2021-12-061-6/+8
* Editor: pass AssistInterface to createProcessorDavid Schulz2021-09-161-2/+2
* CppEditor: Merge the four TestDocument classesChristian Kandeler2021-09-081-74/+27
* CppEditor: Merge two TestCase classesChristian Kandeler2021-09-081-1/+1
* CppEditor: Remove unneeded CppEditorWidgetInterfaceChristian Kandeler2021-09-071-1/+1
* CppEditor: Remove class CppEditorChristian Kandeler2021-09-031-6/+6
* Merge CppTools into CppEditorChristian Kandeler2021-09-011-19/+17
* CppEditor: Move FollowSymbolTest into the Tests namespaceChristian Kandeler2021-08-301-9/+5
* CppTools/CppEditor: Rename the TestDocument classesChristian Kandeler2021-08-301-33/+33
* CppEditor: Use test objects to group related test functionsChristian Kandeler2021-08-271-36/+49
* ProjectExplorer: Use FilePath in ProjectExplorer::openProject{,s}()hjk2021-07-271-1/+3
* Clangd: Add per-project settingsChristian Kandeler2021-06-301-3/+3
* CppTools: Add dedicated settings and settings page for clangdChristian Kandeler2021-06-281-5/+4
* ClangCodeModel: Implement declaration/definition switch via clangdChristian Kandeler2021-06-181-6/+126
* ClangCodeModel: Do not include base declaration in virtual overridesChristian Kandeler2021-06-171-1/+0
* ClangCodeModel: Tighten the check for qualified member function callChristian Kandeler2021-06-161-5/+6
* ClangCodeModel: Fix providing virtual override listChristian Kandeler2021-06-141-6/+0
* ClangCodeModel: Keep base declaration on topChristian Kandeler2021-06-141-2/+0
* ClangCodeModel: Fix links for virtual overridesChristian Kandeler2021-06-111-7/+1
* ClangCodeModel: Do the "Go to Implementation" requests recursivelyChristian Kandeler2021-06-111-16/+11
* CppEditor: Run test cases for virtual functions also with clangdChristian Kandeler2021-06-081-14/+77
* CppEditor: Tweak test infrastructureChristian Kandeler2021-06-021-15/+106
* CppEditor: Support decl/def switch for conversion operatorsChristian Kandeler2020-11-231-0/+13
* CppTools: More consistent fuzzy matching behaviorChristian Kandeler2020-08-141-4/+72
* CppEditor: Fix following signals/slots in old-style connectsChristian Kandeler2020-08-101-0/+20
* CppEditor: Find implementations for pure virtual declarationChristian Kandeler2020-07-211-0/+25