summaryrefslogtreecommitdiff
path: root/compilerplugins
AgeCommit message (Expand)Author
2014-07-11new loplugin: externalandnotdefinedNoel Grandin
2014-07-02compat for Clang 3.2Stephan Bergmann
2014-07-02Make configmgr loplugin:salbool-cleanStephan Bergmann
2014-07-02loplugin:salbool: Fix handling of potentially overriding functionsStephan Bergmann
2014-07-01Activate the "suspicious cast to sal_Bool" parts of loplugin:salboolStephan Bergmann
2014-07-01New loplugin:stringconcatStephan Bergmann
2014-06-27loplugin:unreffun: also warn about redundant redeclarationsStephan Bergmann
2014-06-27loplugin:unreffun: also warn about unused function templatesStephan Bergmann
2014-06-24compilerplugins: move isUnoIncludeFile to base classNoel Grandin
2014-06-24Clang trunk compat fixStephan Bergmann
2014-06-24new compilerplugin returnbyrefNoel Grandin
2014-06-17Fix logic to obtain callee's FunctionProtoType (if any)Stephan Bergmann
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin
2014-06-13loplugin:staticcallStephan Bergmann
2014-06-11New loplugin:derefnullptr (all violations already fixed)Stephan Bergmann
2014-06-09compile fixNoel Grandin
2014-06-09improve safety of loplugin inlinesimplememberfunctionsNoel Grandin
2014-06-04new loplugin: inlinesimpleaccessmethodsNoel Grandin
2014-05-30New loplugin:inlinevisible to flag inline functions marked DLLEXPORTStephan Bergmann
2014-05-22Filter out all -fsanitize= args when building compilerpluginsStephan Bergmann
2014-05-22loplugin-passbyref: ignore non-base declarationsNoel Grandin
2014-05-20enhance pass-by-ref plugin to detect large argumentsNoel Grandin
2014-05-17Correct common misspellings, and remove some ASCII art along the way.Chris Laplante
2014-05-16combine the pass-by-ref clang pluginsNoel Grandin
2014-05-14Find places where uno::Sequence is passed by value.Noel Grandin
2014-05-09compilerplugins/clang: filter out -fsanitize=addressStephan Bergmann
2014-04-17compilerplugins: Build them in parallel.Jan Holesovsky
2014-04-15salbool: fix commentThomas Arnhold
2014-04-15Flag unreferrenced functions only declared in the main file, not an includeStephan Bergmann
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-04-02Add compat::isInMainFileStephan Bergmann
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann
2014-03-27Plugin to warn about/fix verriding functions not marked SAL_OVERRIDEStephan Bergmann
2014-03-27More compat stuffStephan Bergmann
2014-03-23fix filename detection in clang pluginsLuboš Luňák
2014-03-19improve warning message in passstringbyref compiler pluginNoel Grandin
2014-03-18Find places where OUString and OString are passed by value.Noel Grandin
2014-03-14More compat stuffStephan Bergmann
2014-02-28Save the stdexception rewriter plugin used in...Stephan Bergmann
2014-02-27Remove visual noise from compilerpluginsAlexander Wilms
2014-02-25isIntegerConstantExpr is more general than IntegerLiteralStephan Bergmann
2014-02-25Move plain rewriters to store/ (so they don' get built needlessly)Stephan Bergmann
2014-02-25Drop CLANGBUILD in addition to CLANGDIRStephan Bergmann
2014-02-25salbool: a rewriting plugin that flags most uses of sal_BoolStephan Bergmann
2014-02-25...but Flags parameter was plain unsigned int prior to Clang 3.4Stephan Bergmann
2014-02-25raw_fd_ostream Flags parameter no longer defaultedStephan Bergmann
2014-02-24implicitboolconversion: warn about implicit conversion of call args to boolStephan Bergmann
2014-02-21Adapt to Clang <= 3.4Stephan Bergmann