summaryrefslogtreecommitdiff
path: root/compilerplugins
AgeCommit message (Expand)AuthorFilesLines
2014-07-30Adapt loplugin:derefnullptr to old Clang versionsStephan Bergmann1-1/+1
2014-07-29fix for running externandnotdefined plugin on UbuntuNoel Grandin1-2/+1
2014-07-24compilerplugins: Fix tutorials pluginsJuan Picca6-9/+9
2014-07-11new loplugin: externalandnotdefinedNoel Grandin1-0/+79
2014-07-02compat for Clang 3.2Stephan Bergmann2-2/+24
2014-07-02Make configmgr loplugin:salbool-cleanStephan Bergmann1-13/+9
2014-07-02loplugin:salbool: Fix handling of potentially overriding functionsStephan Bergmann1-23/+40
2014-07-01Activate the "suspicious cast to sal_Bool" parts of loplugin:salboolStephan Bergmann1-17/+28
2014-07-01New loplugin:stringconcatStephan Bergmann1-0/+82
2014-06-27loplugin:unreffun: also warn about redundant redeclarationsStephan Bergmann1-0/+33
2014-06-27loplugin:unreffun: also warn about unused function templatesStephan Bergmann1-9/+14
2014-06-24compilerplugins: move isUnoIncludeFile to base classNoel Grandin6-119/+31
2014-06-24Clang trunk compat fixStephan Bergmann1-1/+2
2014-06-24new compilerplugin returnbyrefNoel Grandin1-0/+153
2014-06-17Fix logic to obtain callee's FunctionProtoType (if any)Stephan Bergmann1-6/+11
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin1-53/+57
2014-06-13loplugin:staticcallStephan Bergmann1-0/+49
2014-06-11New loplugin:derefnullptr (all violations already fixed)Stephan Bergmann1-0/+44
2014-06-09compile fixNoel Grandin1-2/+28
2014-06-09improve safety of loplugin inlinesimplememberfunctionsNoel Grandin1-0/+13
2014-06-04new loplugin: inlinesimpleaccessmethodsNoel Grandin1-0/+282
2014-05-30New loplugin:inlinevisible to flag inline functions marked DLLEXPORTStephan Bergmann1-0/+53
2014-05-22Filter out all -fsanitize= args when building compilerpluginsStephan Bergmann1-1/+1
2014-05-22loplugin-passbyref: ignore non-base declarationsNoel Grandin1-0/+7
2014-05-20enhance pass-by-ref plugin to detect large argumentsNoel Grandin1-14/+20
2014-05-17Correct common misspellings, and remove some ASCII art along the way.Chris Laplante1-1/+1
2014-05-16combine the pass-by-ref clang pluginsNoel Grandin2-70/+14
2014-05-14Find places where uno::Sequence is passed by value.Noel Grandin1-0/+63
2014-05-09compilerplugins/clang: filter out -fsanitize=addressStephan Bergmann1-1/+1
2014-04-17compilerplugins: Build them in parallel.Jan Holesovsky1-1/+5
2014-04-15salbool: fix commentThomas Arnhold1-1/+1
2014-04-15Flag unreferrenced functions only declared in the main file, not an includeStephan Bergmann2-0/+172
2014-04-15Better be specificStephan Bergmann1-2/+2
2014-04-15add "include/comphelper" to list of includes to ignoreNoel Grandin1-0/+1
2014-04-03remove unnecessary scope qualifier from sal_Bool usesNoel Grandin1-1/+1
2014-04-02Add compat::isInMainFileStephan Bergmann2-11/+16
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann1-1/+19
2014-03-27Plugin to warn about/fix verriding functions not marked SAL_OVERRIDEStephan Bergmann1-0/+158
2014-03-27More compat stuffStephan Bergmann1-0/+16
2014-03-23fix filename detection in clang pluginsLuboš Luňák2-3/+3
2014-03-19improve warning message in passstringbyref compiler pluginNoel Grandin1-2/+2
2014-03-18Find places where OUString and OString are passed by value.Noel Grandin1-0/+71
2014-03-14More compat stuffStephan Bergmann1-0/+8
2014-02-28Save the stdexception rewriter plugin used in...Stephan Bergmann1-0/+199
2014-02-27Remove visual noise from compilerpluginsAlexander Wilms6-9/+0
2014-02-25isIntegerConstantExpr is more general than IntegerLiteralStephan Bergmann1-17/+12
2014-02-25Move plain rewriters to store/ (so they don' get built needlessly)Stephan Bergmann4-0/+0
2014-02-25Drop CLANGBUILD in addition to CLANGDIRStephan Bergmann1-2/+2
2014-02-25salbool: a rewriting plugin that flags most uses of sal_BoolStephan Bergmann2-0/+584
2014-02-25...but Flags parameter was plain unsigned int prior to Clang 3.4Stephan Bergmann2-5/+23