1. dac4ca5 new loplugin: externalandnotdefined by Noel Grandin · 12 years ago
  2. 4da8281 compat for Clang 3.2 by Stephan Bergmann · 12 years ago
  3. 0e8d69f Make configmgr loplugin:salbool-clean by Stephan Bergmann · 12 years ago
  4. 6397b93 loplugin:salbool: Fix handling of potentially overriding functions by Stephan Bergmann · 12 years ago
  5. 9263b10 Activate the "suspicious cast to sal_Bool" parts of loplugin:salbool by Stephan Bergmann · 12 years ago
  6. e50ef19 New loplugin:stringconcat by Stephan Bergmann · 12 years ago
  7. e48a233 loplugin:unreffun: also warn about redundant redeclarations by Stephan Bergmann · 12 years ago
  8. 9a741fc loplugin:unreffun: also warn about unused function templates by Stephan Bergmann · 12 years ago
  9. a741933 compilerplugins: move isUnoIncludeFile to base class by Noel Grandin · 12 years ago
  10. 466ee86 Clang trunk compat fix by Stephan Bergmann · 12 years ago
  11. e2080e7 new compilerplugin returnbyref by Noel Grandin · 12 years ago
  12. 6fcc7ef Fix logic to obtain callee's FunctionProtoType (if any) by Stephan Bergmann · 12 years ago
  13. 3e82897 improve the inlinesimplememberfunctions clang plugin by Noel Grandin · 12 years ago
  14. 5f500ad loplugin:staticcall by Stephan Bergmann · 12 years ago
  15. 90d8b41 New loplugin:derefnullptr (all violations already fixed) by Stephan Bergmann · 12 years ago
  16. 6921edd compile fix by Noel Grandin · 12 years ago
  17. 5d1e22d improve safety of loplugin inlinesimplememberfunctions by Noel Grandin · 12 years ago
  18. 6f2edd4 new loplugin: inlinesimpleaccessmethods by Noel Grandin · 12 years ago
  19. 909a76c New loplugin:inlinevisible to flag inline functions marked DLLEXPORT by Stephan Bergmann · 12 years ago
  20. 5db9861 Filter out all -fsanitize= args when building compilerplugins by Stephan Bergmann · 12 years ago
  21. c03efa7 loplugin-passbyref: ignore non-base declarations by Noel Grandin · 12 years ago
  22. 8d54796 enhance pass-by-ref plugin to detect large arguments by Noel Grandin · 12 years ago
  23. 3c1e30b7 Correct common misspellings, and remove some ASCII art along the way. by Chris Laplante · 12 years ago
  24. 97d50c4 combine the pass-by-ref clang plugins by Noel Grandin · 12 years ago
  25. 248145f Find places where uno::Sequence is passed by value. by Noel Grandin · 12 years ago
  26. c149c6c compilerplugins/clang: filter out -fsanitize=address by Stephan Bergmann · 12 years ago
  27. 4101fa1 compilerplugins: Build them in parallel. by Jan Holesovsky · 12 years ago
  28. 72bc94c salbool: fix comment by Thomas Arnhold · 12 years ago
  29. e5199d3 Flag unreferrenced functions only declared in the main file, not an include by Stephan Bergmann · 12 years ago
  30. b2ecb34 Better be specific by Stephan Bergmann · 12 years ago
  31. ffbc86f add "include/comphelper" to list of includes to ignore by Noel Grandin · 12 years ago
  32. 5babf1b remove unnecessary scope qualifier from sal_Bool uses by Noel Grandin · 12 years ago
  33. b4e5b8b Add compat::isInMainFile by Stephan Bergmann · 12 years ago
  34. 362d4f0 Explicitly mark overriding destructors as "virtual" by Stephan Bergmann · 12 years ago
  35. 8e5f5d3 Plugin to warn about/fix verriding functions not marked SAL_OVERRIDE by Stephan Bergmann · 12 years ago
  36. 26f6ff0 More compat stuff by Stephan Bergmann · 12 years ago
  37. f7859e5 fix filename detection in clang plugins by Luboš Luňák · 12 years ago
  38. be878d7 improve warning message in passstringbyref compiler plugin by Noel Grandin · 12 years ago
  39. 86a3258 Find places where OUString and OString are passed by value. by Noel Grandin · 12 years ago
  40. f6ff4c9 More compat stuff by Stephan Bergmann · 12 years ago
  41. d44a3aa Save the stdexception rewriter plugin used in... by Stephan Bergmann · 12 years ago
  42. 15e0b08 Remove visual noise from compilerplugins by Alexander Wilms · 12 years ago
  43. 907ffec isIntegerConstantExpr is more general than IntegerLiteral by Stephan Bergmann · 12 years ago
  44. c850cdc Move plain rewriters to store/ (so they don' get built needlessly) by Stephan Bergmann · 12 years ago
  45. 95700a2 Drop CLANGBUILD in addition to CLANGDIR by Stephan Bergmann · 12 years ago
  46. cc47896 salbool: a rewriting plugin that flags most uses of sal_Bool by Stephan Bergmann · 12 years ago
  47. 6f2774b ...but Flags parameter was plain unsigned int prior to Clang 3.4 by Stephan Bergmann · 12 years ago
  48. 35f28b7 raw_fd_ostream Flags parameter no longer defaulted by Stephan Bergmann · 12 years ago
  49. 76b114f implicitboolconversion: warn about implicit conversion of call args to bool by Stephan Bergmann · 12 years ago
  50. d36e60f Adapt to Clang <= 3.4 by Stephan Bergmann · 12 years ago
  51. 216bcce Special handling of __builtin_expect in boolean expressions by Stephan Bergmann · 12 years ago
  52. 3316202 implicitboolconversion: support for Objective C BOOL by Stephan Bergmann · 12 years ago
  53. fa4afe0 Handle ImplicitCastExpr w/ invalid loc from Objective C code by Stephan Bergmann · 12 years ago
  54. 411fcff ParentBuilder needs support for ObjCMethodDecl by Stephan Bergmann · 12 years ago
  55. 278409c3 Allow building compilerplugins/clang on Mac OS X by Stephan Bergmann · 12 years ago
  56. 5dcb634 Don't attempt to actually do double code removals by Stephan Bergmann · 12 years ago
  57. 193d152 EXTERNAL_WARNINGS_NOT_ERRORS -> ENABLE_WERROR and be "TRUE"/"" by Matúš Kukan · 12 years ago
  58. 6f69fb5 Run the non-rewriter plugins even when rewriters are specified by Stephan Bergmann · 12 years ago
  59. f7e335d const improvement by Stephan Bergmann · 12 years ago
  60. caedbd4 one more -Werror,-Wsign-compare by Matúš Kukan · 12 years ago
  61. 8edec7c -Wsign-compare by Stephan Bergmann · 12 years ago
  62. 37facd4 Store compilerplugin warning about classes derived from a specific class. by Matúš Kukan · 12 years ago
  63. d19598b Adapt ImplicitBoolConversion to 32-bit builds (where sal_Int32 is long) by Stephan Bergmann · 12 years ago
  64. 15535e3 convert SvStream::operator>> methods to ReadXXX methods by Noel Grandin · 12 years ago
  65. b8ca373 DiagnosticsEngine::getCustomDiagID isn't const, so don't pass in const engine. by Andrzej Hunt · 12 years ago
  66. 82300f3 sbergman's typo by Jesús Corrius · 12 years ago
  67. 11235e8 clang::DiagnosticsEnginge::getCustomDiagID now needs a literal FormatString by Stephan Bergmann · 12 years ago
  68. b21e3d1 Clang API function terminology got changed by Stephan Bergmann · 12 years ago
  69. a1aa702 literaltobool conversion plugin, reduce spurious warnings with clang 3.3 by Noel Grandin · 12 years ago
  70. 81760e2 implicitboolconversion: also warn about redundant explicit casts by Stephan Bergmann · 12 years ago
  71. c03a2a0 Further fix for old Clang versions by Stephan Bergmann · 12 years ago
  72. d433d82 Fix for old Clang versions by Stephan Bergmann · 12 years ago
  73. 3de9757 Clang plugin to warn about implicit conversion of literals to bool by Stephan Bergmann · 12 years ago
  74. 1f078fc Prepare dual-mode compiler plugin feature by Stephan Bergmann · 12 years ago
  75. cd20baf4 implicitboolconversion: warn about mixing bool with integer by Stephan Bergmann · 12 years ago
  76. 8128644 implicitboolconversion: also warn about mixing bool/sal_Bool in &=, |=, ^= by Stephan Bergmann · 12 years ago
  77. cb710f3 implicitboolconversion: also warn about mixing bool/sal_Bool in == etc. by Stephan Bergmann · 12 years ago
  78. 4865115 Improve Clang 3.2 hasCLanguageLinkageType workaround by Stephan Bergmann · 12 years ago
  79. 3c2a6ad Make implicitboolconversion.cxx compile with Clang 3.2 by Stephan Bergmann · 12 years ago
  80. e908f69 Clang plugin that flags implicit conversions from bool by Stephan Bergmann · 12 years ago
  81. 0d824b5 compilerplugins: ignore WORKDIR code by Stephan Bergmann · 12 years ago
  82. de84529 Clang plugin to re-write SvStream operator<< to non-overloaded methods by Noel Grandin · 12 years ago
  83. 3bdb781 compilerplugins: strip out -m32/-m64 from CXX by Michael Stahl · 12 years ago
  84. b55259e typo fixes by Andras Timar · 12 years ago
  85. bc5069a remove SOLARENV variable by Michael Stahl · 12 years ago
  86. 5d8f48c solver doesn't solve anything... by Michael Stahl · 12 years ago
  87. 3656a57 add mode lines to new files (and idls) since last run by Caolán McNamara · 13 years ago
  88. b0b087c move valueof compiler plugin by Luboš Luňák · 13 years ago
  89. 64b993e finish deprecation of O(U)String::valueOf() by Luboš Luňák · 13 years ago
  90. 75f41ba warn when rewriter should modify something involving a macro by Luboš Luňák · 13 years ago
  91. 21c7954 prevent crash when rewriting source by Luboš Luňák · 13 years ago
  92. 4f60eb8 helper for getting location after current token by Luboš Luňák · 13 years ago
  93. 0809d7d update/rework the Rewriter wrapper functions by Luboš Luňák · 13 years ago
  94. 653cdcf error: cannot use dynamic_cast with -fno-rtti by Stephan Bergmann · 13 years ago
  95. e584d4a clang binary is in clang build directory, not with its sources by Luboš Luňák · 13 years ago
  96. c352f34 note about getDirectCallee() vs getCallee() by Luboš Luňák · 13 years ago
  97. 015d932 'generic' compiler plugin to modify calls to a specific function by Luboš Luňák · 13 years ago
  98. 06312f8 Adapt to PPCallbacks.h changes on Clang trunk towards 3.4 by Stephan Bergmann · 13 years ago
  99. 92dfa82 adjust for upstreaming of warn_unused attribute by Luboš Luňák · 13 years ago
  100. c17c8cc mention the explicit bool conversion from C++11 for pointer-to-bool check by Luboš Luňák · 13 years ago