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