summaryrefslogtreecommitdiff
path: root/compilerplugins/clang/blockblock.cxx
AgeCommit message (Expand)AuthorFilesLines
2019-07-01improve loplugin:blockblockNoel Grandin1-0/+25
2019-03-12make (some) clang plugins share the same RecursiveASTVisitorLuboš Luňák1-4/+13
2019-03-11blockblock clang plugin does not do rewritingLuboš Luňák1-2/+2
2018-08-23filter out AST in more pluginsNoel Grandin1-2/+2
2018-08-10Avoid -Werror=deprecated-declarations with recent Clang trunkStephan Bergmann1-4/+4
2018-07-06compilerplugins: try to make these work with icecreamMichael Stahl1-2/+1
2018-03-27Use isSamePathname instead of hasPathnamePrefix, where appropriateStephan Bergmann1-1/+1
2017-11-07Clean away temporarily added using declarationsStephan Bergmann1-1/+2
2017-10-04More targeted check for preprocessing conditionals in loplugin:blockblockStephan Bergmann1-42/+3
2017-10-04Fix test, and add missing TraverseFunctionDecl base caseStephan Bergmann1-0/+7
2017-10-04Suppress loplugin:blockblock in functions involving preprocessing conditionalsStephan Bergmann1-0/+35
2017-10-03new loplugin:blockblockNoel Grandin1-0/+71