summaryrefslogtreecommitdiffstats
path: root/compilerplugins
Commit message (Expand)AuthorAgeFilesLines
* Adapt loplugin:derefnullptr to old Clang versionsStephan Bergmann2014-07-301-1/+1
* fix for running externandnotdefined plugin on UbuntuNoel Grandin2014-07-291-2/+1
* compilerplugins: Fix tutorials pluginsJuan Picca2014-07-246-9/+9
* new loplugin: externalandnotdefinedNoel Grandin2014-07-111-0/+79
* compat for Clang 3.2Stephan Bergmann2014-07-022-2/+24
* Make configmgr loplugin:salbool-cleanStephan Bergmann2014-07-021-13/+9
* loplugin:salbool: Fix handling of potentially overriding functionsStephan Bergmann2014-07-021-23/+40
* Activate the "suspicious cast to sal_Bool" parts of loplugin:salboolStephan Bergmann2014-07-011-17/+28
* New loplugin:stringconcatStephan Bergmann2014-07-011-0/+82
* loplugin:unreffun: also warn about redundant redeclarationsStephan Bergmann2014-06-271-0/+33
* loplugin:unreffun: also warn about unused function templatesStephan Bergmann2014-06-271-9/+14
* compilerplugins: move isUnoIncludeFile to base classNoel Grandin2014-06-246-119/+31
* Clang trunk compat fixStephan Bergmann2014-06-241-1/+2
* new compilerplugin returnbyrefNoel Grandin2014-06-241-0/+153
* Fix logic to obtain callee's FunctionProtoType (if any)Stephan Bergmann2014-06-171-6/+11
* improve the inlinesimplememberfunctions clang pluginNoel Grandin2014-06-171-53/+57
* loplugin:staticcallStephan Bergmann2014-06-131-0/+49
* New loplugin:derefnullptr (all violations already fixed)Stephan Bergmann2014-06-111-0/+44
* compile fixNoel Grandin2014-06-091-2/+28
* improve safety of loplugin inlinesimplememberfunctionsNoel Grandin2014-06-091-0/+13
* new loplugin: inlinesimpleaccessmethodsNoel Grandin2014-06-041-0/+282
* New loplugin:inlinevisible to flag inline functions marked DLLEXPORTStephan Bergmann2014-05-301-0/+53
* Filter out all -fsanitize= args when building compilerpluginsStephan Bergmann2014-05-221-1/+1
* loplugin-passbyref: ignore non-base declarationsNoel Grandin2014-05-221-0/+7
* enhance pass-by-ref plugin to detect large argumentsNoel Grandin2014-05-201-14/+20
* Correct common misspellings, and remove some ASCII art along the way.Chris Laplante2014-05-171-1/+1
* combine the pass-by-ref clang pluginsNoel Grandin2014-05-162-70/+14
* Find places where uno::Sequence is passed by value.Noel Grandin2014-05-141-0/+63
* compilerplugins/clang: filter out -fsanitize=addressStephan Bergmann2014-05-091-1/+1
* compilerplugins: Build them in parallel.Jan Holesovsky2014-04-171-1/+5
* salbool: fix commentThomas Arnhold2014-04-151-1/+1
* Flag unreferrenced functions only declared in the main file, not an includeStephan Bergmann2014-04-152-0/+172
* Better be specificStephan Bergmann2014-04-151-2/+2
* add "include/comphelper" to list of includes to ignoreNoel Grandin2014-04-151-0/+1
* remove unnecessary scope qualifier from sal_Bool usesNoel Grandin2014-04-031-1/+1
* Add compat::isInMainFileStephan Bergmann2014-04-022-11/+16
* Explicitly mark overriding destructors as "virtual"Stephan Bergmann2014-04-011-1/+19
* Plugin to warn about/fix verriding functions not marked SAL_OVERRIDEStephan Bergmann2014-03-271-0/+158
* More compat stuffStephan Bergmann2014-03-271-0/+16
* fix filename detection in clang pluginsLuboš Luňák2014-03-232-3/+3
* improve warning message in passstringbyref compiler pluginNoel Grandin2014-03-191-2/+2
* Find places where OUString and OString are passed by value.Noel Grandin2014-03-181-0/+71
* More compat stuffStephan Bergmann2014-03-141-0/+8
* Save the stdexception rewriter plugin used in...Stephan Bergmann2014-02-281-0/+199
* Remove visual noise from compilerpluginsAlexander Wilms2014-02-276-9/+0
* isIntegerConstantExpr is more general than IntegerLiteralStephan Bergmann2014-02-251-17/+12
* Move plain rewriters to store/ (so they don' get built needlessly)Stephan Bergmann2014-02-254-0/+0
* Drop CLANGBUILD in addition to CLANGDIRStephan Bergmann2014-02-251-2/+2
* salbool: a rewriting plugin that flags most uses of sal_BoolStephan Bergmann2014-02-252-0/+584
* ...but Flags parameter was plain unsigned int prior to Clang 3.4Stephan Bergmann2014-02-252-5/+23