summaryrefslogtreecommitdiff
path: root/compilerplugins
AgeCommit message (Expand)Author
2015-01-09loplugin:cstylecast: warn about certain redundant reinterpret_castsStephan Bergmann
2015-01-08Fix typoTor Lillqvist
2015-01-08loplugin:cstylecast: improve detection of C codeStephan Bergmann
2015-01-07loplugin:cstylecast: No need to exclude include/cppuhelperStephan Bergmann
2015-01-07tools/solar.h already filtered out via filename.endsWith(".h")Stephan Bergmann
2015-01-07loplugin:cstylecast: bridgesStephan Bergmann
2015-01-07loplugin:cstylecast: salStephan Bergmann
2015-01-07Minor beautificationStephan Bergmann
2015-01-07loplugin:cstylecast: Exclude only sal, not salhelperStephan Bergmann
2015-01-06Work around loplugin:cstylecast under -fsanitize=*Stephan Bergmann
2015-01-05Improve loplugin:revisibilityStephan Bergmann
2015-01-05Some loplugin:revisibility clean-upStephan Bergmann
2014-12-21Don't call isIntegerConstantExpr if isValueDependentStephan Bergmann
2014-12-19Extend loplugin:literalalternative to loplugin:stringconstantStephan Bergmann
2014-12-18loplugin:saloverride does not make sense for external codeStephan Bergmann
2014-12-07loplugin:cstylecast: warn about casts involving incomplete typesStephan 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-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