summaryrefslogtreecommitdiffstats
path: root/compilerplugins/clang
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary restrictionsStephan Bergmann2017-05-181-13/+0
* Rewrite in macro argumentsStephan Bergmann2017-05-181-0/+10
* Avoid nested automatic rewritesStephan Bergmann2017-05-181-1/+28
* Refuse to rewrite in workdirStephan Bergmann2017-05-182-0/+27
* Adapt pathname checks to mixed usage of \ and / on WindowsStephan Bergmann2017-05-1824-187/+253
* loplugin:unusedmethodsNoel Grandin2017-05-182-61/+71
* Remove unused varStephan Bergmann2017-05-171-1/+0
* Remove unused varStephan Bergmann2017-05-161-1/+0
* Extend loplugin:comparisonwithconstant beyond integral typesStephan Bergmann2017-05-161-2/+2
* Try to fix loplugin:comparisonwithconstant's rewrite-with-macros issueStephan Bergmann2017-05-161-10/+40
* loplugin:comparisonwithconstant in accessibilityNoel Grandin2017-05-161-10/+0
* tighten up the check a little moreNoel Grandin2017-05-161-3/+7
* loplugin:unusedfields improve write-only analysisNoel Grandin2017-05-162-52/+50
* loplugin:useuniqueptrNoel Grandin2017-05-151-2/+16
* loplugin:constantparamNoel Grandin2017-05-121-0/+3
* Fix typosAndrea Gelmini2017-05-111-1/+1
* new loplugin checkunusedparamsNoel Grandin2017-05-101-0/+346
* add some some empty string names to constantparam lopluginNoel Grandin2017-05-101-1/+5
* make loplugin constantparam smarter about string paramsNoel Grandin2017-05-092-5/+31
* teach loplugin:constantparam about simple constructor callsNoel Grandin2017-05-082-15/+76
* sc: Remove some dead slotsMaxim Monastirsky2017-05-051-8/+0
* spelling, implictly->implicitlyNoel Grandin2017-05-032-6/+6
* Adapt to Clang 5 change of PPCallbacks::MacroUndefined signatureStephan Bergmann2017-05-022-3/+15
* loplugin:salunicodeliteralStephan Bergmann2017-04-283-0/+142
* remove unnecessary machine-specific data out of loplugin outputNoel Grandin2017-04-287-557/+567
* Fixed/improved loplugin:cppunitassertequalsStephan Bergmann2017-04-283-44/+177
* loplugin:unusedfieldsNoel Grandin2017-04-282-69/+71
* loplugin:unusedmethodsNoel Grandin2017-04-281-5/+5
* drop unused comphelper::EventLogger::logpCaolán McNamara2017-04-271-36/+0
* Fix build after 7d71451e8e0226d3f3f523611f55132eda6ec10fStephan Bergmann2017-04-271-1/+1
* loplugin:unusedmethodsNoel Grandin2017-04-262-25/+71
* add various loplugin results filesNoel Grandin2017-04-2515-10/+20012
* tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock2017-04-259-0/+9
* merge comphelper::ChainablePropertySet with comphelper::ChainableHelperNoStateNoel Grandin2017-04-231-1/+0
* loplugin:mergeclasses RscConst with RscEnumNoel Grandin2017-04-211-2/+0
* loplugin:unusedfieldsNoel Grandin2017-04-201-1/+8
* loplugin:unusedmethodsNoel Grandin2017-04-201-1/+5
* remove the old collaboration feature based on telepathyMarkus Mohrhard2017-04-141-2/+0
* Simplify jfw_findAllJREsStephan Bergmann2017-04-131-9/+0
* loplugin:useuniquptr: Remove no longer needed blacklist entriesStephan Bergmann2017-04-121-6/+1
* loplugin constantparam, ignore variadic methodsNoel Grandin2017-04-111-0/+2
* loplugin:mergeclasses merge SwAnnotationWin and SwSidebarWinNoel Grandin2017-04-111-1/+0
* loplugin:mergeclasses merge E3dScene with E3dPolySceneNoel Grandin2017-04-111-1/+0
* new loplugin:inlinefieldsNoel Grandin2017-04-102-0/+328
* loplugin:redundantcast find cstyle arithmetic castsNoel Grandin2017-04-072-56/+50
* Fix typosAndrea Gelmini2017-04-071-1/+1
* loplugin:redundantcast check for c-style char castsNoel Grandin2017-04-071-2/+11
* Improved loplugin:redundantcast, static_cast on arithmetic typesStephan Bergmann2017-04-061-2/+40
* Look through ExprWithCleanups etc.Stephan Bergmann2017-04-061-1/+3
* loplugin:redundantcast check for c-style casts to voidNoel Grandin2017-04-061-1/+2