summaryrefslogtreecommitdiffstats
path: root/.suppress.cppcheck
AgeCommit message (Collapse)AuthorFilesLines
2024-10-11Clarify atom forge buffer dereferencing codeDavid Robillard1-1/+0
2024-10-11Handle realloc failure and avoid potential null pointer arithmeticDavid Robillard1-2/+0
2024-10-11Pass strings and large structures by const referenceDavid Robillard1-1/+0
2024-10-11Call std::terminate() directly instead of rethrowing nothingDavid Robillard1-1/+0
2024-10-11Reduce variable scopesDavid Robillard1-1/+0
2024-10-06Avoid using uninitialized va_list variablesDavid Robillard1-1/+0
2024-10-06Avoid inefficient use of substr() to set strings to a prefixDavid Robillard1-1/+0
2024-10-06Remove dead codeDavid Robillard1-2/+0
2024-10-06Add lint option and cppcheck testDavid Robillard1-0/+26