summaryrefslogtreecommitdiffstats
path: root/compilerplugins
Commit message (Expand)AuthorAgeFilesLines
* Fix copy/move ctor checkStephan Bergmann2017-02-021-1/+1
* loplugin:stringconstant, this should be a breakNoel Grandin2017-02-021-1/+1
* More ctor check fixesStephan Bergmann2017-02-011-2/+5
* Fix ctor checkStephan Bergmann2017-02-011-1/+2
* loplugin: use TypeCheck instead of getQualifiedNameAsStringNoel Grandin2017-02-0111-47/+58
* loplugin:useuniqueptr extend to check local varsNoel Grandin2017-02-011-1/+46
* loplugin:stringconstant handle calls to constructors with one argNoel Grandin2017-02-012-1/+13
* teach lolugin:stringconstant about calling constructorsNoel Grandin2017-01-312-27/+45
* loplugin:stringconstant check for unnecessary OUString constructor..Noel Grandin2017-01-281-0/+32
* ...and Clang 4 will have it, tooStephan Bergmann2017-01-271-1/+1
* getExceptionSpecSourceRange is new in Clang 5Stephan Bergmann2017-01-271-1/+4
* fix spelling containging->containingNoel Grandin2017-01-271-13/+13
* improve "unnecessary user-declared destructor" checkNoel Grandin2017-01-273-13/+73
* Enable loplugin:dynexcspec rewriting modeStephan Bergmann2017-01-271-3/+19
* Make plugin rewriting work on Windows tooStephan Bergmann2017-01-271-0/+6
* Remove dynamic exception specifications from !LIBO_INTERNAL_ONLYStephan Bergmann2017-01-271-8/+6
* Make test work with older ClangStephan Bergmann2017-01-261-8/+5
* Bypass some lines that cause problems with Clang 3.8.1 at leastTor Lillqvist2017-01-251-1/+4
* Minor loplugin:stringconstant improvementsStephan Bergmann2017-01-252-133/+285
* Use proper check for FunctionProtoTypeStephan Bergmann2017-01-241-1/+1
* teach unusedvariablecheck plugin about SfxPoolItem subclassesNoel Grandin2017-01-241-5/+9
* new loplugin useuniqueptrNoel Grandin2017-01-231-0/+137
* New loplugin:dynexcspec: Add @throws documentationStephan Bergmann2017-01-191-0/+151
* Use compat::isLookupContextStephan Bergmann2017-01-161-1/+1
* inline InitGuardNoel Grandin2017-01-131-2/+0
* Adapt loplugin:overrideparam to recent Clang trunk changeStephan Bergmann2017-01-121-5/+14
* Remove leftover codeStephan Bergmann2017-01-111-5/+0
* loplugin:stringconstant: handle OStringBuffer::appendStephan Bergmann2017-01-111-23/+119
* loplugin:externvar (clang-cl)Stephan Bergmann2017-01-111-0/+3
* loplugin:externvar (clang-cl)Stephan Bergmann2017-01-111-0/+9
* Some loplugin:conststringvar/stringconstant improvementsStephan Bergmann2017-01-112-9/+73
* Work around problems with isCXX11ConstantExpr in template codeStephan Bergmann2017-01-101-0/+4
* New loplugin:conststringvarStephan Bergmann2017-01-102-0/+150
* New loplugin:externvarStephan Bergmann2017-01-093-0/+192
* New loplugin:charrightshiftStephan Bergmann2017-01-061-0/+57
* Don't exclude a var from loplugin:salbool merely because of use in >>=Stephan Bergmann2017-01-051-33/+71
* merge IScript with NewStyleUNOScriptNoel Grandin2016-12-231-1/+0
* merge svx::sidebar::BulletsSettings with svx::sidebar::BulletsSettings_ImplNoel Grandin2016-12-231-1/+0
* merge StringNode with RscDefineNoel Grandin2016-12-231-1/+0
* update results from mergeclasses pluginNoel Grandin2016-12-231-6/+7
* Generalize vector/deque ctor checks to work with MSVCRTStephan Bergmann2016-12-221-4/+5
* Some more bool-like types for Windows/clang-clStephan Bergmann2016-12-221-3/+3
* That whitelisted code is already gone againStephan Bergmann2016-12-221-5/+0
* Also don't warn for plain C codeStephan Bergmann2016-12-221-1/+1
* vcl: separate ImplImageTree - ImageTree singleton and public ifaceTomaž Vajngerl2016-12-191-2/+2
* ScrollableWrapper -> ScrollableDialogNoel Grandin2016-12-191-1/+0
* On Windows, #include <process.h> for getpidStephan Bergmann2016-12-181-0/+5
* loplugin:vclwidgets: Adapt check for 'assert' for MSVCRTStephan Bergmann2016-12-181-3/+11
* loplugin:stringconstant: Adapt to definition of OSL_THIS_FUNC on WindowsStephan Bergmann2016-12-181-0/+11
* loplugin:stringconcat: Adapt to definition of OSL_THIS_FUNC on WindowsStephan Bergmann2016-12-181-4/+21