summaryrefslogtreecommitdiffstats
path: root/idlc/source
Commit message (Expand)AuthorAgeFilesLines
* 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-091-25/+0
* loplugin:useuniqueptr in idlc::compileFileNoel Grandin2018-08-301-5/+2
* use std::vector in AstStackNoel Grandin2018-08-301-51/+14
* 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-231-6/+2
* 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-012-3/+1
* loplugin:unusedmethods also check for functions returning boolNoel Grandin2018-01-192-6/+2
* SAL_W32 is just an alias for _WIN32Stephan Bergmann2018-01-192-5/+5
* fix use of std::unique_ptr in IdlcNoel Grandin2018-01-171-11/+8
* loplugin:unnecessaryparen extend to delete statementsNoel Grandin2018-01-171-1/+1
* loplugin:useuniqueptr in idlcNoel Grandin2018-01-131-1/+1
* More loplugin:cstylecast: idlcStephan Bergmann2018-01-124-84/+84
* Manual loplugin:cstylecast fixes in idlc/source/parser.yStephan Bergmann2018-01-111-2/+2
* loplugin:useuniqueptr cppu,idlc,io,ucbhelperNoel Grandin2018-01-112-4/+0
* loplugin:salcall fix functionsNoel Grandin2017-12-112-7/+7
* 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-021-1/+1
* loplugin:includeform: idlcStephan Bergmann2017-10-238-17/+17
* loplugin:constmethod in cppu,cppuhelper,idlcNoel Grandin2017-10-234-8/+8
* 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
* Rename and move SAL_U/W to o3tl::toU/WMike Kaganski2017-10-051-3/+4
* Prefer prefix operatorJulien Nabet2017-10-011-13/+13
* Use explicit function names for fooA/fooW WinAPI; prefer fooWMike Kaganski2017-09-301-1/+1
* Use even more WIN32_LEAN_AND_MEANMike Kaganski2017-09-181-15/+3
* clang-tidy modernize-use-emplace in hwpfilter..lotuswordproNoel Grandin2017-09-113-8/+7
* loplugin:unnecessaryparen include c++ castsNoel Grandin2017-09-041-1/+1
* convert std::map::insert to std::map::emplace IINoel Grandin2017-08-111-13/+7
* loplugin:constparams in sw part6Noel Grandin2017-08-061-2/+2
* no copy neededJochen Nitschke2017-07-181-52/+2
* loplugin:constparams codemaker,idl,idlcNoel Grandin2017-07-184-7/+7
* extend loplugin useuniqueptr to OUString pointersNoel Grandin2017-07-171-1/+0
* Fix lifecycle issueStephan Bergmann2017-07-161-3/+5
* extend loplugin useuniqueptr to POD typesNoel Grandin2017-07-141-11/+10
* loplugin:unnecessaryparenStephan Bergmann2017-07-051-3/+3
* loplugin:oncevar in helpcompiler..jvmfwkNoel Grandin2017-06-252-4/+3
* loplugin:unusedfields in forms..idlcNoel Grandin2017-06-231-2/+0