summaryrefslogtreecommitdiff
path: root/compilerplugins
AgeCommit message (Expand)AuthorFilesLines
2014-11-19add clang plugin for detecting cascading condopsBjoern Michaelsen2-0/+104
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini2-2/+2
2014-11-05new loplugin: use more efficient find() methodsNoel Grandin1-0/+77
2014-10-01Remove excess [%1 %2] that doesn't match any argumentsStephan Bergmann1-1/+1
2014-09-30compilerplugins: get rid of std::auto_ptr in commentStephan Bergmann1-1/+1
2014-09-29cstylecast plugin: ignore templates, improve messageNoel Grandin1-2/+8
2014-09-25loplugin:nullptrStephan Bergmann1-0/+211
2014-09-23Adapt compilerplugins to Clang trunk towards 3.6Stephan Bergmann2-1/+14
2014-09-23fdo#82577: Handle WindowNoel Grandin1-1/+1
2014-09-21Revert "new loplugin: VCL widget reference checker"Stephan Bergmann1-86/+0
2014-09-21new loplugin: VCL widget reference checkerNoel Grandin1-0/+86
2014-09-16...and anotherStephan Bergmann1-1/+1
2014-09-16Fix workaround for bug in Clang 3.2 FunctionDecl::isInlinedStephan Bergmann1-14/+17
2014-09-15Work around bug in Clang 3.2 FunctionDecl::isInlinedStephan Bergmann1-1/+12
2014-09-15do not warn about "null pointer conversions" from integers in C++98 modeLuboš Luňák1-10/+6
2014-09-15loplugin:salbool env var is no longer necessary, all code is cleanStephan Bergmann1-27/+18
2014-09-12loplugin:salbool: exclude sal_Bool vars passed to non-const refStephan Bergmann1-0/+47
2014-09-11Deactivate the sallogareas pluginTor Lillqvist2-0/+0
2014-09-08codebase is not yet cleaned up for loplugin:cstylecastStephan Bergmann1-0/+0
2014-09-07create clang plugin to warn about C-style castsNoel Grandin1-0/+88
2014-08-28Adapt compilerplugins to Clang trunk towards 3.6Stephan Bergmann1-1/+7
2014-08-11Adapt compilerplugins to Clang trunk towards 3.6Stephan Bergmann2-0/+12
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