summaryrefslogtreecommitdiff
path: root/compilerplugins
AgeCommit message (Expand)AuthorFilesLines
2012-10-09note about (not) linking llvm/clang librariesLuboš Luňák1-0/+4
2012-10-09don't check next statement after if body if there's also an else partLuboš Luňák2-3/+8
2012-10-09ignore macro expansion completely for nowLuboš Luňák1-7/+7
2012-10-09do not analyse system headers in the compiler pluginLuboš Luňák4-4/+22
2012-10-09do not force compiler plugin warnings to errors with -Werror, for nowLuboš Luňák1-1/+3
2012-10-09move some code to a common baseLuboš Luňák6-41/+41
2012-10-09compiler plugin check for if/while/true bodies with possibly {} missingLuboš Luňák5-1/+206
2012-10-09compiler check for unused variablesLuboš Luňák5-1/+160
2012-10-09initial support for clang compiler pluginsLuboš Luňák7-0/+225