aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/cplusplus/preprocessor/tst_preprocessor.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix missing overrides and redundant virtualAlessandro Portale2023-11-141-22/+24
* Tests: Simplify return statementsJarek Kobus2023-08-021-8/+3
* 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-071-3/+3
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* CPlusPlus: Remove Rreprocessor::run overload for QStringshjk2022-08-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
* 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
* 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
|/
* 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
|/
* 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
* 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
* CPlusPlus: Some compile fixes for autotests.Christian Kandeler2013-08-261-0/+1
* C++: Fix preprocessor blocked macro bug.Erik Verbruggen2013-06-111-0/+2
* C++: do not strip trailing newlines in the preprocessor output.Erik Verbruggen2013-05-301-2/+78
* C++: Fix unused field warnings in test.Erik Verbruggen2013-05-151-0/+2
* Merge remote-tracking branch 'origin/2.7'Eike Ziller2013-04-301-0/+18
|\
| * C++: fix handling of empty va_args macro arguments.Francois Ferrand2013-04-291-0/+18
* | C++: Untangle include file resolving from loading.Erik Verbruggen2013-04-091-1/+1