summaryrefslogtreecommitdiff
path: root/tests/auto/cplusplus/lexer/tst_lexer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix that raw string literals that close on same line were not terminatedEike Ziller2017-05-191-0/+16
* C++: Disable C++ keywords in C filesFrancois Ferrand2016-08-231-2/+8
* C++: Fix compilation of tst_lexer.cppNikolai Kosjar2016-06-271-1/+1
* C++: Fix lexing of >> / >>=Philip Lorenz2016-06-221-0/+79
* C++: fix digraph parsing for <:: exception.Francois Ferrand2016-03-081-0/+8
* C++: fix lexing POUND_POUND token with digraphs.Francois Ferrand2016-03-081-0/+32
* C++: fix trigraph parsing in macros.Francois Ferrand2016-03-081-6/+40
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* Lexer: Support Microsoft suffix (u)i64Andre Hartmann2016-01-121-0/+24
* C++: Add basic tests for raw string literalsNikolai Kosjar2015-09-231-0/+11
* C++: Basic support for C++11 user-defined literalsAdam Strzelecki2015-02-171-4/+55
* 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-3/+104
|/
* Tests: Fix compilationOrgad Shaneh2014-11-071-27/+26
* License updateEike Ziller2014-10-091-7/+8
* C++: Tests: Fix unicode tests with MSVCNikolai Kosjar2014-06-051-33/+27
* C++/CppTools: Pass UTF-8 encoded source to LexerNikolai Kosjar2014-05-231-2/+1
* C++: Support for UTF-8 in the lexerNikolai Kosjar2014-05-231-8/+207
* C++: Tests: Allow comparing specific members of TokenNikolai Kosjar2014-05-161-69/+92
* C++: Fix support for incremental input with \nOrgad Shaneh2014-02-041-3/+27
* C++: Support multiline strings and commentsOrgad Shaneh2014-01-211-5/+149
* C++: Fix debugging of lexer testOrgad Shaneh2014-01-201-4/+7
* C++: Minor cleanup in lexer testsOrgad Shaneh2014-01-201-21/+23
* Merge remote-tracking branch 'origin/3.0'Eike Ziller2014-01-081-1/+1
|\
| * Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
* | Tests: Rename test function in tst_lexer.cppNikolai Kosjar2013-12-101-4/+4
* | C++: Compile fix for tst_lexerNikolai Kosjar2013-12-031-1/+1
* | CPlusPlus: Fix parsing of ??< ??> ??( ??) trigraphshjk2013-11-271-0/+7
|/
* fix include style relating to cplusplus librariesOswald Buddenhagen2013-04-031-3/+3
* C++: Tests: More lexer tests for doxygen commentsNikolai Kosjar2013-03-121-0/+53
* C++: Consider '^//[/!][^\n]*' as doxygen commentNikolai Kosjar2013-03-121-2/+9
* Fix build error (missing Q_DECLARE_METATYPE)Jan Kundrát2013-03-041-0/+2
* C++: Fix highlighting of doxygen's "///"Nikolai Kosjar2013-02-191-0/+109