summaryrefslogtreecommitdiff
path: root/compilerplugins
AgeCommit message (Expand)Author
2014-10-01Remove excess [%1 %2] that doesn't match any argumentsStephan Bergmann
2014-09-30compilerplugins: get rid of std::auto_ptr in commentStephan Bergmann
2014-09-29cstylecast plugin: ignore templates, improve messageNoel Grandin
2014-09-25loplugin:nullptrStephan Bergmann
2014-09-23Adapt compilerplugins to Clang trunk towards 3.6Stephan Bergmann
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-09-21Revert "new loplugin: VCL widget reference checker"Stephan Bergmann
2014-09-21new loplugin: VCL widget reference checkerNoel Grandin
2014-09-16...and anotherStephan Bergmann
2014-09-16Fix workaround for bug in Clang 3.2 FunctionDecl::isInlinedStephan Bergmann
2014-09-15Work around bug in Clang 3.2 FunctionDecl::isInlinedStephan Bergmann
2014-09-15do not warn about "null pointer conversions" from integers in C++98 modeLuboš Luňák
2014-09-15loplugin:salbool env var is no longer necessary, all code is cleanStephan Bergmann
2014-09-12loplugin:salbool: exclude sal_Bool vars passed to non-const refStephan Bergmann
2014-09-11Deactivate the sallogareas pluginTor Lillqvist
2014-09-08codebase is not yet cleaned up for loplugin:cstylecastStephan Bergmann
2014-09-07create clang plugin to warn about C-style castsNoel Grandin
2014-08-28Adapt compilerplugins to Clang trunk towards 3.6Stephan Bergmann
2014-08-11Adapt compilerplugins to Clang trunk towards 3.6Stephan Bergmann
2014-07-30Adapt loplugin:derefnullptr to old Clang versionsStephan Bergmann
2014-07-29fix for running externandnotdefined plugin on UbuntuNoel Grandin
2014-07-24compilerplugins: Fix tutorials pluginsJuan Picca
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