summaryrefslogtreecommitdiffstats
path: root/Source/LexerParser/cmDependsJavaParser.cxx
Commit message (Collapse)AuthorAgeFilesLines
* LICENSE: Replace references to Copyright.txt with LICENSE.rstKitware Robot2025-03-031-1/+1
| | | | | | | | | | ``` git grep -lz 'Copyright.txt or https://cmake.org/licensing ' | while IFS= read -r -d $'\0' f ; do sed -i '/Copyright.txt or https:\/\/cmake.org\/licensing / { s/Copyright.txt/LICENSE.rst/ }' "$f" ; done ```
* IWYU: Update for Debian 12 CI jobBrad King2023-07-281-716/+715
| | | | | | `include-what-you-use` diagnostics, in practice, are specific to the environment's compiler and standard library. Update includes to satisfy IWYU for our CI job under Debian 12.
* LexerParser: Suppress clang -Wunused-but-set-variable warningsBrad King2022-04-061-715/+720
|
* LexerParser: Regenerate parsers with bison 3.8.2Brad King2022-04-061-403/+385
|
* LexerParser: Regenerate parsers with bison 3.7.5Brad King2021-04-281-352/+364
|
* LexerParser: Suppress gcc -Wfree-nonheap-object warnings in generated codeBrad King2021-02-051-715/+716
|
* LexerParser: Clean up includes following include-what-you-useChristoph GrĂ¼ninger2021-01-251-1/+1
|
* LexerParser: Regenerate parser files with GNU Bison 3.7.4Christoph GrĂ¼ninger2021-01-251-1919/+2085
| | | | Adjust expected test output.
* LexerParser: Regenerate parsers with bison 3.4.2Kitware Robot2019-11-131-688/+693
|
* LexerParser: Regenerate parsers with bison 3.3Brad King2019-07-221-776/+784
| | | | Run `Utilities/Scripts/regenerate-parsers.bash`.
* 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-716/+719
| | | | | GCC 8 warns about some of the conversions in bison-generated code. Suppress the warnings.
* LexerParser: move to custom directoryDaniel Pfeifer2017-04-281-0/+6421