1. a435887 cid#1462267 Infinite loop by Caolán McNamara · 6 years ago
  2. a2362e0 loplugin:buriedassign in sfx2..sot by Noel Grandin · 6 years ago
  3. 819e76d Revert "loplugin:constfields in smoketest..sot" by Noel Grandin · 6 years ago
  4. 42e811a tdf#130137 Replace remaining uses of WNT define checks with _WIN32 by A_GAN · 6 years ago
  5. de38c4a cid#1448469 Out-of-bounds access by Caolán McNamara · 6 years ago
  6. 7b99cdb loplugin:indentation find broken if statements by Noel Grandin · 6 years ago
  7. c4d760b add some __attribute__ ((format by Noel Grandin · 6 years ago
  8. a0f8df4 Avoid -fsanitize=nullptr-with-offset by Stephan Bergmann · 6 years ago
  9. 74c4098 gcc9.2.1 also warns about truncation here by Noel Grandin · 7 years ago
  10. 0940229 Fix '..' by Andrea Gelmini · 7 years ago
  11. ec3a14b Fix typos by Andrea Gelmini · 7 years ago
  12. 421c7d8 cid#1448523 silence bogus Out-of-bounds read by Caolán McNamara · 7 years ago
  13. 37afe14 cid#1448249 Identical code for different branches by Caolán McNamara · 7 years ago
  14. df5d1e4 Fix conditional around closing #pragma GCC diagnostic pop by Stephan Bergmann · 7 years ago
  15. 7cf3574 Avoid -Werror=format/stringop-truncation by Julien Nabet · 7 years ago
  16. 85456fa tdf#120703 PVS: Silence V522 warnings by Mike Kaganski · 7 years ago
  17. 3b25ea6 tdf#120703 PVS: Silence V575 warnings by Mike Kaganski · 7 years ago
  18. 659fe6f loplugin:typedefparam by Stephan Bergmann · 7 years ago
  19. 0d1253c new loplugin writeonlyvars by Noel Grandin · 7 years ago
  20. f68f3b9 loplugin:indentation in soltools..svl by Noel Grandin · 7 years ago
  21. dcc06de loplugin:flatten in soltools by Noel Grandin · 7 years ago
  22. e4472d3 loplugin:unnecessaryparen include more assignments by Noel Grandin · 7 years ago
  23. fff501a tdf#120703 PVS: V560 A part of conditional expression is always true/false by Mike Kaganski · 7 years ago
  24. 14b366e loplugin:singlevalfields by Noel Grandin · 7 years ago
  25. 9c0d40f Rename Mac OS X to official name macOS in comments and documentation by Bartosz Kosiorek · 7 years ago
  26. 313a0ef file param is used in DEBUG mode by Noel Grandin · 7 years ago
  27. 4c19552 remove some unused enum values and defines in soltools by Noel Grandin · 7 years ago
  28. 3c51ab7 remove unused toktype::IDENT by Noel Grandin · 7 years ago
  29. 270e41ad loplugin:buriedassign in sd..writerfilter by Noel Grandin · 7 years ago
  30. f0f1ae6 Silence GCC 8.2.1 -Werror=format-truncation= by Stephan Bergmann · 7 years ago
  31. 5404f75 loplugin:collapseif in sdext..svx by Noel Grandin · 7 years ago
  32. 7ea0157 loplugin:staticvar in soltools..svx by Noel Grandin · 7 years ago
  33. 5fb66ae clang-tidy readability-simplify-boolean-expr by Noel Grandin · 7 years ago
  34. 1de7e81 loplugin:constfields in smoketest..sot by Noel Grandin · 7 years ago
  35. 0984122 soltools: fix -Werror=format-overflow by Michael Stahl · 8 years ago
  36. 22c1d69 Avoid -Werror=stringop-truncation by Stephan Bergmann · 8 years ago
  37. ec709a8 -Werror,-Wunused-variable (clang-cl) by Stephan Bergmann · 8 years ago
  38. 67b153e loplugin:external (in non-Linux code) by Stephan Bergmann · 8 years ago
  39. ffe2b51 loplugin:external in Executable_mkdepend by Stephan Bergmann · 8 years ago
  40. 4149382 loplugin:external in Executable_cpp by Stephan Bergmann · 8 years ago
  41. 2d6d717 Related: rhbz#1602589 silence leaked_storage by Caolán McNamara · 8 years ago
  42. c73c847 Fix typos by Andrea Gelmini · 8 years ago
  43. 6e36ec6 Fix typos by Andrea Gelmini · 8 years ago
  44. 2eeac1b5 Deduplicate includes by Mike Kaganski · 8 years ago
  45. 4c07358 Fix typos by Andrea Gelmini · 8 years ago
  46. 920447d tdf#114952 filep is still used in soltools/mkdepend/parse.c by Noel Grandin · 8 years ago
  47. be354a2 loplugin:constparams by Noel Grandin · 8 years ago
  48. 6f694e9 loplugin:includeform: soltools (macOS) by Stephan Bergmann · 8 years ago
  49. b165910 Translate German comments and debug strings (leftovers) by Johnny_M · 9 years ago
  50. afeff91 Use even more WIN32_LEAN_AND_MEAN by Mike Kaganski · 9 years ago
  51. 45acf26 remove some unused macro definitions by Noel Grandin · 9 years ago
  52. dac11d8 Make cpp cope with long source lines by Stephan Bergmann · 9 years ago
  53. 0c3bd1d new loplugin:droplong by Noel Grandin · 9 years ago
  54. 88b0711 tdf#39468: Translate some german comments by Christian Barth · 9 years ago
  55. ec340697 loplugin:constparams in soltools and various by Noel Grandin · 9 years ago
  56. 47b8034 Translate German comments/debug strings (leftovers in dirs sdext to soltools) by Johnny_M · 9 years ago
  57. e037381 loplugin:unusedfields in slideshow..svtools by Noel Grandin · 9 years ago
  58. 18f5131 loplugin:unusedfields store..svl by Noel Grandin · 9 years ago
  59. 6291574 Remove unused #include <ctype.h> by Stephan Bergmann · 9 years ago
  60. 97a6bf0 Fix passing plain char into ctype.h is* functions by Stephan Bergmann · 9 years ago
  61. 7778d9f51 Prevent calls to rtl/character.hxx functions with (signed) char arguments by Stephan Bergmann · 9 years ago
  62. 7e24ced fix typo/grammar: "the the" --> the by dennisroczek · 9 years ago
  63. 0ea05f9 drop various _MSC_VER < 1900 conditionals by Caolán McNamara · 9 years ago
  64. 23bf422 -Werror=implicit-fallthrough= (GCC 7) by Stephan Bergmann · 9 years ago
  65. 62ee434 loplugin:externvar by Stephan Bergmann · 9 years ago
  66. 9b9e5cf tdf#99589 - tolower / toupper - dangerous to Turks ... by Gökhan Gurbetoğlu · 10 years ago
  67. 429a15c Drop redundant parenthesis. by Pedro Giffuni · 10 years ago
  68. 7605a78 Avoid reserved identifier by Stephan Bergmann · 10 years ago
  69. 5318e60b Avoid reserved identifiers by Stephan Bergmann · 10 years ago
  70. c665a1b -Werror,-Wundef by Stephan Bergmann · 10 years ago
  71. cd8e720 -Werror,-Wunused-macros by Stephan Bergmann · 10 years ago
  72. c45d3ba new loplugin: commaoperator by Noel Grandin · 10 years ago
  73. 2087484 use consistent #define checks for the Windows platform by Noel Grandin · 10 years ago
  74. ce43d0a use consistent #define checks for the Windows platform by Noel Grandin · 10 years ago
  75. d48e054 -Werror,-Wunused-parameter (clang-cl) by Stephan Bergmann · 10 years ago
  76. 64d624b Fix typos by Andrea Gelmini · 10 years ago
  77. a07fc5b loplugin:unusedfields in soltools/ by Noel Grandin · 10 years ago
  78. 103d1f4 loplugin:nullptr (automatic rewrite; Mac-specific code) by Stephan Bergmann · 10 years ago
  79. 2ee689b loplugin:nullptr (automatic rewrite) by Stephan Bergmann · 10 years ago
  80. d68a0fc loplugin:unusedmethods by Noel Grandin · 11 years ago
  81. f45ac62 Fix typos by Andrea Gelmini · 11 years ago
  82. 0b7d51d Fix typos by Andrea Gelmini · 11 years ago
  83. 6149c5c -fsanitize=nonnull-attribute by Stephan Bergmann · 11 years ago
  84. aa1b911 loplugin:staticmethods by Noel Grandin · 11 years ago
  85. aaaa795 V804: Decreased performance by Caolán McNamara · 11 years ago
  86. ba233e8 remove unnecessary parenthesis in return statements by Noel Grandin · 11 years ago
  87. 45ec1d9 brute-force find-and-remove of unused #define constants. by Noel Grandin · 11 years ago
  88. b5e9d7e warning C4267: conversion from 'size_t' to 'int' (MSVC 64-bit) by Stephan Bergmann · 11 years ago
  89. 7e12a6c warning C4267: conversion from 'size_t' to 'int' (MSVC 64-bit) by Stephan Bergmann · 11 years ago
  90. 7b0f4dc coverity#1000834 Use of untrusted string value by Caolán McNamara · 11 years ago
  91. 316ac78 coverity#982185 silence Unchecked return value from library by Caolán McNamara · 11 years ago
  92. 9b40175 coverity#706158 Copy into fixed size buffer by Norbert Thiebaud · 12 years ago
  93. 9e8701c coverity#1233618 Overlapping buffer in memory copy by Caolán McNamara · 12 years ago
  94. 3e83515 coverity#1019334 Explicit null dereferenced by Caolán McNamara · 12 years ago
  95. 0a0c70e mkdepend: cleanup indentation and function declarations by Noel Grandin · 12 years ago
  96. 290b7e0 remove use of register keyword in C files by Noel Grandin · 12 years ago
  97. a15715c -Wstrict-prototypes by Stephan Bergmann · 12 years ago
  98. 6750217 coverity#705235 Missing break in switch by Caolán McNamara · 12 years ago
  99. 2ac988e coverity#705236 Missing break in switch by Caolán McNamara · 12 years ago
  100. 1949250 coverity#705237 Missing break in switch by Caolán McNamara · 12 years ago