summaryrefslogtreecommitdiff
path: root/compilerplugins/clang/nullptr.cxx
AgeCommit message (Expand)AuthorFilesLines
2019-10-08better name for a function in compilerpluginsLuboš Luňák1-1/+1
2019-10-07fix various warnings in compilerpluginsLuboš Luňák1-4/+2
2019-08-16Adapt loplugin:nullptr to RecursiveASTVisitior::TraverseInitListExpr changeStephan Bergmann1-0/+8
2018-08-14filter out some of the AST in the pluginsNoel Grandin1-2/+2
2018-08-10Avoid -Werror=deprecated-declarations with recent Clang trunkStephan Bergmann1-6/+6
2018-07-06compilerplugins: try to make these work with icecreamMichael Stahl1-1/+1
2018-05-04Adapt to Clang trunk SourceManager::getImmediateExpansionRange changesStephan Bergmann1-6/+5
2017-11-07Clean away temporarily added using declarationsStephan Bergmann1-1/+2
2017-05-18Adapt pathname checks to mixed usage of \ and / on WindowsStephan Bergmann1-2/+3
2017-03-22Use nl_langinfo_l with an explicitly created localeStephan Bergmann1-0/+6
2016-10-07loplugin:nullptr: remove duplicate warningsStephan Bergmann1-5/+18
2016-07-11loplugin:nullptr: Better heuristic to determine code shared between C and C++Stephan Bergmann1-3/+32
2016-06-29Remove support for Clang < 3.4Stephan Bergmann1-2/+1
2016-06-29Remove support for Clang < 3.3Stephan Bergmann1-14/+5
2016-03-31loplugin:nullptr: Check for more pointer typesStephan Bergmann1-6/+11
2016-03-30loplugin:nullptr: Find some more cases in templatesStephan Bergmann1-10/+62
2016-02-26-Werror=return-typeStephan Bergmann1-3/+6
2016-02-26These version checks are about the Clang the plugins are built /against/Stephan Bergmann1-1/+1
2016-01-06Enable loplugin:nullptrStephan Bergmann1-0/+323