summaryrefslogtreecommitdiff
path: root/compilerplugins
AgeCommit message (Expand)Author
2017-02-01loplugin:useuniqueptr extend to check local varsNoel Grandin
2017-02-01loplugin:stringconstant handle calls to constructors with one argNoel Grandin
2017-01-31teach lolugin:stringconstant about calling constructorsNoel Grandin
2017-01-28loplugin:stringconstant check for unnecessary OUString constructor..Noel Grandin
2017-01-27...and Clang 4 will have it, tooStephan Bergmann
2017-01-27getExceptionSpecSourceRange is new in Clang 5Stephan Bergmann
2017-01-27fix spelling containging->containingNoel Grandin
2017-01-27improve "unnecessary user-declared destructor" checkNoel Grandin
2017-01-27Enable loplugin:dynexcspec rewriting modeStephan Bergmann
2017-01-27Make plugin rewriting work on Windows tooStephan Bergmann
2017-01-27Remove dynamic exception specifications from !LIBO_INTERNAL_ONLYStephan Bergmann
2017-01-26Make test work with older ClangStephan Bergmann
2017-01-25Bypass some lines that cause problems with Clang 3.8.1 at leastTor Lillqvist
2017-01-25Minor loplugin:stringconstant improvementsStephan Bergmann
2017-01-24Use proper check for FunctionProtoTypeStephan Bergmann
2017-01-24teach unusedvariablecheck plugin about SfxPoolItem subclassesNoel Grandin
2017-01-23new loplugin useuniqueptrNoel Grandin
2017-01-19New loplugin:dynexcspec: Add @throws documentationStephan Bergmann
2017-01-16Use compat::isLookupContextStephan Bergmann
2017-01-13inline InitGuardNoel Grandin
2017-01-12Adapt loplugin:overrideparam to recent Clang trunk changeStephan Bergmann
2017-01-11Remove leftover codeStephan Bergmann
2017-01-11loplugin:stringconstant: handle OStringBuffer::appendStephan Bergmann
2017-01-11loplugin:externvar (clang-cl)Stephan Bergmann
2017-01-11loplugin:externvar (clang-cl)Stephan Bergmann
2017-01-11Some loplugin:conststringvar/stringconstant improvementsStephan Bergmann
2017-01-10Work around problems with isCXX11ConstantExpr in template codeStephan Bergmann
2017-01-10New loplugin:conststringvarStephan Bergmann
2017-01-09New loplugin:externvarStephan Bergmann
2017-01-06New loplugin:charrightshiftStephan Bergmann
2017-01-05Don't exclude a var from loplugin:salbool merely because of use in >>=Stephan Bergmann
2016-12-23merge IScript with NewStyleUNOScriptNoel Grandin
2016-12-23merge svx::sidebar::BulletsSettings with svx::sidebar::BulletsSettings_ImplNoel Grandin
2016-12-23merge StringNode with RscDefineNoel Grandin
2016-12-23update results from mergeclasses pluginNoel Grandin
2016-12-22Generalize vector/deque ctor checks to work with MSVCRTStephan Bergmann
2016-12-22Some more bool-like types for Windows/clang-clStephan Bergmann
2016-12-22That whitelisted code is already gone againStephan Bergmann
2016-12-22Also don't warn for plain C codeStephan Bergmann
2016-12-19vcl: separate ImplImageTree - ImageTree singleton and public ifaceTomaž Vajngerl
2016-12-19ScrollableWrapper -> ScrollableDialogNoel Grandin
2016-12-18On Windows, #include <process.h> for getpidStephan Bergmann
2016-12-18loplugin:vclwidgets: Adapt check for 'assert' for MSVCRTStephan Bergmann
2016-12-18loplugin:stringconstant: Adapt to definition of OSL_THIS_FUNC on WindowsStephan Bergmann
2016-12-18loplugin:stringconcat: Adapt to definition of OSL_THIS_FUNC on WindowsStephan Bergmann
2016-12-18Work around problem with poor gperf-generated code under clang-clStephan Bergmann
2016-12-18loplugin:fpcomparison: Whitelist some Windows-only functionsStephan Bergmann
2016-12-18loplugin:commaoperator: Ignore occurrence in FD_SET expansion on WindowsStephan Bergmann
2016-12-18Chose better diagnostic locationStephan Bergmann
2016-12-18Generalize typedef-to-void* check in loplugin:redundantcastStephan Bergmann