summaryrefslogtreecommitdiff
path: root/compilerplugins/clang/store
AgeCommit message (Expand)Author
2015-06-09forgot to add this - the python file for the unnnecessaryvirtualNoel Grandin
2015-06-09loplugin:unnecessaryvirtualsNoel Grandin
2015-05-22loplugin:constantfunctionNoel Grandin
2015-04-29Move paint method rewriter to storeTomaž Vajngerl
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin
2015-03-26move the constantfunction plugin into /storeNoel Grandin
2015-02-07loplugin:deletedspecial (Mac OS X)Stephan Bergmann
2015-02-07loplugin:deletedspecial to help add SAL_DELETED_FUNCTION annotationsStephan Bergmann
2015-01-26move these plugins into /storeNoel Grandin
2015-01-05Improve loplugin:revisibilityStephan Bergmann
2015-01-05Some loplugin:revisibility clean-upStephan Bergmann
2014-12-04move the cstylecast clang plugin out of /storeNoel Grandin
2014-12-04Problematic casts in gendata.hxx are already under controlStephan Bergmann
2014-12-04cstylecast plugin - exclude some more filesNoel Grandin
2014-12-04Run loplugin:cstylecast on C++ and Ojbective C++ codeStephan Bergmann
2014-11-20also look for cascading assignmentsBjoern Michaelsen
2014-11-20cascading conditional operators, give a hint on complexityBjoern Michaelsen
2014-11-19add clang plugin for detecting cascading condopsBjoern Michaelsen
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini
2014-11-05new loplugin: use more efficient find() methodsNoel Grandin
2014-09-29cstylecast plugin: ignore templates, improve messageNoel Grandin
2014-09-25loplugin:nullptrStephan Bergmann
2014-09-11Deactivate the sallogareas pluginTor Lillqvist
2014-09-08codebase is not yet cleaned up for loplugin:cstylecastStephan Bergmann
2014-07-24compilerplugins: Fix tutorials pluginsJuan Picca
2014-07-01Activate the "suspicious cast to sal_Bool" parts of loplugin:salboolStephan Bergmann
2014-06-24compilerplugins: move isUnoIncludeFile to base classNoel Grandin
2014-04-15salbool: fix commentThomas Arnhold
2014-04-15Better be specificStephan Bergmann
2014-04-15add "include/comphelper" to list of includes to ignoreNoel Grandin
2014-04-03remove unnecessary scope qualifier from sal_Bool usesNoel Grandin
2014-03-23fix filename detection in clang pluginsLuboš Luňák
2014-02-28Save the stdexception rewriter plugin used in...Stephan Bergmann
2014-02-27Remove visual noise from compilerpluginsAlexander Wilms
2014-02-25Move plain rewriters to store/ (so they don' get built needlessly)Stephan Bergmann
2014-02-25salbool: a rewriting plugin that flags most uses of sal_BoolStephan Bergmann
2014-02-14Store compilerplugin warning about classes derived from a specific class.Matúš Kukan
2013-09-22add mode lines to new files (and idls) since last runCaolán McNamara
2013-08-27move valueof compiler pluginLuboš Luňák
2013-08-05note about getDirectCallee() vs getCallee()Luboš Luňák
2013-08-05'generic' compiler plugin to modify calls to a specific functionLuboš Luňák
2013-05-31mark all virtuals in the clang plugin as overrideLuboš Luňák
2013-05-22Use the new type-checking Reference constructor to reduce code noiseNoel Grandin
2013-05-02add constLuboš Luňák
2013-04-22base for unusedcode compiler pluginLuboš Luňák
2013-04-07removeforwardstringdecl clang plugin has been used, move itLuboš Luňák
2013-03-28adjust unused compiler plugins for ASTContext to CompilerInstance change tooLuboš Luňák
2013-02-22s/the the/the/Tor Lillqvist
2013-02-02tutorial examples for writing new Clang plugin actionsLuboš Luňák
2013-02-02remove not needed #includeLuboš Luňák