summaryrefslogtreecommitdiff
path: root/Source/LexerParser
Commit message (Expand)AuthorAgeFilesLines
* cmListFileLexer: Add missing include to avoid possible pointer truncationZsolt Parragi2019-02-132-2/+2
* Fix most clang -Wextra-semi-stmt warnings in C++ filesSean McBride2019-01-1512-12/+12
* Source/LexerParser: Suppress "Use of zero-allocated memory" warningKyle Edwards2019-01-148-0/+40
* Fortran: Fix module dependency scanning with upper-case SUBMODULEBrad King2018-11-202-114/+114
* LexerParser: Suppress GCC -Wconversion warningsBrad King2018-07-319-880/+904
* math: Restore toleration of unexpected characters in an expressionBrad King2018-07-165-73/+67
* Merge topic 'math-hex'Brad King2018-07-055-120/+159
|\
| * math: Add options to calculate and format output as hexadecimalDaniel Franke2018-07-032-51/+62
| * math: Diagnose divide-by-zeroDaniel Franke2018-06-262-51/+59
| * math: Reject unexpected expression input explicitlyDaniel Franke2018-06-265-116/+136
* | ListFileLexer: Do not match null bytes in inputBrad King2018-06-262-103/+99
|/
* Fortran: Add support for submodule dependenciesBrad King2018-04-202-4/+4
* cmCommandArgumentParser: remove the variable tokens from the classRolf Eike Beer2017-10-252-14/+28
* ListFileLexer: fix heap-buffer-overflow on malicious inputMatthias Maennich2017-08-302-98/+116
* cmFortranLexer: regenerate with flex 2.6.4 (previously 2.6.1)Matthias Maennich2017-08-293-497/+950
* cmExprLexer: regenerate with flex 2.6.4 (previously 2.6.1)Matthias Maennich2017-08-293-298/+824
* cmDependsJavaLexer: regenerate with flex 2.6.4 (previously 2.6.1)Matthias Maennich2017-08-293-395/+824
* cmCommandArgumentLexer: regenerate with flex 2.6.4 (previously 2.6.1)Matthias Maennich2017-08-293-300/+823
* cmListFileLexer: regenerate with flex 2.6.4 (previously 2.6.1)Matthias Maennich2017-08-252-276/+429
* cmListFileLexer: fix 'bail out on seek-errors' also in original fileMatthias Maennich2017-08-251-2/+6
* LexerParser: disable clang-tidy checksDaniel Pfeifer2017-04-281-0/+6
* LexerParser: move to custom directoryDaniel Pfeifer2017-04-2827-0/+30750