aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/clangcodemodel/clangcurrentdocumentfilter.cpp
Commit message (Expand)AuthorAgeFilesLines
* ClangCodeModel: Replace nested ClangCodeModel::Utils namespacehjk2020-07-061-3/+5
* Standardize on int for line and column valueshjk2019-07-261-1/+1
* Replace uses of qVariantFromValue with QVariant::fromValuehjk2019-05-271-1/+1
* Clang: Move unexported classes to InternalNikolai Kosjar2019-02-191-1/+2
* Clang: Use the same format for the current document filter and the symbol out...Ivan Donchevskii2018-08-081-11/+4
* Utils: move code model icons to utilsDavid Schulz2018-08-061-1/+1
* Clang: Do not duplicate operator entriesIvan Donchevskii2018-06-061-3/+1
* Clang: Fix heap-use-after-free in ClangCurrentDocumentFilterNikolai Kosjar2018-05-031-4/+2
* Clang: Simplify name and type in FullTokenInfo for functionsIvan Donchevskii2018-04-231-5/+3
* ClangSupport: Use simpler structures in some caseshjk2018-04-061-7/+6
* ClangCodeModel: Fix crash on git diff/showDavid Schulz2018-03-011-4/+5
* Clang: implement current document filterIvan Donchevskii2018-02-201-4/+133
* Clang: new empty locator filter classesIvan Donchevskii2018-01-241-0/+57