summaryrefslogtreecommitdiffstats
path: root/compilerplugins
Commit message (Expand)AuthorAgeFilesLines
* tdf#96042: 'std::string::find("something") == 0' means "startsWith()".Jan Holesovsky2015-12-081-1/+1
* Adapt whitelisted namesStephan Bergmann2015-11-301-4/+4
* loplugin:unusedfields in include/sot,include/svl,include/svtoolsNoel Grandin2015-11-251-1/+2
* update unusedfields plugin to use new clang warn_unused attribute supportNoel Grandin2015-11-242-24/+11
* loplugin:unusedfields in vcl/Noel Grandin2015-11-241-1/+5
* loplugin:unusedfields in tools/Noel Grandin2015-11-241-1/+2
* loplugin:unusedfields in sw/Noel Grandin2015-11-241-1/+2
* loplugin:unusedfields in scNoel Grandin2015-11-231-3/+7
* loplugin:unusedfields in dbaccessNoel Grandin2015-11-201-0/+2
* loplugin:unusedfields in basctlNoel Grandin2015-11-201-2/+43
* new loplugin:unusedfieldsNoel Grandin2015-11-203-0/+417
* loplugin:sallogareasStephan Bergmann2015-11-192-2/+35
* isLookupContext already available in Clang 3.7.0Stephan Bergmann2015-11-191-1/+1
* Adapt compilerplugins to old Clang versionsStephan Bergmann2015-11-192-3/+12
* vcl, sd: rename some overly generic static variablesMichael Stahl2015-11-171-2/+2
* Fix check for std::weak_ptr (that may be in an inline namespace)Stephan Bergmann2015-11-172-1/+132
* Work around loplguins:badstaticsStephan Bergmann2015-11-171-0/+2
* Work around loplguins:badstaticsStephan Bergmann2015-11-171-0/+2
* Work around loplguins:badstaticsStephan Bergmann2015-11-171-0/+6
* Improve commentStephan Bergmann2015-11-171-1/+2
* Work around loplugin:badstaticsStephan Bergmann2015-11-171-0/+1
* Improve loplugin:badstatics diagnostic outputStephan Bergmann2015-11-171-17/+20
* Use a DiagnosticsEngine::NoteStephan Bergmann2015-11-171-1/+1
* loplugin:unnecessaryvirtualNoel Grandin2015-11-172-200/+118
* compilerplugins: enhance badstatics plugin to follow pointersMichael Stahl2015-11-171-8/+70
* Move CommandInfoProvider to vcl and use it from thereSamuel Mehrbrodt2015-11-161-1/+1
* Cleanup: Consolidate the different ways to get command labels/tooltipsSamuel Mehrbrodt2015-11-161-1/+1
* cppcheck:stlIfStrFindNoel Grandin2015-11-151-1/+1
* new loplugin ptrvector - find bad comparison of container<unique_ptr>Noel Grandin2015-11-131-0/+81
* sc: loplugin:badstatics: remove pActiveEdWnd global variableMichael Stahl2015-11-131-1/+3
* Generalize COM_GCC_IS_CLANG -> COM_IS_CLANGStephan Bergmann2015-11-121-1/+1
* loplugin:mergeclass, fix and update resultsNoel Grandin2015-11-112-4/+172
* 5th step to remove tools/rtti.hxxOliver Specht2015-11-111-2/+0
* disable loplugin memoryvar for nowNoel Grandin2015-11-111-1/+1
* new loplugin: memoryvarNoel Grandin2015-11-111-0/+239
* Missing isInLokIncludeFile checkStephan Bergmann2015-11-101-0/+2
* Keep LibreOfficeKit.hxx compatible with C++03Stephan Bergmann2015-11-101-0/+9
* new loplugin: oncevarNoel Grandin2015-11-091-0/+146
* compilerplugins: enhance "badstatics" plugin to find membersMichael Stahl2015-11-061-7/+52
* compilerplugins: getAsTagDecl doesn't exist in clang 3.5Michael Stahl2015-11-062-1/+11
* loplugin:stringconstant: elide explicit ctor usageStephan Bergmann2015-11-061-66/+161
* fix tdf#95488, crash in report wizardNoel Grandin2015-11-051-0/+1
* Improve warning messagesStephan Bergmann2015-11-051-12/+12
* Do not implicitly run this for now; it breaks the buildStephan Bergmann2015-11-051-1/+1
* complete initial compiler plugin for the ServiceDocumenterBjoern Michaelsen2015-11-051-10/+88
* skeleton implementation for ServiceDocumenter compiler pluginStephan Bergmann2015-11-051-0/+228
* yyyyyNoel Grandin2015-11-041-0/+43
* tdf#94269: Replace "n" prefix for bool variables with "b"Benjamin Ni2015-11-027-102/+102
* compilerplugins: add "badstatics" to detect abuse of VCL BitmapsMichael Stahl2015-11-021-0/+57
* compilerplugins: check that we're not building ccache preprocessedMichael Stahl2015-10-301-0/+9