summaryrefslogtreecommitdiff
path: root/compilerplugins/clang/finalclasses.py
AgeCommit message (Collapse)AuthorFilesLines
2018-07-12loplugin:mergeclasses fix ignoring some stuffNoel Grandin1-0/+3
Seems that calling getCanonicalDecl here results in us sometimes picking up forward-decl's, which hides stuff Also make the python processing code spit out a message if I manage to mess up the log files Change-Id: I08bf50eb26cf463c126507b51535b0a0fc9f7ecf
2018-04-10put the loplugin output files in the workdirNoel Grandin1-1/+1
so that the next time I accidentally leave one turned on, and commit it, the buildbots will clean up naturally the next time they run 'make clean' Change-Id: Ia09dea9c272c322c7e2773c5458cb54aceb50dd1
2017-10-17loplugin:finalclasses trim the output a littleNoel Grandin1-1/+7
Change-Id: Iad0f0ded624e95448421c19a04535c2511b66a02
2017-10-03new loplugin:finalclassesNoel Grandin1-0/+48
look for classes which are effectively final, but contain protected members. These members can be made private. Change-Id: If53d535b068b668d1aff548ebfd0fe6c51a48a0e