summaryrefslogtreecommitdiff
path: root/tests/auto/cplusplus/preprocessor
Commit message (Expand)AuthorAgeFilesLines
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* tests: Remove foreach usageArtem Sokolovskii2023-01-031-6/+6
* CplusPlus: Pass FilePath to Preprocessor::run()hjk2022-12-072-4/+4
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* CPlusPlus: Remove Rreprocessor::run overload for QStringshjk2022-08-011-1/+1
* Remove qmake build filesEike Ziller2022-01-201-23/+0
* Merge CppTools into CppEditorChristian Kandeler2021-09-011-1/+1
* CPlusPlus: Fix expectations in preprocessor autotestChristian Kandeler2020-08-121-18/+19
* CPlusPlus: Fix lexer crashChristian Kandeler2020-06-181-0/+15
* CMake Build: Use same Qt compiler defines for testsCristian Adam2019-09-101-5/+3
* Standardize on int for line and column valueshjk2019-07-261-69/+69
* Avoid warning on empty expressionshjk2019-07-231-3/+3
* Qt Creator CMake portCristian Adam2019-05-171-0/+4
* CPlusPlus: Block function-like macro name for arguments expansionIvan Donchevskii2019-01-171-0/+57
* C++: fix trigraph parsing in macros.Francois Ferrand2016-03-081-0/+24
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* C++: Fix MSVC assert in std::isspace()Nikolai Kosjar2015-09-021-0/+21
* CppTools: Fix test_cppsourceprocessor_macroUses on WindowsOrgad Shaneh2015-05-271-0/+1
* C++: Fix preprocessing of comments within function-like macroOrgad Shaneh2015-03-131-8/+140
* C++: Provide better output on preprocessor test failureOrgad Shaneh2015-03-131-23/+36
* Merge remote-tracking branch 'origin/3.3'Eike Ziller2015-02-121-0/+18
|\
| * C++: Fix crash when #if[def] nesting is deeper than 512 levelsOrgad Shaneh2015-02-031-0/+18
* | Merge commit '3c85058694ee2e41658d17f524fb48f0b187d2fe'Eike Ziller2015-02-121-6/+6
|\ \ | |/
| * Update LicenseEike Ziller2015-01-161-6/+6
* | C++: Expand arguments in nested function-like macrosOrgad Shaneh2015-01-211-5/+11
* | CppTools: Tests: Stop writing into source dirNikolai Kosjar2014-12-196-0/+51
* | C++: Finish gcc's include_next supportNikolai Kosjar2014-12-153-0/+20
|/
* CppEditor: Avoid duplicate "Add #include XYZ"Nikolai Kosjar2014-11-281-0/+3
* C++: Add a failing test for pp concat bugOrgad Shaneh2014-11-071-0/+27
* Merge remote-tracking branch 'origin/3.2'Eike Ziller2014-10-141-7/+8
|\
| * License updateEike Ziller2014-10-091-7/+8
* | C++: Pass on the byte offsets of macro argumentsNikolai Kosjar2014-10-081-1/+75
* | use DISTFILES instead of OTHER_FILES in creator's own build systemOswald Buddenhagen2014-09-151-1/+1
|/
* CppTools: Auto-include pre-compiled headersNikolai Kosjar2014-07-241-1/+3
* C++: Add utf16 indices to Macro and Document::MacroUseNikolai Kosjar2014-05-231-13/+17
* C++: Record macro uses in #if defined(MACRO)Orgad Shaneh2014-02-271-3/+10
* C++: Fix handling of #undefOrgad Shaneh2014-02-271-0/+41
* Tests: Record macro definition checkOrgad Shaneh2014-02-271-3/+51
* C++: Fix preprocessing of uncontinued line-escapingOrgad Shaneh2014-02-241-0/+25
* C++: Preserve comments after preprocessor directivesOrgad Shaneh2014-02-241-1/+70
* Preprocessor: Adjust lines also for multiline C++ commentsOrgad Shaneh2014-02-241-0/+16
* CppTools: Avoid self-includeNikolai Kosjar2014-02-242-0/+2
* C++: Fix indentation in preprocessor testsOrgad Shaneh2014-02-041-79/+79
* C++: Consolidate with/without comments preprocessor testsOrgad Shaneh2014-01-201-177/+101
* C++: Cleanup preprocessor testsOrgad Shaneh2014-01-201-253/+238
* Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
* Revert "C++: Fix highlighting for lines with predefined macros"Nikolai Kosjar2013-12-031-5/+1
* C++: Fix highlighting for lines with predefined macrosNikolai Kosjar2013-11-291-1/+5
* Revert "Preprocessor Enginge: fix bug in pp-engine.cpp"Nikolai Kosjar2013-11-291-0/+18
* Preprocessor Enginge: fix bug in pp-engine.cppSimon Schäfer2013-11-281-18/+0