summaryrefslogtreecommitdiff
path: root/compilerplugins/clang/redundantinline.cxx
AgeCommit message (Expand)AuthorFilesLines
2019-07-16convert some plugins to LO_CLANG_SHARED_PLUGINSNoel Grandin1-3/+9
2018-11-23Bump compiler plugins Clang baseline to 5.0.2Stephan Bergmann1-8/+1
2018-11-21Linkage::ModuleLinkage was only introduced in Clang 5Stephan Bergmann1-1/+1
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann1-29/+79
2018-08-23filter out AST in more pluginsNoel Grandin1-2/+2
2018-08-10Avoid -Werror=deprecated-declarations with recent Clang trunkStephan Bergmann1-5/+5
2017-11-07Clean away temporarily added using declarationsStephan Bergmann1-1/+1
2017-10-11Use unique class names for better FlameGraph resultsStephan Bergmann1-4/+5
2017-03-25Add loplugin:redundantinlineStephan Bergmann1-0/+127