summaryrefslogtreecommitdiffstats
path: root/Source/LexerParser/cmDependsJavaParser.y
Commit message (Collapse)AuthorAgeFilesLines
* 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/+1
|
* LexerParser: Manual removing code from Bison is no longer neededChristoph Grüninger2021-01-251-3/+0
| | | | | This was needed to avoid warnings while compiling the sources generated by older versions of GNU Bison, but is not with GNU Bison 3.7.4.
* LexerParser: Do not use GNU Bison's yacc mode, we use Bison extensionsChristoph Grüninger2021-01-251-1/+1
| | | | Silence Bison warnings regarding use of Bison extensions.
* Fix most clang -Wextra-semi-stmt warnings in C++ filesSean McBride2019-01-151-1/+1
| | | | Suppress one in code generated by flex.
* LexerParser: Suppress GCC -Wconversion warningsBrad King2018-07-311-0/+3
| | | | | GCC 8 warns about some of the conversions in bison-generated code. Suppress the warnings.
* LexerParser: move to custom directoryDaniel Pfeifer2017-04-281-0/+3214