aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cpptools/semantichighlighter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge CppTools into CppEditorChristian Kandeler2021-09-011-304/+0
* CppTools: Fix semantic highlightingChristian Kandeler2021-08-021-1/+7
* CppTools: Another parentheses highlighting fixChristian Kandeler2021-04-201-1/+3
* ClangCodeModel: Fix template highlighting bugChristian Kandeler2021-04-161-4/+9
* CppTools: Clear outdated "semantic parentheses"Christian Kandeler2021-03-011-5/+43
* ClangCodeModel: Support "parentheses" matching for ternary operatorChristian Kandeler2021-02-111-3/+11
* CppTools: Fix parentheses mismatchChristian Kandeler2021-02-051-2/+2
* ClangCodeModel: Support highlighting angle bracketsChristian Kandeler2021-01-221-0/+23
* ClangCodeModel: Do not ignore highlighting for raw string literalsChristian Kandeler2020-10-221-1/+65
* CppTools: SimplifyNikolai Kosjar2019-11-011-1/+1
* CppTools: modernizeAlessandro Portale2019-01-211-3/+2
* Remove hard-coded disabling of debug logsOrgad Shaneh2018-10-131-1/+1
* Make functionality of applying mixin text styles available for everyoneEike Ziller2017-05-291-11/+2
* Utils: Adjust name fillWithZero()Thomas Hartmann2017-03-291-1/+1
* CppTools: Fix uninitialized memoryMarco Bubke2017-01-171-0/+1
* CppTools: Separate highlighting for function declarations and callsOrgad Shaneh2016-06-201-0/+12
* Add QTC_GUARDEike Ziller2016-04-181-2/+1
* CppTools: De-noise SemanticHighlighterOrgad Shaneh2016-03-091-20/+22
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* CppTools/Clang: Clean-up of includesNikolai Kosjar2015-12-161-2/+1
* CppEditor: Fix semantic highlighting when zoomingNikolai Kosjar2015-06-231-10/+0
* Clean exported headers of the CppTools plugin.Friedemann Kleint2015-03-051-0/+3
* Update LicenseEike Ziller2015-01-161-6/+6
* CppTools: Make use of QLoggingCategoryNikolai Kosjar2014-11-031-7/+6
* License update.Eike Ziller2014-10-151-7/+8
* Rename {Core,TextEditor},{Base,}TextDocument classeshjk2014-09-251-2/+2
* C++: prevent possible nullptr deref.Erik Verbruggen2014-09-121-0/+2
* C++: Base parsing on editor document instead of widgetNikolai Kosjar2014-08-251-0/+165