aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/3rdparty/cplusplus
Commit message (Expand)AuthorAgeFilesLines
* Fix compilation issues with C++17Eike Ziller2018-06-052-2/+2
* CPlusPlus: Fix some crashhjk2018-05-161-0/+3
* TextEditor: Highlight punctuators as TextHugo Holgersson2018-05-032-13/+21
* Utils: Purge qtcfallthrough.hOrgad Shaneh2018-04-091-2/+0
* Add support for nested namespaces (C++17)Colin Duquesnoy2018-02-092-2/+24
* CPlusPlus: Add toLink method to the SymbolIvan Donchevskii2018-02-072-0/+20
* Introduce Q_FALLTHROUGH()Friedemann Kleint2018-01-241-4/+4
* Merge remote-tracking branch 'origin/4.4'Eike Ziller2017-09-251-6/+10
|\
| * C++: Fix crash with invalid raw string literalNikolai Kosjar2017-09-201-6/+10
* | Merge remote-tracking branch 'origin/4.4'Eike Ziller2017-09-192-3/+7
|\|
| * CPlusPlus: Avoid nullptr accessNikolai Kosjar2017-09-131-1/+5
| * C++: Fix highlighting of "float" keyword for C filesAndre Hartmann2017-09-111-2/+2
* | Merge remote-tracking branch 'origin/4.4'Eike Ziller2017-07-288-13/+98
|\|
| * C++: Delete empty source fileOrgad Shaneh2017-07-262-3/+0
| * C++: Re-add Roberto's license header to files without oneOrgad Shaneh2017-07-265-0/+96
| * Replace include guards with #pragma onceOrgad Shaneh2017-07-262-10/+2
* | Merge remote-tracking branch 'origin/4.4'Eike Ziller2017-07-181-1/+3
|\|
| * Add Q_FALLTHROUGH for Qt < 5.8Christian Kandeler2017-07-171-1/+3
* | C++: fix lookups for functions with const argsIvan Donchevskii2017-07-111-1/+15
|/
* C++: Use #pragma once in cplusplus-update-frontendOrgad Shaneh2017-06-301-4/+1
* C++: fix code completion of stl containers in internal code modelPrzemyslaw Gorszkowski2017-06-151-5/+101
* Merge remote-tracking branch 'origin/4.3'Orgad Shaneh2017-06-021-1/+1
|\
| * C++: Initialize BaseClass::_isVariadicRobert Loehning2017-06-011-1/+1
* | Fix that raw string literals that close on same line were not terminatedEike Ziller2017-05-191-1/+3
* | CppEditor: Do not highlight C++ and Qt keywords for CNikolai Kosjar2017-05-161-0/+10
* | C++: Fix broken lexing for floating-pointsLeandro T. C. Melo2017-04-261-2/+4
* | Remove workarounds for unsupported compilersOrgad Shaneh2017-04-263-26/+3
* | C++ Disable bool keywords in C filesAndre Hartmann2017-04-141-3/+3
|/
* C++: Avoid printing to stderr and calling exit()Nikolai Kosjar2017-03-092-38/+1
* C++: Remove concurrent access to TemplateNameIdNikolai Kosjar2016-11-041-3/+0
* C++: Disable C++ keywords in C filesFrancois Ferrand2016-08-232-28/+29
* C++: Store template typename argument declarator typeOrgad Shaneh2016-08-193-0/+7
* C++: Add support of ref-qualifier for functions.Dmitry Ashkadov2016-06-223-0/+24
* C++: Fix lexing of >> / >>=Philip Lorenz2016-06-221-3/+3
* Merge remote-tracking branch 'origin/4.0'Eike Ziller2016-04-221-18/+47
|\
| * C++: Fix expensive parsing of declarationsNikolai Kosjar2016-04-201-18/+47
* | Merge remote-tracking branch 'origin/4.0'Eike Ziller2016-04-201-2/+2
|\|
| * C++: Fix accessing invalid file id of SymbolNikolai Kosjar2016-04-181-2/+2
* | Wholesale conversion to #pragma oncehjk2016-03-3031-140/+31
|/
* C++: fix digraph parsing for <:: exception.Francois Ferrand2016-03-081-2/+6
* C++: fix lexing POUND_POUND token with digraphs.Francois Ferrand2016-03-081-2/+8
* C++: fix trigraph parsing in macros.Francois Ferrand2016-03-083-2/+47
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-195-96/+71
* C++: Match const/volatile/signed/unsigned for FullySpecifiedTypeOrgad Shaneh2016-01-151-0/+11
* Lexer: Support Microsoft suffix (u)i64Andre Hartmann2016-01-121-0/+11
* C++: Support negative enum valuesOrgad Shaneh2015-12-151-1/+4
* C++: Add missing includesNikolai Kosjar2015-11-262-0/+2
* C++: Revert lookup to 3.4.2Nikolai Kosjar2015-11-1921-193/+20
* C++: Fix crashes with the pattern "enum class operator A"Lassi Hämäläinen2015-11-181-0/+5
* CPlusPlus: Remove used Lexer::translationUnit() functionhjk2015-11-022-4/+0