summaryrefslogtreecommitdiff
path: root/compilerplugins
AgeCommit message (Expand)AuthorFilesLines
2017-06-08DbgCheckItemSet is goneStephan Bergmann1-2/+0
2017-06-06getBody() can be null for a defaulted dtorStephan Bergmann1-3/+3
2017-06-06Avoid loplugin:unreffunStephan Bergmann1-0/+1
2017-06-05Improved loplugin:cstylecast to reference typesStephan Bergmann1-5/+4
2017-06-05Improved loplugin:redundantcast, const/static_cast combinationsStephan Bergmann2-1/+58
2017-06-05Reduce loplugin:redundantcast warnings about functional casts even futherStephan Bergmann2-5/+12
2017-06-05Fix typosAndrea Gelmini1-1/+1
2017-06-02Reduce loplugin:redundantcast warnings about functional casts even futherStephan Bergmann3-9/+12
2017-06-02Improved loplugin:redundantcast const_cast handlingStephan Bergmann2-13/+119
2017-06-02Reorganize testsStephan Bergmann1-4/+14
2017-06-02Make loplugin:redundantcast functional cast warnings more verboseStephan Bergmann3-9/+9
2017-06-02Improved loplugin:redundantcast static_cast handlingStephan Bergmann5-16/+257
2017-06-01Improve suppression of loplugin:redundantcast in CPPUNIT_ASSERTStephan Bergmann2-34/+14
2017-06-01remove overly large loplugin result fileNoel Grandin1-292268/+0
2017-06-01Fix typosAndrea Gelmini1-1/+1
2017-06-01Avoid "default initialization ... without ... default constructor" errorStephan Bergmann1-1/+1
2017-05-31Add some loplugin:redundantcast testsStephan Bergmann1-0/+13
2017-05-31The updated values of t1, t2 are unusedStephan Bergmann1-7/+3
2017-05-31DataRecursionQueue was only introduced in Clang 3.8Stephan Bergmann1-3/+10
2017-05-30Restrict loplugin:redundantcast to "real" castsStephan Bergmann1-11/+13
2017-05-30Traverse InitListExpr only onceStephan Bergmann1-0/+9
2017-05-30Make loplugin:redundantcast accept bool(FD_ISSET(...)) againStephan Bergmann1-0/+24
2017-05-30teach redundantcast plugin about functional castsNoel Grandin3-4/+66
2017-05-25loplugin:constantparamNoel Grandin6-4/+299000
2017-05-24loplugin:unusedfieldsNoel Grandin2-41/+27
2017-05-23enhance useuniqueptr lopluginNoel Grandin2-12/+34
2017-05-21Fix typosAndrea Gelmini1-2/+2
2017-05-19...and re-eanble loplugin:stringcopy againStephan Bergmann3-76/+79
2017-05-19Disable loplugin:stringcopy for nowStephan Bergmann1-1/+1
2017-05-19loplugin:stringcopyStephan Bergmann2-0/+76
2017-05-19loplugin:unusedfieldsNoel Grandin3-37/+862
2017-05-18Remove unnecessary restrictionsStephan Bergmann1-13/+0
2017-05-18Rewrite in macro argumentsStephan Bergmann1-0/+10
2017-05-18Avoid nested automatic rewritesStephan Bergmann1-1/+28
2017-05-18Refuse to rewrite in workdirStephan Bergmann2-0/+27
2017-05-18Adapt pathname checks to mixed usage of \ and / on WindowsStephan Bergmann24-187/+253
2017-05-18loplugin:unusedmethodsNoel Grandin2-61/+71
2017-05-17Remove unused varStephan Bergmann1-1/+0
2017-05-16Remove unused varStephan Bergmann1-1/+0
2017-05-16Extend loplugin:comparisonwithconstant beyond integral typesStephan Bergmann1-2/+2
2017-05-16Try to fix loplugin:comparisonwithconstant's rewrite-with-macros issueStephan Bergmann1-10/+40
2017-05-16loplugin:comparisonwithconstant in accessibilityNoel Grandin1-10/+0
2017-05-16Also filter out flags like -fsanitize-address-globals-dead-strippingStephan Bergmann1-1/+1
2017-05-16tighten up the check a little moreNoel Grandin1-3/+7
2017-05-16loplugin:unusedfields improve write-only analysisNoel Grandin2-52/+50
2017-05-15loplugin:useuniqueptrNoel Grandin1-2/+16
2017-05-12loplugin:constantparamNoel Grandin1-0/+3
2017-05-11Fix typosAndrea Gelmini1-1/+1
2017-05-10new loplugin checkunusedparamsNoel Grandin1-0/+346
2017-05-10add some some empty string names to constantparam lopluginNoel Grandin1-1/+5