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