summaryrefslogtreecommitdiffstats
path: root/src/scopedtypevariant.h
Commit message (Collapse)AuthorAgeFilesLines
* Pass QCString by const referenceDimitri van Heesch2020-10-201-9/+9
|
* Spelling erroralbert-github2020-10-101-1/+1
| | | | | | Corrected spelling error (Found by Fossies).
* Refactoring: Introduce ScopedTypeVariantDimitri van Heesch2020-10-101-0/+292
- Avoid creating new symbol definitions while generating syntax highlighted code. - Add some locking around shared data collection (search index & tooltips) to support concurrent processing - Unify some code that was duplicated in code.l and pycode.l