summaryrefslogtreecommitdiff
path: root/tests/auto/cplusplus
Commit message (Expand)AuthorAgeFilesLines
* C++: Fix crash with invalid raw string literalNikolai Kosjar2017-09-202-0/+21
* Fix that raw string literals that close on same line were not terminatedEike Ziller2017-05-191-0/+16
* Merge remote-tracking branch 'origin/4.2'Eike Ziller2017-02-271-0/+46
|\
| * C++: Avoid inline namespaces in generated codeNikolai Kosjar2017-02-231-0/+46
* | Remove spaces in initializer listsTim Jenssen2017-02-224-4/+4
|/
* C++: Enable showEnclosingTemplate also for function typeOrgad Shaneh2016-09-061-1/+3
* C++: Disable C++ keywords in C filesFrancois Ferrand2016-08-234-2/+12
* C++: Support pretty printing of template enclosing scopeOrgad Shaneh2016-08-191-0/+26
* C++: Fix compilation of tst_lexer.cppNikolai Kosjar2016-06-271-1/+1
* C++: Add support of ref-qualifier for functions.Dmitry Ashkadov2016-06-222-0/+140
* C++: Fix lexing of >> / >>=Philip Lorenz2016-06-221-0/+79
* CppTools: Separate highlighting for function declarations and callsOrgad Shaneh2016-06-201-63/+70
* Merge remote-tracking branch 'origin/4.0'Eike Ziller2016-05-031-0/+36
|\
| * C++: Guard against parent binding loopNikolai Kosjar2016-04-271-0/+36
* | Merge remote-tracking branch 'origin/4.0'Eike Ziller2016-04-201-0/+29
|\ \ | |/
| * C++: Fix accessing invalid file id of SymbolNikolai Kosjar2016-04-181-0/+29
* | Wholesale conversion to #pragma oncehjk2016-03-301-4/+1
|/
* 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-082-6/+64
* Selection changer autotest: Fix build with namespaced Qt.Christian Kandeler2016-02-291-0/+2
* C++: Implement context-aware expand / shrink selection actions.Alexandru Croitor2016-02-296-0/+1312
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-1915-255/+180
* C++: Match const/volatile/signed/unsigned for FullySpecifiedTypeOrgad Shaneh2016-01-151-0/+27
* Lexer: Support Microsoft suffix (u)i64Andre Hartmann2016-01-121-0/+24
* C++: Add a missing newline in CheckSymbols testOrgad Shaneh2016-01-111-4/+4
* C++: Support negative enum valuesOrgad Shaneh2015-12-151-0/+24
* C++: Revert lookup to 3.4.2Nikolai Kosjar2015-11-193-166/+14
* C++: Fix crashes with the pattern "enum class operator A"Lassi Hämäläinen2015-11-181-0/+24
* CppTools: Do not highlight instantiation as callAdam Strzelecki2015-11-161-0/+49
* C++: Limit template instantiation depthOrgad Shaneh2015-11-121-0/+21
* C++: Produce copyable debug output in CheckSymbols testOrgad Shaneh2015-11-121-23/+27
* Fix two typos in commentsNiels Weber2015-11-111-2/+2
* CppTools: Make FollowSymbol respect projectsNikolai Kosjar2015-10-125-1/+119
* C++: Support noexcept operatorClaus Steuer2015-10-031-0/+8
* C++: Add basic tests for raw string literalsNikolai Kosjar2015-09-233-0/+23
* C++: Revert problematic template specialization changesNikolai Kosjar2015-09-101-1/+1
* C++: Fix MSVC assert in std::isspace()Nikolai Kosjar2015-09-021-0/+21
* C++: Add testsNikolai Kosjar2015-08-311-0/+96
* C++: Do not let ASTPath calculate line/column for generated tokensNikolai Kosjar2015-07-311-0/+42
* C++: Ignore explicit template instantiationsOrgad Shaneh2015-06-291-0/+20
* CppTools: Fix highlighting and follow for template using argumentOrgad Shaneh2015-06-091-1/+2
* C++: Support ellipsis on variadic inheritance parsingJohannes Lorenz2015-06-021-2/+52
* CppTools: Highlight type for templated usingOrgad Shaneh2015-05-271-0/+8
* CppTools: Fix test_cppsourceprocessor_macroUses on WindowsOrgad Shaneh2015-05-271-0/+1
* C++: Fix resolving of recursive typedefOrgad Shaneh2015-05-201-1/+0
* C++: Fix explicit typedef from base type in templated classOrgad Shaneh2015-05-151-1/+0
* C++: Fix lookup for instantiation by class objectOrgad Shaneh2015-05-151-1/+21
* C++: Fix highlighting of member on indirect specialization typedefOrgad Shaneh2015-05-051-1/+0
* C++: Fix instantiation of typedefed type in blockOrgad Shaneh2015-04-281-1/+0