summaryrefslogtreecommitdiffstats
path: root/idlc
Commit message (Expand)AuthorAgeFilesLines
* loplugin:cstylecastStephan Bergmann2019-02-281-1/+1
* loplugin:includeformStephan Bergmann2019-02-281-1/+1
* loplugin:stringconstantStephan Bergmann2019-02-281-1/+1
* loplugin:externvarStephan Bergmann2019-02-281-3/+3
* Untabify .l files (to silence loplugin:indentation warnings)Stephan Bergmann2019-02-271-211/+211
* Add missing modelines to .l filesStephan Bergmann2019-02-271-0/+3
* loplugin:unusedfields in helpcompiler..jvmfwkNoel Grandin2019-02-242-22/+0
* Simplify containers iterations in [f-l]*Arkadiy Illarionov2019-02-183-37/+14
* loplugin:simplifybool, check for !(!a op !b)Noel Grandin2019-02-181-4/+4
* loplugin:indentation in helpcompiler..ioNoel Grandin2019-02-093-5/+6
* o3tl::make_unique -> std::make_unique in i18npool...reportdesignGabor Kelemen2019-01-221-2/+1
* idlc: no need to store single OString objects on the heapNoel Grandin2018-12-224-14/+16
* Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann2018-12-082-2/+2
* loplugin:singlevalfields extend to all static varsNoel Grandin2018-12-071-1/+1
* loplugin:stringconstant look for unnecessary OString constructor useNoel Grandin2018-11-293-27/+27
* loplugin:collapseif in dbaccess..lotuswordproNoel Grandin2018-11-061-5/+2
* remove more rtl::OUString and OString prefixesNoel Grandin2018-10-242-39/+34
* clang-tidy readability-simplify-boolean-exprNoel Grandin2018-10-182-7/+2
* loplugin:external (clang-cl)Stephan Bergmann2018-09-241-1/+1
* New loplugin:externalStephan Bergmann2018-09-173-8/+8
* loplugin:simplifyconstruct in helpcompiler..ioNoel Grandin2018-09-092-26/+0
* loplugin:useuniqueptr in idlc::compileFileNoel Grandin2018-08-301-5/+2
* use std::vector in AstStackNoel Grandin2018-08-302-55/+17
* replace rtl_allocateMemory with std::mallocNoel Grandin2018-08-292-4/+4
* set copy_paste_error to false rather than intentionalCaolán McNamara2018-08-111-1/+1
* Related: rhbz#1602589 add comments to coverity annotationsCaolán McNamara2018-07-271-1/+1
* tdf#42949 Fix IWYU warnings in include/osl/*hxxGabor Kelemen2018-07-101-0/+1
* fflush() followed by fclose() is redundantTakeshi Abe2018-04-061-2/+1
* loplugin:useuniqueptr in AstStructNoel Grandin2018-03-232-8/+4
* Use for-range loops in hwpfilter, i18n*, idl* and ioJulien Nabet2018-03-189-118/+67
* Make LibreOffice buildable on Haiku.Kacper Kasper2018-03-051-1/+1
* idlc: MSVC: pragma warning: make more specific, remove obsoleteMike Kaganski2018-02-013-7/+1
* loplugin:unusedmethods also check for functions returning boolNoel Grandin2018-01-194-8/+4
* SAL_W32 is just an alias for _WIN32Stephan Bergmann2018-01-192-5/+5
* fix use of std::unique_ptr in IdlcNoel Grandin2018-01-172-15/+13
* loplugin:unnecessaryparen extend to delete statementsNoel Grandin2018-01-171-1/+1
* loplugin:useuniqueptr in idlcNoel Grandin2018-01-133-15/+4
* More loplugin:cstylecast: idlcStephan Bergmann2018-01-125-85/+85
* Manual loplugin:cstylecast fixes in idlc/source/parser.yStephan Bergmann2018-01-111-2/+2
* loplugin:useuniqueptr cppu,idlc,io,ucbhelperNoel Grandin2018-01-113-6/+4
* loplugin:salcall fix functionsNoel Grandin2017-12-115-12/+12
* new loplugin salcall: remove unnecessary SAL_CALLNoel Grandin2017-12-041-1/+1
* loplugin:unnecessaryparen: Warn about parentheses around literalsStephan Bergmann2017-11-271-1/+1
* look for =() in loplugin:unnecessaryparenNoel Grandin2017-11-201-1/+1
* improve constparam lopluginNoel Grandin2017-11-022-2/+2
* loplugin:includeform: idlcStephan Bergmann2017-10-2334-59/+59
* loplugin:constmethod in cppu,cppuhelper,idlcNoel Grandin2017-10-2313-33/+33
* overload std::hash for OUString and OStringNoel Grandin2017-10-231-3/+1
* Silence compiler warnings C4005 (redefined INT8_MIN etc.)Mike Kaganski2017-10-201-0/+9
* loplugin:includeform: manual changes to idlc/source/parser.yStephan Bergmann2017-10-191-2/+2