summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/CheckIPOSupported
Commit message (Expand)AuthorAgeFilesLines
* IPO: Consider support for each language separatelyBrad King2017-06-145-7/+7
* Xcode: Support IPO (LTO)Ruslan Baratov2017-05-021-1/+1
* CheckIPOSupported: Add Fortran supportRuslan Baratov2017-04-044-9/+0
* Add policy CMP0069 to enforce INTERPROCEDURAL_OPTIMIZATIONRuslan Baratov2017-03-305-0/+16
* CheckIPOSupported: Visual Studio and Xcode generators do not support IPORuslan Baratov2017-03-305-1/+18
* Tests for 'CheckIPOSupported' moduleRuslan Baratov2017-03-2121-0/+88
/snapshot/Qt-6b1bcb2a469d21e409bb0dbd3b5b559627e5c2ea.tar.bz2'>Qt-6b1bcb2a469d21e409bb0dbd3b5b559627e5c2ea.tar.bz2
Streamline lupdate's QtScript frontend's error messaging
Like the C++ parser, use a yyMsg() function. Make the lexer a member of the parser, so yyMsg() can access the filename and current line number. This refactoring is done in preparation of two changes that introduce quite a few more potential error message calls (comment processing and qtTrId support). Reviewed-by: Oswald Buddenhagen