summaryrefslogtreecommitdiff
path: root/compilerplugins
AgeCommit message (Expand)Author
2015-03-03Improve loplugin:passstuffbyrefStephan Bergmann
2015-03-02Missing initializationStephan Bergmann
2015-03-02plugin:literaltoboolconversion: Recurse into comma operator's rhsStephan Bergmann
2015-02-26Adapt compilerplugins to Clang trunk towards 3.7Stephan Bergmann
2015-02-09Adapt loplugin:passstuffbyref to Clang 3.2Stephan Bergmann
2015-02-07loplugin:deletedspecial (Mac OS X)Stephan Bergmann
2015-02-07loplugin:deletedspecial to help add SAL_DELETED_FUNCTION annotationsStephan Bergmann
2015-02-05Extend loplugin:passstuffbyref to handle lambdasStephan Bergmann
2015-01-29Extract loplugin:redundantcast from loplugin:cstylecastStephan Bergmann
2015-01-28Some more loplugin:cstylecast clean-upStephan Bergmann
2015-01-26move these plugins into /storeNoel Grandin
2015-01-26new loplugin: change virtual methods to non-virtualNoel Grandin
2015-01-22loplugin:cstylecast: Warn about more of the potentially suspicious onesStephan Bergmann
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