1. 245142c vclwidget plugin: check for memcpy of VclPtr by Noel Grandin · 11 years ago
  2. 80cf525 loplugin rendercontext: No param => no check. by Jan Holesovsky · 11 years ago
  3. 117c728 loplugin: rendercontext, limit output for now by Noel Grandin · 11 years ago
  4. 274c836 check for static fields that needs to be wrapped in VclPtr by Noel Grandin · 11 years ago
  5. 0bfc98e loplugin:redundantcast: reinterpret_cast to void* by Stephan Bergmann · 11 years ago
  6. 3f3c400 loplugin:cstylecast: nop between pointer types of exactly same spelling by Stephan Bergmann · 11 years ago
  7. e12e008 Suppress loplugin:implicitboolconversion warnings in Objective-C code by Stephan Bergmann · 11 years ago
  8. fc9e78c sw,sc,sd,starmath: convert to vcl::RenderContext by Noel Grandin · 11 years ago
  9. 5eb6bd4 lopluign:staticmethods: Handle DECL_LINK by Stephan Bergmann · 11 years ago
  10. e6fa865 lopluign:staticmethods: Improve diagnostics by Stephan Bergmann · 11 years ago
  11. aa50b1c Enable loplugin:staticmethods by Stephan Bergmann · 11 years ago
  12. 9be45dd lopluign:implicitboolconversion: warn about conversion from sal_Bool etc., too by Stephan Bergmann · 11 years ago
  13. 08967d3 workaround for clang3.2 in vclwidgets clang plugin by Noel Grandin · 11 years ago
  14. 4eeaaf8 fix comment by Noel Grandin · 11 years ago
  15. 1275a45 More of the same by Tor Lillqvist · 11 years ago
  16. 8d77918 It's its, not it's by Tor Lillqvist · 11 years ago
  17. 0825b02 new clang plugin: rendercontext by Noel Grandin · 11 years ago
  18. d879d53 Downgrade for old Clang by Stephan Bergmann · 11 years ago
  19. 0a442d3 loplugin:staticmethods by Noel Grandin · 11 years ago
  20. 7d426e6 loplugin:staticmethods by Noel Grandin · 11 years ago
  21. 259820a loplugin:staticmethods by Noel Grandin · 11 years ago
  22. e95b073 loplugin:staticmethods by Noel Grandin · 11 years ago
  23. f304a7a loplugin:staticmethods by Noel Grandin · 11 years ago
  24. d3b5038 loplugin:staticmethods by Noel Grandin · 11 years ago
  25. e1b1f18 Adapt loplugin:checkconfigmacros to current Clang trunk by Stephan Bergmann · 11 years ago
  26. 385a248 Do not warn about Link<Window *> by Stephan Bergmann · 11 years ago
  27. a8174d2 streamline containsWindowSubclass by Stephan Bergmann · 11 years ago
  28. f1b0cf2 Move paint method rewriter to store by Tomaž Vajngerl · 11 years ago
  29. d49013f Paint method clang rewriter plugin by Tomaž Vajngerl · 11 years ago
  30. cd41fa4 Work around FieldDecl::getParent raising assertion by Stephan Bergmann · 11 years ago
  31. e8b97a5 Merge remote-tracking branch 'origin/feature/vclptr' by Michael Meeks · 11 years ago
  32. dbb7587 loplugin:simplifybool: Need to ignore imp. casts when determining literals by Stephan Bergmann · 11 years ago
  33. 5beac3c Add clarifying comment by Stephan Bergmann · 11 years ago
  34. 2d855ab loplugin:simplifybool by Stephan Bergmann · 11 years ago
  35. 6052a83 Mac OS X ctype.h isdigit is not extern "C" by Stephan Bergmann · 11 years ago
  36. 4d7b194 Improved loplugin:literaltoboolconversion looking into cond. exprs. by Stephan Bergmann · 11 years ago
  37. 59076a9 Improve loplugin:implicitboolconversion cond. expr. handling by Stephan Bergmann · 11 years ago
  38. 7ab8b08 loplugin:staticmethods by Noel Grandin · 11 years ago
  39. 0a7b739 loplugin:staticmethods by Noel Grandin · 11 years ago
  40. 79ed057 loplugin:staticmethods by Noel Grandin · 11 years ago
  41. 12ba9e3 loplugin:staticmethods by Noel Grandin · 11 years ago
  42. 6d5ae48 loplugin:staticmethods by Noel Grandin · 11 years ago
  43. 8e4d82c loplugin:implicitboolconversion: warn about conversions to unsigned char by Stephan Bergmann · 11 years ago
  44. e0686cb workaround ErrorContextImpl in vclwidget clang plugin by Noel Grandin · 11 years ago
  45. 71b8099 remove unnecessary use of void in function declarations by Noel Grandin · 11 years ago
  46. 373a9b9 loplugin:redundantcast: redundant const_cast followed by implicit upcast by Stephan Bergmann · 11 years ago
  47. ee094bd loplugin:staticmethods by Noel Grandin · 11 years ago
  48. 26ec80f loplugin:staticmethods by Noel Grandin · 11 years ago
  49. 58a4333 wrap more stuff in VclPtr by Noel Grandin · 11 years ago
  50. 5278949 wrap more stuff in VclPtr by Noel Grandin · 11 years ago
  51. 395ae19 vclptr: calling disposeAndClear on all the fields is not great by Noel Grandin · 11 years ago
  52. bf73999 make vclwidget clang plugin find OutputDevice by Noel Grandin · 11 years ago
  53. 0556598 vclwidget: check for calling delete on subclasses of vcl::Window by Noel Grandin · 11 years ago
  54. 6d0c891 vclwidget: fix more places that should be wrapping in VclPtr by Noel Grandin · 11 years ago
  55. e35bc27 vclwidget: make sure we have an explicit destructor by Noel Grandin · 11 years ago
  56. c72fac2 vclwidget: convert lots more sites to use VclPtr by Noel Grandin · 11 years ago
  57. 808f69e vclwidget: improve detection of vcl::Window fields by Noel Grandin · 11 years ago
  58. d7a84ce vclwidget: only call dispose() once by Noel Grandin · 11 years ago
  59. 1c4025b vclwidget: change all vcl::window fields to be wrapped in VclPtr by Noel Grandin · 11 years ago
  60. 00f2787 vclwidgets: wrap all vcl::Window subclasses allocated on stack in VclPtr by Noel Grandin · 11 years ago
  61. b53f7ee loplugin: vclwidgets: ensure that all VclPtr fields are cleared in dispose() by Noel Grandin · 11 years ago
  62. 2998905 loplugin: vclwidgets: make the dispose/destructor checking more robust by Noel Grandin · 11 years ago
  63. 7f76177 loplugin: vclwidget: add check that dispose is calling superclass dispose by Noel Grandin · 11 years ago
  64. 1f59e2c vcl: window destructors calling dispose by Noel Grandin · 11 years ago
  65. eabaca0 vcl:compilerplugin: new rule, no passing of vcl::Window by VclPtr by Noel Grandin · 11 years ago
  66. 1798a44 compilerplugin: check that necessary Window subclasses have a dispose method by Noel Grandin · 11 years ago
  67. a6acccc clang plugin: check return types for vcl::Window* that should be wrapped by Noel Grandin · 11 years ago
  68. 09b4246 vcl: vclwidget plugin should look for raw vcl::Window usage by Noel Grandin · 11 years ago
  69. a632fa5 vcl: rename VclReference to VclPtr by Noel Grandin · 11 years ago
  70. 10981bc new loplugin: VCL widget reference checker by Noel Grandin · 12 years ago
  71. 14505bb loplugin:staticmethods by Noel Grandin · 11 years ago
  72. 3516371 loplugin:staticmethods by Noel Grandin · 11 years ago
  73. e9cb557 loplugin:staticmethods by Noel Grandin · 11 years ago
  74. 90ed482 Reduce to static_cast any reinterpret_cast from void pointers by Stephan Bergmann · 11 years ago
  75. 2688a88 Remove leftover debug code by Stephan Bergmann · 11 years ago
  76. a52cf47 Clean up template-parameter-dependent C-style casts by Stephan Bergmann · 11 years ago
  77. 0bd502a Clean up remaining C-style casts among void pointers by Stephan Bergmann · 11 years ago
  78. 78ad5ec Clean up isMacroBodyExpansion by Stephan Bergmann · 11 years ago
  79. ef44d45 Clean up C-style casts from pointers to void by Stephan Bergmann · 11 years ago
  80. 13e45d6 loplugin:redundantcast: Don't warn about certain casts in macros by Stephan Bergmann · 11 years ago
  81. c4a9241 new clang plugin: staticmethods by Noel Grandin · 11 years ago
  82. 1c78277 const_cast: convert some C-style casts and remove some redundant ones by Stephan Bergmann · 11 years ago
  83. 6aa5424 move the constantfunction plugin into /store by Noel Grandin · 11 years ago
  84. 1f1ce7e loplugin:constantfunction: vcl/unx/gtk3 by Stephan Bergmann · 11 years ago
  85. 6409db7 loplugin:constantfunction: vcl/unx/gtk3 by Stephan Bergmann · 11 years ago
  86. 82f4f6b loplugins:constantfunction: properly detect overloaded operators by Stephan Bergmann · 11 years ago
  87. 44753f7 Expr::EvaluateAs... does not work for type-dependent expressions by Stephan Bergmann · 11 years ago
  88. c7a50d0 new constantfunction loplugin by Noel Grandin · 11 years ago
  89. 5229726 loplugin: add Dialog to unusedvariablecheck by Noel Grandin · 11 years ago
  90. 62b124b Ensure RTTI symbol visibility for Linux Clang -fsanitize=function,vptr by Stephan Bergmann · 11 years ago
  91. 5035225 Fix copy/paste error by Stephan Bergmann · 11 years ago
  92. 24a89b2 Improve loplugin:passstuffbyref by Stephan Bergmann · 11 years ago
  93. 88a031e Missing initialization by Stephan Bergmann · 11 years ago
  94. 9e6c236 plugin:literaltoboolconversion: Recurse into comma operator's rhs by Stephan Bergmann · 11 years ago
  95. 1939577 Adapt compilerplugins to Clang trunk towards 3.7 by Stephan Bergmann · 11 years ago
  96. 92db2f1 Adapt loplugin:passstuffbyref to Clang 3.2 by Stephan Bergmann · 11 years ago
  97. a6f8766 loplugin:deletedspecial (Mac OS X) by Stephan Bergmann · 11 years ago
  98. d2e9b22 loplugin:deletedspecial to help add SAL_DELETED_FUNCTION annotations by Stephan Bergmann · 11 years ago
  99. 0a1c6d4 Extend loplugin:passstuffbyref to handle lambdas by Stephan Bergmann · 11 years ago
  100. 331faca Extract loplugin:redundantcast from loplugin:cstylecast by Stephan Bergmann · 11 years ago