summaryrefslogtreecommitdiffstats
path: root/Source/LexerParser/cmFortranParser.y
Commit message (Expand)AuthorAgeFilesLines
* Fortran: Restore support for parsing "end interface X"Brad King2022-11-301-0/+5
* Fortran: Fix suprious dependencies with submodulesVitaly Mogulian2022-08-091-11/+7
* LexerParser: Suppress clang -Wunused-but-set-variable warningsBrad King2022-04-061-0/+5
* Makefiles: Add support for building Fortran intrinsicsIsuru Fernando2021-06-241-0/+4
* LexerParser: Do not leak Fortran parser tokens discarded due to errorsBrad King2021-06-081-0/+2
* LexerParser: Suppress gcc -Wfree-nonheap-object warnings in generated codeBrad King2021-02-051-0/+1
* LexerParser: Clean up includes following include-what-you-useChristoph Grüninger2021-01-251-1/+0
* LexerParser: Manual removing code from Bison is no longer neededChristoph Grüninger2021-01-251-2/+0
* LexerParser: Do not use GNU Bison's yacc mode, we use Bison extensionsChristoph Grüninger2021-01-251-1/+1
* Fortran: ignore CPP line directives in line-continued USE stmtsTiziano Müller2019-11-131-0/+1
* LexerParser: Suppress GCC -Wconversion warningsBrad King2018-07-311-0/+3
* Fortran: Add support for submodule dependenciesBrad King2018-04-201-2/+2
* LexerParser: move to custom directoryDaniel Pfeifer2017-04-281-0/+247