aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cppeditor/cpplocatorfilter.h
Commit message (Expand)AuthorAgeFilesLines
* CppLocatorFilters: Remove the old matchesFor() implementationJarek Kobus2023-05-121-29/+15
* CppEditor filters: Reimplement matchers()Jarek Kobus2023-04-251-0/+11
* CppEditor/LanguageClient: Reuse MatcherType enumJarek Kobus2023-04-211-4/+1
* CppLocatorFilter: Add cppCurrentDocumentMatcher()Jarek Kobus2023-04-201-0/+1
* LocatorMatcher: Introduce MatcherType enumJarek Kobus2023-04-201-1/+1
* CppLocatorFilter: Introduce cpp matchersJarek Kobus2023-04-171-0/+4
* CppLocatorFilter: Don't repeat CppLocatorData arg in c'torsJarek Kobus2023-04-041-10/+4
* ILocatorFilter: Provide default implementation for accept()Jarek Kobus2023-03-031-4/+0
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* Core: Turn LocatorFilterEntry ofn ILocatorFilter::accept to const &Alessandro Portale2022-02-111-1/+1
* CppEditor: Put the locator filters into one fileChristian Kandeler2021-09-071-0/+26
* Merge CppTools into CppEditorChristian Kandeler2021-09-011-0/+57