aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/3rdparty/cplusplus
Commit message (Expand)AuthorAgeFilesLines
* CMake build: Fix PIC issue with 3rd_cplusplusCristian Adam2019-05-201-0/+1
* Qt Creator CMake portCristian Adam2019-05-171-0/+45
* CPlusPlus: Fix enum valueChristian Stenger2019-01-311-1/+2
* Fix lvalue references and rvalue reference incorrectly matchingAllan Sandfeld Jensen2018-11-291-1/+5
* C++: Add some missing overrides in BindOrgad Shaneh2018-11-121-0/+7
* C++: Fix Token::spell()Nikolai Kosjar2018-11-021-12/+14
* C++: Reformat token_names tableNikolai Kosjar2018-11-021-45/+201
* C++: Fix parsing enum specifier IIINikolai Kosjar2018-11-011-1/+1
* C++: Fix parsing enum specifier IINikolai Kosjar2018-10-241-3/+1
* C++: Fix parsing enum specifierNikolai Kosjar2018-10-111-1/+5
* Highlighting: Add highlighting style for punctuationIvan Donchevskii2018-09-131-0/+3
* 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
|/