summaryrefslogtreecommitdiffstats
path: root/compilerplugins/clang
Commit message (Expand)AuthorAgeFilesLines
* 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-093-0/+190
* compiler check for unused variablesLuboš Luňák2012-10-093-0/+152
* initial support for clang compiler pluginsLuboš Luňák2012-10-092-0/+82