summaryrefslogtreecommitdiffstats
path: root/idlc/source
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:data (clang-cl)Stephan Bergmann2019-10-011-2/+2
* loplugin:stringadd in helpcompiler..ooxNoel Grandin2019-10-011-30/+28
* 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-131-14/+57
* 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-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-241-18/+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-222-11/+12
* 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-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