summaryrefslogtreecommitdiff
path: root/tests/auto/cplusplus/checksymbols
Commit message (Expand)AuthorAgeFilesLines
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* CPlusPlus: Use FilePath for resolved include pathshjk2022-11-301-3/+3
* CppEditor: Proliferate FilePath usehjk2022-11-241-1/+1
* CPlusPlus: Proliferate FilePath usehjk2022-11-222-5/+9
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* Remove qmake build filesEike Ziller2022-01-201-4/+0
* TextEditor: Add highlighting category for namespacesChristian Kandeler2021-10-291-25/+26
* TextEditor: Allow special highlighting for static membersChristian Kandeler2021-10-281-15/+18
* CppEditor: Remove an unused enum valueChristian Kandeler2021-09-211-1/+0
* Merge CppTools into CppEditorChristian Kandeler2021-09-012-5/+5
* CppTools: Turn some classes into pure value typesChristian Kandeler2021-08-132-1/+2
* Standardize on int for line and column valueshjk2019-07-261-3/+3
* Clang build: Fix compilation with MSVC2017v4.10.0-beta1Cristian Adam2019-06-171-1/+1
* Qt Creator CMake portCristian Adam2019-05-171-0/+4
* CppTools: Separate highlighting for function declarations and callsOrgad Shaneh2016-06-201-63/+70
* C++: Guard against parent binding loopNikolai Kosjar2016-04-271-0/+36
* C++: Fix accessing invalid file id of SymbolNikolai Kosjar2016-04-181-0/+29
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* C++: Add a missing newline in CheckSymbols testOrgad Shaneh2016-01-111-4/+4
* C++: Revert lookup to 3.4.2Nikolai Kosjar2015-11-191-137/+6
* 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
* C++: Revert problematic template specialization changesNikolai Kosjar2015-09-101-1/+1
* C++: Add testsNikolai Kosjar2015-08-311-0/+96
* CppTools: Fix highlighting and follow for template using argumentOrgad Shaneh2015-06-091-1/+2
* CppTools: Highlight type for templated usingOrgad Shaneh2015-05-271-0/+8
* 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
* C++: Fix specialization resolution for nested typesOrgad Shaneh2015-04-281-2/+0
* C++: Add failing template-related tests to CheckSymbolsOrgad Shaneh2015-04-231-32/+245
* C++: Cleanup long CheckSymbols testOrgad Shaneh2015-04-221-713/+17
* C++: Fix crash on invalid function qualified nameNikolai Kosjar2015-03-131-0/+15
* Merge remote-tracking branch 'origin/3.3'Eike Ziller2015-02-121-27/+76
|\
| * C++: Check for cycled parentsNikolai Kosjar2015-01-231-27/+76
* | Merge commit '3c85058694ee2e41658d17f524fb48f0b187d2fe'Eike Ziller2015-02-121-6/+6
|\ \ | |/
| * Update LicenseEike Ziller2015-01-161-6/+6
* | C++: Remove unneeded qualificationsOrgad Shaneh2015-02-041-10/+9
|/
* Merge remote-tracking branch 'origin/3.2'Eike Ziller2014-10-141-7/+8
|\
| * License updateEike Ziller2014-10-091-7/+8
* | C++: Fix endless loop in lookup on WindowsNikolai Kosjar2014-09-251-0/+46
* | C++: Tests: Extract some functions in tst_checksymbolsNikolai Kosjar2014-09-251-18/+33
* | C++: Base parsing on editor document instead of widgetNikolai Kosjar2014-08-251-38/+37
|/
* C++: Fix preprocessor line offsetsNikolai Kosjar2014-07-041-0/+21
* C++: fix 'using' in separate block of scopePrzemyslaw Gorszkowski2014-06-131-0/+45
* C++: Tests: Fix unicode tests with MSVCNikolai Kosjar2014-06-053-20/+15