Age | Commit message (Expand) | Author |
2015-08-04 | Adapt to current Clang trunk towards 3.7 | Stephan Bergmann |
2015-05-11 | Suppress loplugin:implicitboolconversion warnings in Objective-C code | Stephan Bergmann |
2015-05-08 | lopluign:implicitboolconversion: warn about conversion from sal_Bool etc., too | Stephan Bergmann |
2015-04-23 | Mac OS X ctype.h isdigit is not extern "C" | Stephan Bergmann |
2015-04-23 | Improve loplugin:implicitboolconversion cond. expr. handling | Stephan Bergmann |
2015-04-17 | loplugin:implicitboolconversion: warn about conversions to unsigned char | Stephan Bergmann |
2014-06-17 | Fix logic to obtain callee's FunctionProtoType (if any) | Stephan Bergmann |
2014-02-24 | implicitboolconversion: warn about implicit conversion of call args to bool | Stephan Bergmann |
2014-02-21 | Special handling of __builtin_expect in boolean expressions | Stephan Bergmann |
2014-02-21 | implicitboolconversion: support for Objective C BOOL | Stephan Bergmann |
2014-02-14 | one more -Werror,-Wsign-compare | Matúš Kukan |
2014-02-14 | -Wsign-compare | Stephan Bergmann |
2014-02-13 | Adapt ImplicitBoolConversion to 32-bit builds (where sal_Int32 is long) | Stephan Bergmann |
2014-01-31 | Clang API function terminology got changed | Stephan Bergmann |
2014-01-29 | implicitboolconversion: also warn about redundant explicit casts | Stephan Bergmann |
2014-01-27 | Prepare dual-mode compiler plugin feature | Stephan Bergmann |
2014-01-26 | implicitboolconversion: warn about mixing bool with integer | Stephan Bergmann |
2014-01-22 | implicitboolconversion: also warn about mixing bool/sal_Bool in &=, |=, ^= | Stephan Bergmann |
2014-01-22 | implicitboolconversion: also warn about mixing bool/sal_Bool in == etc. | Stephan Bergmann |
2014-01-22 | Improve Clang 3.2 hasCLanguageLinkageType workaround | Stephan Bergmann |
2014-01-20 | Make implicitboolconversion.cxx compile with Clang 3.2 | Stephan Bergmann |
2014-01-17 | Clang plugin that flags implicit conversions from bool | Stephan Bergmann |