Age | Commit message (Expand) | Author |
2019-02-22 | loplugin:writeonlyvars is no-op on Windows, so don't run its test there | Stephan Bergmann |
2019-02-21 | loplugin:unusedfields improve write-only when dealing with operators | Noel Grandin |
2019-02-21 | Fix typo | Andrea Gelmini |
2019-02-20 | Avoid loplugin:indentation after preproc conditional inclusion lines | Stephan Bergmann |
2019-02-19 | Better loplugin:unnecessaryparen check for vexing parse | Stephan Bergmann |
2019-02-18 | make Makefile-clang.mk also use gb_Output_announce | Luboš Luňák |
2019-02-18 | make uninteresting code in clang's makefile to the uninteresting part | Luboš Luňák |
2019-02-18 | Make findOperator more precise wrt acceptable parameter types | Stephan Bergmann |
2019-02-18 | Tell about presumed corresponding negated operator | Stephan Bergmann |
2019-02-18 | loplugin:simplifybool, check for !(!a op !b) | Noel Grandin |
2019-02-16 | drop newly unused code | Caolán McNamara |
2019-02-15 | SourceManager::getExpansionRange already returns CharSourceRange since Clang 7 | Stephan Bergmann |
2019-02-15 | loplugin:simplifybool extend to !(a == b) where comparison an overloaded op | Noel Grandin |
2019-02-13 | Make loplugin:stringconcat more robust | Stephan Bergmann |
2019-02-13 | Fix typo | Andrea Gelmini |
2019-02-12 | More loplugin:indentation Qt "emit" hackery | Stephan Bergmann |
2019-02-11 | new loplugin writeonlyvars | Noel Grandin |
2019-02-11 | use more hasPathnamePrefix | Noel Grandin |
2019-02-11 | remove debugging code | Noel Grandin |
2019-02-11 | loplugin:indentation workaround qt macros | Noel Grandin |
2019-02-11 | new loplugin indentation | Noel Grandin |
2019-01-31 | Fix compilerplugins/clang/test/useuniqueptr.cxx for clang-cl | Stephan Bergmann |
2019-01-31 | loplugin:unusedfileds is no-op on Windows, so don't run its test there | Stephan Bergmann |
2019-01-25 | loplugin:unusedmethods | Noel Grandin |
2019-01-25 | improve loplugin constparams | Noel Grandin |
2019-01-18 | update useunique_ptr loplugin | Noel Grandin |
2019-01-16 | New loplugin:empty | Stephan Bergmann |
2019-01-11 | Drop o3tl/string_view.hxx | Stephan Bergmann |
2019-01-08 | loplugin:constantparam | Noel Grandin |
2019-01-01 | Bump copyright year to 2019 | Adolfo Jayme Barrientos |
2018-12-28 | Fix typo in code | Andrea Gelmini |
2018-12-21 | loplugin:unnecessaryvirtual | Noel Grandin |
2018-12-21 | loplugin:unusedfields | Noel Grandin |
2018-12-21 | loplugin:unusedmethods | Noel Grandin |
2018-12-13 | loplugin:unusedfields improve write-only logic | Noel Grandin |
2018-12-13 | loplugin:constantparam | Noel Grandin |
2018-12-12 | weld SwCaptionOptPage | Caolán McNamara |
2018-12-11 | loplugin:unusedfields | Noel Grandin |
2018-12-11 | loplugin:useuniqueptr in svtools,toolkits | Noel Grandin |
2018-12-11 | accessibletable.hxx no more exists | Andrea Gelmini |
2018-12-11 | loplugin:useuniqueptr in vcl | Noel Grandin |
2018-12-10 | cppcheck: incorrectStringBooleanError | Julien Nabet |
2018-12-10 | loplugin:unnecessaryvirtual | Noel Grandin |
2018-12-10 | loplugin:unusedfields | Noel Grandin |
2018-12-09 | loplugin:unusedmethods | Noel Grandin |
2018-12-08 | Remove obsolete SAL_FALLTHROUGH completely | Stephan Bergmann |
2018-12-08 | Removed spurious chars | Andrea Gelmini |
2018-12-07 | loplugin:singlevalfields extend to all static vars | Noel Grandin |
2018-12-06 | Remove broken rebuild of compilerplugins when CLANG_FULL_VERSION changed | Stephan Bergmann |
2018-12-05 | loplugin:singlevalfields add checking for static class fields | Noel Grandin |