aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/cplusplus/preprocessor/tst_preprocessor.cpp
Commit message (Expand)AuthorAgeFilesLines
* C++: Fix crash when #if[def] nesting is deeper than 512 levelsOrgad Shaneh2015-02-031-0/+18
* Update LicenseEike Ziller2015-01-161-6/+6
* 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
* | fix include style relating to cplusplus librariesOswald Buddenhagen2013-04-031-1/+2
|/
* Merge remote-tracking branch 'origin/2.6'Oswald Buddenhagen2013-01-311-1/+1
|\
| * Incremented year in copyright infov2.6.2Robert Loehning2013-01-291-1/+1
* | C++: add include-guard tracking.Erik Verbruggen2013-01-181-0/+91
* | C++: fix macro calls with comment before argumentsFrancois Ferrand2013-01-181-0/+23
|/
* Tests: C++: Make tests run from shadow builds.Nikolai Kosjar2012-11-071-2/+2
* Adjust license headershjk2012-10-051-21/+20
* C++: Discard comments in macro definitionsLeandro Melo2012-09-051-1/+40
* C++: Always skip unknown preprocessor "directives"Leandro Melo2012-08-291-0/+26
* C++: Handle C++ style comments in macro expansionLeandro Melo2012-08-231-0/+73
* C++: Take multiline strings into account when preprocessingLeandro Melo2012-08-231-0/+23
* C++: Fix line number information after multiline comments.Christian Kamm2012-08-071-2/+122
* Contact -> qt-project.orgEike Ziller2012-07-191-3/+1
* C++: Core changes in preprocessingLeandro Melo2012-06-251-69/+285
* Revert "C++: Re-enable macro definition line test"Leandro Melo2012-06-191-6/+8
* C++: Better handling of arg count mismatch in macrosLeandro Melo2012-06-191-45/+13
* C++: Track macro argument reference even when emptyLeandro Melo2012-06-121-6/+47
* C++: Also expand first token after macro defineLeandro Melo2012-06-051-12/+17
* C++: Fix macro uses line infoLeandro Melo2012-06-011-1/+53
* C++: Re-enable macro definition line testLeandro Melo2012-05-311-6/+6
* preprocessor: do not loop endlessly on incomplete expressionshjk2012-05-301-0/+20