summaryrefslogtreecommitdiff
path: root/compilerplugins
AgeCommit message (Expand)Author
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
2014-04-15Flag unreferrenced functions only declared in the main file, not an includeStephan Bergmann
2014-04-15Better be specificStephan Bergmann
2014-04-15add "include/comphelper" to list of includes to ignoreNoel Grandin
2014-04-03remove unnecessary scope qualifier from sal_Bool usesNoel Grandin
2014-04-02Add compat::isInMainFileStephan Bergmann
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann
2014-03-27Plugin to warn about/fix verriding functions not marked SAL_OVERRIDEStephan Bergmann
2014-03-27More compat stuffStephan Bergmann
2014-03-23fix filename detection in clang pluginsLuboš Luňák
2014-03-19improve warning message in passstringbyref compiler pluginNoel Grandin
2014-03-18Find places where OUString and OString are passed by value.Noel Grandin
2014-03-14More compat stuffStephan Bergmann
2014-02-28Save the stdexception rewriter plugin used in...Stephan Bergmann
2014-02-27Remove visual noise from compilerpluginsAlexander Wilms
2014-02-25isIntegerConstantExpr is more general than IntegerLiteralStephan Bergmann
2014-02-25Move plain rewriters to store/ (so they don' get built needlessly)Stephan Bergmann
2014-02-25Drop CLANGBUILD in addition to CLANGDIRStephan Bergmann
2014-02-25salbool: a rewriting plugin that flags most uses of sal_BoolStephan Bergmann
2014-02-25...but Flags parameter was plain unsigned int prior to Clang 3.4Stephan Bergmann
2014-02-25raw_fd_ostream Flags parameter no longer defaultedStephan Bergmann
2014-02-24implicitboolconversion: warn about implicit conversion of call args to boolStephan Bergmann
2014-02-21Adapt to Clang <= 3.4Stephan Bergmann
2014-02-21Special handling of __builtin_expect in boolean expressionsStephan Bergmann
2014-02-21implicitboolconversion: support for Objective C BOOLStephan Bergmann
2014-02-21Handle ImplicitCastExpr w/ invalid loc from Objective C codeStephan Bergmann
2014-02-21ParentBuilder needs support for ObjCMethodDeclStephan Bergmann
2014-02-21Allow building compilerplugins/clang on Mac OS XStephan Bergmann
2014-02-20Don't attempt to actually do double code removalsStephan Bergmann
2014-02-20EXTERNAL_WARNINGS_NOT_ERRORS -> ENABLE_WERROR and be "TRUE"/""Matúš Kukan
2014-02-17Run the non-rewriter plugins even when rewriters are specifiedStephan Bergmann
2014-02-14const improvementStephan Bergmann
2014-02-14one more -Werror,-Wsign-compareMatúš Kukan
2014-02-14-Wsign-compareStephan Bergmann
2014-02-14Store compilerplugin warning about classes derived from a specific class.Matúš Kukan
2014-02-13Adapt ImplicitBoolConversion to 32-bit builds (where sal_Int32 is long)Stephan Bergmann
2014-02-12convert SvStream::operator>> methods to ReadXXX methodsNoel Grandin
2014-01-31DiagnosticsEngine::getCustomDiagID isn't const, so don't pass in const engine.Andrzej Hunt
2014-01-31sbergman's typoJesús Corrius
2014-01-31clang::DiagnosticsEnginge::getCustomDiagID now needs a literal FormatStringStephan Bergmann
2014-01-31Clang API function terminology got changedStephan Bergmann
2014-01-30literaltobool conversion plugin, reduce spurious warnings with clang 3.3Noel Grandin
2014-01-29implicitboolconversion: also warn about redundant explicit castsStephan Bergmann
2014-01-29Further fix for old Clang versionsStephan Bergmann