summaryrefslogtreecommitdiffstats
path: root/idlc
Commit message (Expand)AuthorAgeFilesLines
* loplugin:stringadd improve detectionNoel Grandin2019-10-281-4/+3
* size some stringbuffer to prevent re-allocNoel Grandin2019-10-233-10/+7
* Remaining loplugin:bufferaddStephan Bergmann2019-10-172-11/+4
* loplugin:stringadd look for unnecessary temporariesNoel Grandin2019-10-141-1/+1
* loplugin:data (clang-cl)Stephan Bergmann2019-10-011-2/+2
* loplugin:stringadd in helpcompiler..ooxNoel Grandin2019-10-011-30/+28
* Fix missing dependencyMike Kaganski2019-09-111-0/+7
* Fix '..'Andrea Gelmini2019-09-011-1/+1
* Avoid -fsanitize=float-cast-overflow when converting to AstExprValue::u::byvalStephan Bergmann2019-08-141-2/+2
* Fix Clang 10 -Werror,-Wimplicit-int-float-conversionStephan Bergmann2019-08-133-14/+142
* Improved loplugin:stringconstant (now that GCC 7 supports it): idlcStephan Bergmann2019-07-312-3/+3
* cid#1448213 Assignment of overlapping memoryCaolán McNamara2019-07-241-78/+312
* Fix typoAndrea Gelmini2019-06-251-1/+1
* Fix typoAndrea Gelmini2019-06-251-2/+2
* Fix typoAndrea Gelmini2019-06-251-1/+1
* Fix typoAndrea Gelmini2019-06-251-1/+1
* Fix typoAndrea Gelmini2019-06-251-4/+4
* Fix typoAndrea Gelmini2019-06-251-1/+1
* 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