summaryrefslogtreecommitdiff
path: root/src/plugins/cpptools/cppelementevaluator.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge CppTools into CppEditorChristian Kandeler2021-09-011-757/+0
* Utils: filepathify LinkDavid Schulz2021-05-251-2/+2
* Check if the document ptr is not nullJarek Kobus2021-01-271-0/+5
* Refactor CppElementEvaluatorJarek Kobus2021-01-131-200/+272
* Show type hierarchy also for typedefsJarek Kobus2021-01-131-2/+12
* Properly annotate templates with full scope in type hierarchyJarek Kobus2021-01-071-3/+22
* Open type hierarchy from Type Hierarchy editorJarek Kobus2021-01-041-17/+76
* Make buildDerivedTypeHierarchy() a static methodJarek Kobus2020-12-171-8/+8
* Don't leak memory when canceling Type HierarchyJarek Kobus2020-12-101-2/+4
* Make canceling of Type Hierarchy evaluation more responsiveJarek Kobus2020-12-071-0/+1
* Modernize Type HierarchyJarek Kobus2020-12-071-46/+121
* Standardize on int for line and column valueshjk2019-07-261-3/+3
* Utils: Rename FileName to FilePathhjk2019-05-281-1/+1
* Move Help item from text editor to coreEike Ziller2019-01-251-9/+9
* CppTools: modernizeAlessandro Portale2019-01-211-9/+7
* Utils: Adjust column numbers affected by convertPosition changeIvan Donchevskii2018-11-091-1/+1
* Merge remote-tracking branch 'origin/4.6'Eike Ziller2018-03-131-0/+10
|\
| * Fix C++ type hierarchyEike Ziller2018-03-091-0/+10
* | CPlusPlus: Add toLink method to the SymbolIvan Donchevskii2018-02-071-1/+1
|/
* CppTools: Move some decls from header to sourceNikolai Kosjar2018-01-221-230/+263
* CppTools: Move CppHoverHandler to CppToolsNikolai Kosjar2018-01-161-0/+473