summaryrefslogtreecommitdiff
path: root/src/plugins/cppeditor/cppchecksymbols.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Highlight the virtual methods.Roberto Raggi2010-08-031-4/+184
* Handle C++ mem-intitializersRoberto Raggi2010-08-031-3/+26
* Recognize the members.Roberto Raggi2010-08-031-4/+22
* It looks like there's no need to release the CPU anymore.Roberto Raggi2010-07-211-1/+0
* Reduce the CPU usage of the semantic highlighter.Roberto Raggi2010-07-191-11/+15
* Fixes for scope range calculation.Erik Verbruggen2010-07-191-4/+4
* Use addUsage() instead of addTypeUsage().Roberto Raggi2010-07-191-18/+18
* Request a flush after processing a function definition.Roberto Raggi2010-07-161-0/+2
* Introduced helpers to rewrite types and names.Roberto Raggi2010-07-161-10/+14
* Search for the local usages after processing the function body.Roberto Raggi2010-07-151-5/+6
* Highlight local and member symbols.Roberto Raggi2010-07-151-6/+109
* Ensure the chunks are completed.Roberto Raggi2010-07-151-3/+14
* Renamed CheckUndefinedSymbols.Roberto Raggi2010-07-131-0/+571