Age | Commit message (Expand) | Author |
2015-05-11 | loplugin:cstylecast: nop between pointer types of exactly same spelling | Stephan Bergmann |
2015-05-11 | Suppress loplugin:implicitboolconversion warnings in Objective-C code | Stephan Bergmann |
2015-05-11 | sw,sc,sd,starmath: convert to vcl::RenderContext | Noel Grandin |
2015-05-08 | lopluign:staticmethods: Handle DECL_LINK | Stephan Bergmann |
2015-05-08 | lopluign:staticmethods: Improve diagnostics | Stephan Bergmann |
2015-05-08 | Enable loplugin:staticmethods | Stephan Bergmann |
2015-05-08 | lopluign:implicitboolconversion: warn about conversion from sal_Bool etc., too | Stephan Bergmann |
2015-05-07 | workaround for clang3.2 in vclwidgets clang plugin | Noel Grandin |
2015-05-07 | fix comment | Noel Grandin |
2015-05-07 | More of the same | Tor Lillqvist |
2015-05-07 | It's its, not it's | Tor Lillqvist |
2015-05-07 | new clang plugin: rendercontext | Noel Grandin |
2015-05-05 | Downgrade for old Clang | Stephan Bergmann |
2015-05-05 | loplugin:staticmethods | Noel Grandin |
2015-05-05 | loplugin:staticmethods | Noel Grandin |
2015-05-05 | loplugin:staticmethods | Noel Grandin |
2015-05-05 | loplugin:staticmethods | Noel Grandin |
2015-05-05 | loplugin:staticmethods | Noel Grandin |
2015-05-05 | loplugin:staticmethods | Noel Grandin |
2015-05-04 | Adapt loplugin:checkconfigmacros to current Clang trunk | Stephan Bergmann |
2015-04-30 | Do not warn about Link<Window *> | Stephan Bergmann |
2015-04-30 | streamline containsWindowSubclass | Stephan Bergmann |
2015-04-29 | Move paint method rewriter to store | Tomaž Vajngerl |
2015-04-29 | Paint method clang rewriter plugin | Tomaž Vajngerl |
2015-04-28 | Work around FieldDecl::getParent raising assertion | Stephan Bergmann |
2015-04-28 | Merge remote-tracking branch 'origin/feature/vclptr' | Michael Meeks |
2015-04-27 | loplugin:simplifybool: Need to ignore imp. casts when determining literals | Stephan Bergmann |
2015-04-24 | Add clarifying comment | Stephan Bergmann |
2015-04-24 | loplugin:simplifybool | Stephan Bergmann |
2015-04-23 | Mac OS X ctype.h isdigit is not extern "C" | Stephan Bergmann |
2015-04-23 | Improved loplugin:literaltoboolconversion looking into cond. exprs. | Stephan Bergmann |
2015-04-23 | Improve loplugin:implicitboolconversion cond. expr. handling | Stephan Bergmann |
2015-04-23 | loplugin:staticmethods | Noel Grandin |
2015-04-23 | loplugin:staticmethods | Noel Grandin |
2015-04-23 | loplugin:staticmethods | Noel Grandin |
2015-04-23 | loplugin:staticmethods | Noel Grandin |
2015-04-23 | loplugin:staticmethods | Noel Grandin |
2015-04-17 | loplugin:implicitboolconversion: warn about conversions to unsigned char | Stephan Bergmann |
2015-04-17 | workaround ErrorContextImpl in vclwidget clang plugin | Noel Grandin |
2015-04-15 | remove unnecessary use of void in function declarations | Noel Grandin |
2015-04-13 | loplugin:redundantcast: redundant const_cast followed by implicit upcast | Stephan Bergmann |
2015-04-13 | loplugin:staticmethods | Noel Grandin |
2015-04-13 | loplugin:staticmethods | Noel Grandin |
2015-04-10 | wrap more stuff in VclPtr | Noel Grandin |
2015-04-10 | wrap more stuff in VclPtr | Noel Grandin |
2015-04-10 | vclptr: calling disposeAndClear on all the fields is not great | Noel Grandin |
2015-04-10 | make vclwidget clang plugin find OutputDevice | Noel Grandin |
2015-04-10 | vclwidget: check for calling delete on subclasses of vcl::Window | Noel Grandin |
2015-04-10 | vclwidget: fix more places that should be wrapping in VclPtr | Noel Grandin |
2015-04-10 | vclwidget: make sure we have an explicit destructor | Noel Grandin |