Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2012-10-09 | don't check next statement after if body if there's also an else part | Luboš Luňák | 2 | -3/+8 |
2012-10-09 | ignore macro expansion completely for now | Luboš Luňák | 1 | -7/+7 |
2012-10-09 | do not analyse system headers in the compiler plugin | Luboš Luňák | 4 | -4/+22 |
2012-10-09 | do not force compiler plugin warnings to errors with -Werror, for now | Luboš Luňák | 1 | -1/+3 |
2012-10-09 | move some code to a common base | Luboš Luňák | 6 | -41/+41 |
2012-10-09 | compiler plugin check for if/while/true bodies with possibly {} missing | Luboš Luňák | 5 | -1/+206 |
2012-10-09 | compiler check for unused variables | Luboš Luňák | 5 | -1/+160 |
2012-10-09 | initial support for clang compiler plugins | Luboš Luňák | 7 | -0/+225 |