summaryrefslogtreecommitdiffstats
path: root/compilerplugins
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Also filter out flags like -fsanitize-address-globals-dead-strippingStephan Bergmann2017-05-161-1/+1
* 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