aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cppeditor/cpplocalsymbols.cpp
Commit message (Expand)AuthorAgeFilesLines
* CppEditor: Do not access document manager when gathering local symbolsChristian Kandeler2024-02-201-22/+14
* CppEditor: Fix crash in tst_checkSymbolsChristian Kandeler2023-09-071-0/+5
* CppEditor: Consider symbol occurrences in commentsChristian Kandeler2023-09-011-1/+44
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* CPlusPlus: Inline some simple central functionshjk2022-06-241-4/+4
* CppEditor: Un-export some classesChristian Kandeler2021-09-061-2/+2
* Merge CppTools into CppEditorChristian Kandeler2021-09-011-0/+312
* C++: Moved completion/highlighting into the model manager.Erik Verbruggen2012-02-081-302/+0
* Long live the king!hjk2012-01-261-1/+1
* all: s/info@qt.nokia.com/qt-info@nokia.com/hjk2011-11-031-2/+2
* C++: disambiguate cast expressions for highlighting.Erik Verbruggen2011-10-261-0/+17
* C++: fix highlighting again, this time for arguments.Erik Verbruggen2011-10-261-1/+2
* C++: fixed highlighting of expressions inside a sizeof() operator.Erik Verbruggen2011-10-261-4/+24
* QmlJS: Add semantic highlighting.Christian Kamm2011-08-241-2/+2
* Fix/add copyright headersTobias Hunger2011-05-061-1/+1
* Update license.hjk2011-04-131-14/+13
* It's 2011 now.con2011-01-121-1/+1
* License headers.con2010-12-171-7/+11
* Renamed Symbol::scope() to Symbol::enclosingScope().Roberto Raggi2010-08-261-1/+1
* Renamed the local declaration of FindLocalSymbols.Roberto Raggi2010-08-121-5/+5
* Skip local typedef declarations.Roberto Raggi2010-08-121-2/+6
* Merged ScopedSymbol and Scope.Roberto Raggi2010-08-111-14/+14
* Don't mess with the generated symbols.Roberto Raggi2010-08-061-2/+2
* Speed up the comutation of the local members.Roberto Raggi2010-08-061-137/+99
* Use Prototype instead of Function.Roberto Raggi2010-08-051-2/+2
* Refactored CPlusPlus::Function.Roberto Raggi2010-08-051-2/+2
* Handle C++ mem-intitializersRoberto Raggi2010-08-031-0/+6
* Highlight local and member symbols.Roberto Raggi2010-07-151-0/+289