Age | Commit message (Expand) | Author |
2014-12-07 | loplugin:cstylecast: warn about casts involving incomplete types | Stephan Bergmann |
2014-12-04 | move the cstylecast clang plugin out of /store | Noel Grandin |
2014-12-04 | Problematic casts in gendata.hxx are already under control | Stephan Bergmann |
2014-12-04 | cstylecast plugin - exclude some more files | Noel Grandin |
2014-12-04 | Run loplugin:cstylecast on C++ and Ojbective C++ code | Stephan Bergmann |
2014-11-20 | also look for cascading assignments | Bjoern Michaelsen |
2014-11-20 | cascading conditional operators, give a hint on complexity | Bjoern Michaelsen |
2014-11-19 | add clang plugin for detecting cascading condops | Bjoern Michaelsen |
2014-11-12 | Fix common typos. No automatic tools. Handmade… | Andrea Gelmini |
2014-11-05 | new loplugin: use more efficient find() methods | Noel Grandin |
2014-10-01 | Remove excess [%1 %2] that doesn't match any arguments | Stephan Bergmann |
2014-09-30 | compilerplugins: get rid of std::auto_ptr in comment | Stephan Bergmann |
2014-09-29 | cstylecast plugin: ignore templates, improve message | Noel Grandin |
2014-09-25 | loplugin:nullptr | Stephan Bergmann |
2014-09-23 | Adapt compilerplugins to Clang trunk towards 3.6 | Stephan Bergmann |
2014-09-23 | fdo#82577: Handle Window | Noel Grandin |
2014-09-21 | Revert "new loplugin: VCL widget reference checker" | Stephan Bergmann |
2014-09-21 | new loplugin: VCL widget reference checker | Noel Grandin |
2014-09-16 | ...and another | Stephan Bergmann |
2014-09-16 | Fix workaround for bug in Clang 3.2 FunctionDecl::isInlined | Stephan Bergmann |
2014-09-15 | Work around bug in Clang 3.2 FunctionDecl::isInlined | Stephan Bergmann |
2014-09-15 | do not warn about "null pointer conversions" from integers in C++98 mode | Luboš Luňák |
2014-09-15 | loplugin:salbool env var is no longer necessary, all code is clean | Stephan Bergmann |
2014-09-12 | loplugin:salbool: exclude sal_Bool vars passed to non-const ref | Stephan Bergmann |
2014-09-11 | Deactivate the sallogareas plugin | Tor Lillqvist |
2014-09-08 | codebase is not yet cleaned up for loplugin:cstylecast | Stephan Bergmann |
2014-09-07 | create clang plugin to warn about C-style casts | Noel Grandin |
2014-08-28 | Adapt compilerplugins to Clang trunk towards 3.6 | Stephan Bergmann |
2014-08-11 | Adapt compilerplugins to Clang trunk towards 3.6 | Stephan Bergmann |
2014-07-30 | Adapt loplugin:derefnullptr to old Clang versions | Stephan Bergmann |
2014-07-29 | fix for running externandnotdefined plugin on Ubuntu | Noel Grandin |
2014-07-24 | compilerplugins: Fix tutorials plugins | Juan Picca |
2014-07-11 | new loplugin: externalandnotdefined | Noel Grandin |
2014-07-02 | compat for Clang 3.2 | Stephan Bergmann |
2014-07-02 | Make configmgr loplugin:salbool-clean | Stephan Bergmann |
2014-07-02 | loplugin:salbool: Fix handling of potentially overriding functions | Stephan Bergmann |
2014-07-01 | Activate the "suspicious cast to sal_Bool" parts of loplugin:salbool | Stephan Bergmann |
2014-07-01 | New loplugin:stringconcat | Stephan Bergmann |
2014-06-27 | loplugin:unreffun: also warn about redundant redeclarations | Stephan Bergmann |
2014-06-27 | loplugin:unreffun: also warn about unused function templates | Stephan Bergmann |
2014-06-24 | compilerplugins: move isUnoIncludeFile to base class | Noel Grandin |
2014-06-24 | Clang trunk compat fix | Stephan Bergmann |
2014-06-24 | new compilerplugin returnbyref | Noel Grandin |
2014-06-17 | Fix logic to obtain callee's FunctionProtoType (if any) | Stephan Bergmann |
2014-06-17 | improve the inlinesimplememberfunctions clang plugin | Noel Grandin |
2014-06-13 | loplugin:staticcall | Stephan Bergmann |
2014-06-11 | New loplugin:derefnullptr (all violations already fixed) | Stephan Bergmann |
2014-06-09 | compile fix | Noel Grandin |
2014-06-09 | improve safety of loplugin inlinesimplememberfunctions | Noel Grandin |
2014-06-04 | new loplugin: inlinesimpleaccessmethods | Noel Grandin |