aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cppeditor/cppchecksymbols.cpp
Commit message (Expand)AuthorAgeFilesLines
* CppEditor: Do not access document manager when gathering local symbolsChristian Kandeler2024-02-201-9/+21
* Fix occurrences of the contains/insert anti-patternChristian Kandeler2023-06-231-5/+2
* CppEditor: Convert to Tr::trAlessandro Portale2023-01-121-9/+7
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* CPlusPlus: Proliferate FilePath usehjk2022-11-221-2/+2
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-071-1/+1
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* CPlusPlus: Inline more simple Type related functionshjk2022-06-281-3/+3
* CPlusPlus: Inline some simple central functionshjk2022-06-241-19/+19
* CppEditor: Remove foreach / Q_FOREACH usageArtem Sokolovskii2022-05-061-10/+15
* TextEditor: Add highlighting category for namespacesChristian Kandeler2021-10-291-2/+12
* TextEditor: Allow special highlighting for static membersChristian Kandeler2021-10-281-1/+5
* CppEditor: Un-export some classesChristian Kandeler2021-09-061-1/+1
* Merge CppTools into CppEditorChristian Kandeler2021-09-011-0/+1504
* C++: Moved completion/highlighting into the model manager.Erik Verbruggen2012-02-081-1110/+0
* Long live the king!hjk2012-01-261-1/+1
* C++: Replace non-absolute-critical asserts for soft onesLeandro Melo2012-01-241-1/+3
* C++: Rename source/setSource to utf8Source/setUtf8SourceLeandro Melo2012-01-131-2/+2
* C++: Accept UTF-8 byte arrays in type of expressionLeandro Melo2012-01-131-5/+4
* CppEditor: Compile with QT_NO_CAST_FROM_ASCII.Friedemann Kleint2012-01-121-6/+9
* all: s/info@qt.nokia.com/qt-info@nokia.com/hjk2011-11-031-2/+2
* C++: Clean up semantic highlighter chunking code.Christian Kamm2011-09-011-12/+2
* C++ semantic highlighting: Report uses sorted by line.Christian Kamm2011-08-301-4/+21
* QmlJS: Add semantic highlighting.Christian Kamm2011-08-241-18/+18
* Fix/add copyright headersTobias Hunger2011-05-061-1/+1
* Fix more krazy warnings.Friedemann Kleint2011-04-191-2/+1
* Update license.hjk2011-04-131-14/+13
* Fixed inconsistent highlighting of virtual destructor.Erik Verbruggen2011-01-191-1/+1
* Prevent preleminary flushes to prevent order mess-ups.Erik Verbruggen2011-01-191-3/+8
* It's 2011 now.con2011-01-121-1/+1
* License headers.con2010-12-171-7/+11
* Search for possible types in the template arguments.Roberto Raggi2010-09-091-0/+3
* Renamed Symbol::scope() to Symbol::enclosingScope().Roberto Raggi2010-08-261-5/+5
* Remember the T_TEMPLATE token we use to force the parser to recognize a templ...Roberto Raggi2010-08-121-21/+25
* Mark the elaborated type specifiers.Roberto Raggi2010-08-121-0/+17
* Mark forward template class declarations.Roberto Raggi2010-08-121-1/+1
* Look only at template classes.Roberto Raggi2010-08-111-1/+14
* Mark the templates.Roberto Raggi2010-08-111-1/+6
* Removed TemplateParameters.Roberto Raggi2010-08-111-18/+0
* Merged ScopedSymbol and Scope.Roberto Raggi2010-08-111-27/+27
* Renamed CollectTypes.Roberto Raggi2010-08-101-3/+3
* Highlight the enumerators using the Static `char format'.Roberto Raggi2010-08-091-9/+89
* Mark the virtual destructors.Roberto Raggi2010-08-091-2/+55
* Look only at the viable functions.Roberto Raggi2010-08-091-12/+17
* Speed up the comutation of the local members.Roberto Raggi2010-08-061-0/+8
* Set the right context when processing decl-specifiers.Roberto Raggi2010-08-051-0/+2
* Simplified CppCheckSymbols.Roberto Raggi2010-08-051-199/+196
* Ignore shadowed symbols.Roberto Raggi2010-08-031-7/+5
* Highlight only the unqualified name id.Roberto Raggi2010-08-031-2/+11
* Check for possible 0x0 access.Roberto Raggi2010-08-031-1/+1