aboutsummaryrefslogtreecommitdiffstats
path: root/tools/lemon/lemon.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-25Fix lots of spellingsMartin Mathieson1-1/+1
2024-02-20Clang-Tidy: Fixup some suppressionsGerald Combs1-2/+0
2024-02-19Add initial Clang-Tidy configuration files and a CI checkGerald Combs1-0/+2
2023-09-27lemon: Add -- support to end options, use in our lemonJohn Thacker1-0/+1
2023-09-27Revert "lemon: Add -- support to end options"João Valverde1-1/+0
2023-09-27lemon: Add -- support to end optionsJohn Thacker1-0/+1
2023-01-01Lemon: Update code and remove cruftJoão Valverde1-50/+48
2021-02-14Enable -Wredundant-decls.Guy Harris1-2/+1
2020-12-04Lemon: import fresh lemon from upstreamJaap Keuter1-107/+369
2019-12-26Lemon: Squelch an unused parameter warning.Gerald Combs1-1/+3
2018-10-21lemon: sync with upstream (2018-09-08)Peter Wu1-444/+427
2018-10-21lemon: fix memleak in ReportTablePeter Wu1-3/+1
2018-06-07lemon: Make it build with __clang_analyzer__ definedStig Bjørlykke1-3/+3
2018-04-05lemon: remove leaks in main().Dario Lombardo1-2/+20
2018-04-05lemon: remove leak in tplt_open().Dario Lombardo1-0/+8
2018-04-05lemon: remove scan-build warning in errline().Dario Lombardo1-3/+5
2018-04-04lemon: make some functions static.Dario Lombardo1-2/+2
2018-04-04lemon: comment out unused OptErr function.Dario Lombardo1-0/+4
2018-03-30lemon: skip clang analyzer for more code.Dario Lombardo1-1/+1
2018-03-30lemon: remove unneeded assignment.Dario Lombardo1-1/+0
2018-03-30lemon: remove clang scan warnings.Dario Lombardo1-0/+18
2018-03-28lemon: Sync with latest trunk.Anders1-98/+183
2018-03-28lemon: Sync with upstream, Jun 28, 2017Anders1-7/+12
2018-03-28lemon: Align struct s_options with upstream.Anders1-60/+57
2018-03-27lemon: Trivial changes to make it easier to compare with upstream.Anders1-19/+41
2017-10-15Remove superfluous null-checks before strdup/freeAhmad Fatoum1-4/+3
2017-09-06plugins: config.h must not be included by public headersJoão Valverde1-0/+2
2017-05-31lemon: avoid redundant redeclaration of ‘memory_error’ [-Wredundant-decls]Alexis La Goutte1-6/+2
2017-05-02lemon: fix no previous prototype for ‘memory_error’ [-Wmissing-prototypes]Alexis La Goutte1-1/+1
2017-04-24Revert "Make the set of static routines match that in the current tip SQLite."Alexis La Goutte1-15/+17
2017-04-15Make the set of static routines match that in the current tip SQLite.Guy Harris1-17/+15
2017-04-15Make memory_error() a routine.Guy Harris1-2/+10
2017-04-15Make whitespace match what's checked into the SQLite repository.Guy Harris1-6/+6
2017-03-05lemon: fix this statement may fall through [-Werror=implicit-fallthrough=] fo...Alexis La Goutte1-1/+1
2016-12-30lemon: Fix Dereference of null pointer found by Clang analyzerAlexis La Goutte1-1/+1
2016-12-24Lemon: resync with upstreamAlexis La Goutte1-64/+321
2016-06-16lemon: use a define for fseek()'s whence parameterMartin Kaiser1-1/+1
2016-06-12Have MemoryCheck() directly incorporate the error message and exit.Guy Harris1-13/+3
2016-06-12Add more memory checks, and use MemoryCheck() for some existing checks.Guy Harris1-31/+14
2016-01-31lemon: fix leak.Dario Lombardo1-2/+6
2016-01-22lemon (tools): Fix Dereference of null pointer found by Clang analyzerAlexis La Goutte1-22/+25
2016-01-12Lemon: resync with upstreamAlexis La Goutte1-123/+258
2016-01-07lemon: Fix warnings [-Wpedantic]João Valverde1-26/+31
2015-12-31lemon: Fix warnings [-Wcast-qual]João Valverde1-8/+8
2015-11-23lemon (tools): Fix Dereference of null pointer found by Clang analyzerAlexis La Goutte1-23/+33
2015-10-25Bail out immediately if we can't allocate a buffer for carving up $PATH.Guy Harris1-11/+10
2015-10-25lemon: move free() to avoid mem leak (CID 718529)Dario Lombardo1-8/+11
2015-10-24lemon: add free() to avoid mem leak (CID 1309088)Dario Lombardo1-1/+2
2015-07-25lemon (tools): Fix Dead Store (Dead assignement/Dead increment) warning found...Alexis La Goutte1-1/+0
2015-07-02Try to fix OSX build bootAndersBroman1-4/+4