summaryrefslogtreecommitdiff
path: root/compilerplugins
AgeCommit message (Expand)Author
2017-06-06getBody() can be null for a defaulted dtorStephan Bergmann
2017-06-06Avoid loplugin:unreffunStephan Bergmann
2017-06-05Improved loplugin:cstylecast to reference typesStephan Bergmann
2017-06-05Improved loplugin:redundantcast, const/static_cast combinationsStephan Bergmann
2017-06-05Reduce loplugin:redundantcast warnings about functional casts even futherStephan Bergmann
2017-06-05Fix typosAndrea Gelmini
2017-06-02Reduce loplugin:redundantcast warnings about functional casts even futherStephan Bergmann
2017-06-02Improved loplugin:redundantcast const_cast handlingStephan Bergmann
2017-06-02Reorganize testsStephan Bergmann
2017-06-02Make loplugin:redundantcast functional cast warnings more verboseStephan Bergmann
2017-06-02Improved loplugin:redundantcast static_cast handlingStephan Bergmann
2017-06-01Improve suppression of loplugin:redundantcast in CPPUNIT_ASSERTStephan Bergmann
2017-06-01remove overly large loplugin result fileNoel Grandin
2017-06-01Fix typosAndrea Gelmini
2017-06-01Avoid "default initialization ... without ... default constructor" errorStephan Bergmann
2017-05-31Add some loplugin:redundantcast testsStephan Bergmann
2017-05-31The updated values of t1, t2 are unusedStephan Bergmann
2017-05-31DataRecursionQueue was only introduced in Clang 3.8Stephan Bergmann
2017-05-30Restrict loplugin:redundantcast to "real" castsStephan Bergmann
2017-05-30Traverse InitListExpr only onceStephan Bergmann
2017-05-30Make loplugin:redundantcast accept bool(FD_ISSET(...)) againStephan Bergmann
2017-05-30teach redundantcast plugin about functional castsNoel Grandin
2017-05-25loplugin:constantparamNoel Grandin
2017-05-24loplugin:unusedfieldsNoel Grandin
2017-05-23enhance useuniqueptr lopluginNoel Grandin
2017-05-21Fix typosAndrea Gelmini
2017-05-19...and re-eanble loplugin:stringcopy againStephan Bergmann
2017-05-19Disable loplugin:stringcopy for nowStephan Bergmann
2017-05-19loplugin:stringcopyStephan Bergmann
2017-05-19loplugin:unusedfieldsNoel Grandin
2017-05-18Remove unnecessary restrictionsStephan Bergmann
2017-05-18Rewrite in macro argumentsStephan Bergmann
2017-05-18Avoid nested automatic rewritesStephan Bergmann
2017-05-18Refuse to rewrite in workdirStephan Bergmann
2017-05-18Adapt pathname checks to mixed usage of \ and / on WindowsStephan Bergmann
2017-05-18loplugin:unusedmethodsNoel Grandin
2017-05-17Remove unused varStephan Bergmann
2017-05-16Remove unused varStephan Bergmann
2017-05-16Extend loplugin:comparisonwithconstant beyond integral typesStephan Bergmann
2017-05-16Try to fix loplugin:comparisonwithconstant's rewrite-with-macros issueStephan Bergmann
2017-05-16loplugin:comparisonwithconstant in accessibilityNoel Grandin
2017-05-16Also filter out flags like -fsanitize-address-globals-dead-strippingStephan Bergmann
2017-05-16tighten up the check a little moreNoel Grandin
2017-05-16loplugin:unusedfields improve write-only analysisNoel Grandin
2017-05-15loplugin:useuniqueptrNoel Grandin
2017-05-12loplugin:constantparamNoel Grandin
2017-05-11Fix typosAndrea Gelmini
2017-05-10new loplugin checkunusedparamsNoel Grandin
2017-05-10add some some empty string names to constantparam lopluginNoel Grandin
2017-05-09make loplugin constantparam smarter about string paramsNoel Grandin