aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cppeditor/cppchecksymbols.h
Commit message (Expand)AuthorAgeFilesLines
* CppEditor: Do not access document manager when gathering local symbolsChristian Kandeler2024-02-201-0/+4
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* CPlusPlus: Proliferate FilePath usehjk2022-11-221-1/+1
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* Merge CppTools into CppEditorChristian Kandeler2021-09-011-0/+208
* C++: Moved completion/highlighting into the model manager.Erik Verbruggen2012-02-081-176/+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++: Clean up semantic highlighter chunking code.Christian Kamm2011-09-011-2/+0
* C++ semantic highlighting: Report uses sorted by line.Christian Kamm2011-08-301-0/+1
* QmlJS: Add semantic highlighting.Christian Kamm2011-08-241-2/+3
* Fix/add copyright headersTobias Hunger2011-05-061-1/+1
* Update license.hjk2011-04-131-14/+13
* s:// end of namespace :// namespace :g for consistencyhjk2011-02-041-1/+1
* Prevent preleminary flushes to prevent order mess-ups.Erik Verbruggen2011-01-191-1/+1
* It's 2011 now.con2011-01-121-1/+1
* License headers.con2010-12-171-7/+11
* Mark the elaborated type specifiers.Roberto Raggi2010-08-121-0/+1
* Look only at template classes.Roberto Raggi2010-08-111-0/+2
* Highlight the enumerators using the Static `char format'.Roberto Raggi2010-08-091-1/+7
* Mark the virtual destructors.Roberto Raggi2010-08-091-0/+3
* Use LowestPriority instead of IdlePriority.Roberto Raggi2010-08-091-1/+1
* Simplified CppCheckSymbols.Roberto Raggi2010-08-051-17/+17
* Highlight the virtual methods.Roberto Raggi2010-08-031-0/+10
* Handle C++ mem-intitializersRoberto Raggi2010-08-031-1/+3
* Recognize the members.Roberto Raggi2010-08-031-0/+3
* Reduce the CPU usage of the semantic highlighter.Roberto Raggi2010-07-191-2/+12
* Use addUsage() instead of addTypeUsage().Roberto Raggi2010-07-191-4/+4
* Introduced helpers to rewrite types and names.Roberto Raggi2010-07-161-2/+2
* Highlight local and member symbols.Roberto Raggi2010-07-151-0/+8
* Ensure the chunks are completed.Roberto Raggi2010-07-151-0/+2
* Renamed CheckUndefinedSymbols.Roberto Raggi2010-07-131-0/+126