aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/cplusplus/SimpleLexer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Replace GPL-3.0 with GPL-3.0-onlyKai Köhne2023-01-101-1/+1
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* CppEditor: Fix highlighting of raw string literalsChristian Kandeler2021-12-101-0/+2
* CPlusPlus: Fix possible crashChristian Stenger2020-09-161-4/+3
* CppTools: Fix QStringRef and QSharedPointer related issues with Qt6Eike Ziller2020-09-151-1/+3
* Standardize on int for line and column valueshjk2019-07-261-3/+3
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* CppEditor: Use correct language features in Follow SymbolOrgad Shaneh2015-02-281-9/+2
* Merge commit '3c85058694ee2e41658d17f524fb48f0b187d2fe'Eike Ziller2015-02-121-6/+6
|\
| * Update LicenseEike Ziller2015-01-161-6/+6
* | C++: clean up numeric literal parsing and add support for n3472.Erik Verbruggen2014-12-181-1/+3
|/
* CPlusPlus: Use QVector<Token> instead of QListhjk2014-11-061-5/+5
* License updateEike Ziller2014-10-091-7/+8
* C++: Use Token::utf16chars{Begin,End} where appropriateNikolai Kosjar2014-05-231-6/+6
* C++/CppTools: Pass UTF-8 encoded source to LexerNikolai Kosjar2014-05-231-2/+2
* C++: Support for UTF-8 in the lexerNikolai Kosjar2014-05-231-2/+2
* C++: fix follow-symbol-under-cursor for #import <xyz>Erik Verbruggen2014-05-221-0/+2
* C++: Clarify units of a TokenNikolai Kosjar2014-05-151-3/+3
* C++: Use getter functions of TokenNikolai Kosjar2014-05-151-1/+1
* C++: Remove Lexer::{tokenOffset(),tokenLength()}Nikolai Kosjar2014-05-151-1/+1
* Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
* CPlusPlus: Make (sub-)languague selection more generichjk2013-10-151-42/+10
* fix include style relating to cplusplus librariesOswald Buddenhagen2013-04-031-3/+3
* Merge remote-tracking branch 'origin/2.6'Oswald Buddenhagen2013-01-311-1/+1
|\
| * Incremented year in copyright infov2.6.2Robert Loehning2013-01-291-1/+1
* | C++: Highlight argument to gcc's #include_next extension properlyhjk2013-01-041-0/+3
|/
* Adjust license headershjk2012-10-051-21/+20
* rename QtDebug to QDebughjk2012-08-061-1/+1
* Contact -> qt-project.orgEike Ziller2012-07-191-3/+1
* C++: Initialize memberLeandro Melo2012-06-281-1/+2
* Long live the king!hjk2012-01-261-1/+1
* C++: Enabled C++0x in SimpleLexerLeandro Melo2011-11-181-0/+11
* all: s/info@qt.nokia.com/qt-info@nokia.com/hjk2011-11-031-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
* More completion fixes.Erik Verbruggen2010-07-061-1/+1
* Fixed completion for doxygen comments.Erik Verbruggen2010-07-061-1/+1
* C++: Remember joined state in SimpleLexer.Christian Kamm2010-07-021-2/+10
* Removing SimpleTokenErik Verbruggen2010-07-021-62/+18
* Removed the TokenCache.Erik Verbruggen2010-07-021-0/+32
* Introduced token caching to prevent repetetive tokenizing.Erik Verbruggen2010-06-141-5/+4
* Fixed #import completion to act the same as #include completion.Erik Verbruggen2010-03-231-0/+4
* Long live the king!hjk2010-03-051-1/+1
* Revert "Split Objective-C keyword parsing to handle the '@' separately."Erik Verbruggen2010-02-151-1/+1
* Split Objective-C keyword parsing to handle the '@' separately.Erik Verbruggen2010-02-151-1/+1
* Renamed method.Erik Verbruggen2010-02-041-1/+1
* Small inclusion fixes.Tobias Hunger2010-01-081-1/+2
* Syntax highlighting for Objective-C identifiers (super, self, nil, Nil, _cmd,...Erik Verbruggen2009-10-091-1/+4