summaryrefslogtreecommitdiffstats
path: root/compilerplugins
Commit message (Expand)AuthorAgeFilesLines
* Fix loplugin:vclwidgets' disposeOnce checkStephan Bergmann2017-06-261-16/+27
* update constantfunction lopluginNoel Grandin2017-06-261-0/+24
* extensions: remove COMPMOD preprocessor definesJochen Nitschke2017-06-261-1/+1
* std::string -> StringRefStephan Bergmann2017-06-231-3/+3
* Fix compilation with Clang 3.9.1Tor Lillqvist2017-06-211-1/+1
* loplugin:unusedfields in svx part1Noel Grandin2017-06-211-301/+2437
* -Werror=unused-functionStephan Bergmann2017-06-201-9/+0
* fix for older clang in lopluginsNoel Grandin2017-06-201-1/+4
* reformat some loplugin codeNoel Grandin2017-06-2022-360/+341
* loplugin:unusedfields fix more false +Noel Grandin2017-06-202-59/+53
* loplugin:unusedfields fix some more false positivesNoel Grandin2017-06-202-2/+33
* improve oncevar lopluginNoel Grandin2017-06-203-166/+342
* loplugin:unusedfields fix false positiveNoel Grandin2017-06-206-22/+101
* only unit-test one loplugin at a timeNoel Grandin2017-06-198-21/+30
* Make SfxItemSet ranges correct by construction: Fix static casesStephan Bergmann2017-06-192-0/+172
* Make SfxItemSet ranges correct by constructionStephan Bergmann2017-06-161-0/+262
* improve unusedfields lopluginNoel Grandin2017-06-152-10/+34
* Generalize loplugin:stringcopy to loplugin:redundantcopyStephan Bergmann2017-06-132-8/+16
* DbgCheckItemSet is goneStephan Bergmann2017-06-081-2/+0
* getBody() can be null for a defaulted dtorStephan Bergmann2017-06-061-3/+3
* Avoid loplugin:unreffunStephan Bergmann2017-06-061-0/+1
* Improved loplugin:cstylecast to reference typesStephan Bergmann2017-06-051-5/+4
* Improved loplugin:redundantcast, const/static_cast combinationsStephan Bergmann2017-06-052-1/+58
* Reduce loplugin:redundantcast warnings about functional casts even futherStephan Bergmann2017-06-052-5/+12
* Fix typosAndrea Gelmini2017-06-051-1/+1
* Reduce loplugin:redundantcast warnings about functional casts even futherStephan Bergmann2017-06-023-9/+12
* Improved loplugin:redundantcast const_cast handlingStephan Bergmann2017-06-022-13/+119
* Reorganize testsStephan Bergmann2017-06-021-4/+14
* Make loplugin:redundantcast functional cast warnings more verboseStephan Bergmann2017-06-023-9/+9
* Improved loplugin:redundantcast static_cast handlingStephan Bergmann2017-06-025-16/+257
* Improve suppression of loplugin:redundantcast in CPPUNIT_ASSERTStephan Bergmann2017-06-012-34/+14
* remove overly large loplugin result fileNoel Grandin2017-06-011-292268/+0
* Fix typosAndrea Gelmini2017-06-011-1/+1
* Avoid "default initialization ... without ... default constructor" errorStephan Bergmann2017-06-011-1/+1
* Add some loplugin:redundantcast testsStephan Bergmann2017-05-311-0/+13
* The updated values of t1, t2 are unusedStephan Bergmann2017-05-311-7/+3
* DataRecursionQueue was only introduced in Clang 3.8Stephan Bergmann2017-05-311-3/+10
* Restrict loplugin:redundantcast to "real" castsStephan Bergmann2017-05-301-11/+13
* Traverse InitListExpr only onceStephan Bergmann2017-05-301-0/+9
* Make loplugin:redundantcast accept bool(FD_ISSET(...)) againStephan Bergmann2017-05-301-0/+24
* teach redundantcast plugin about functional castsNoel Grandin2017-05-303-4/+66
* loplugin:constantparamNoel Grandin2017-05-256-4/+299000
* loplugin:unusedfieldsNoel Grandin2017-05-242-41/+27
* enhance useuniqueptr lopluginNoel Grandin2017-05-232-12/+34
* Fix typosAndrea Gelmini2017-05-211-2/+2
* ...and re-eanble loplugin:stringcopy againStephan Bergmann2017-05-193-76/+79
* Disable loplugin:stringcopy for nowStephan Bergmann2017-05-191-1/+1
* loplugin:stringcopyStephan Bergmann2017-05-192-0/+76
* loplugin:unusedfieldsNoel Grandin2017-05-193-37/+862
* Remove unnecessary restrictionsStephan Bergmann2017-05-181-13/+0