summaryrefslogtreecommitdiff
path: root/idlc
AgeCommit message (Expand)AuthorFilesLines
2019-08-14Avoid -fsanitize=float-cast-overflow when converting to AstExprValue::u::byvalStephan Bergmann1-2/+2
2019-08-13Fix Clang 10 -Werror,-Wimplicit-int-float-conversionStephan Bergmann3-14/+142
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): idlcStephan Bergmann2-3/+3
2019-07-24cid#1448213 Assignment of overlapping memoryCaolán McNamara1-78/+312
2019-06-25Fix typoAndrea Gelmini1-1/+1
2019-06-25Fix typoAndrea Gelmini1-2/+2
2019-06-25Fix typoAndrea Gelmini1-1/+1
2019-06-25Fix typoAndrea Gelmini1-1/+1
2019-06-25Fix typoAndrea Gelmini1-4/+4
2019-06-25Fix typoAndrea Gelmini1-1/+1
2019-02-28loplugin:cstylecastStephan Bergmann1-1/+1
2019-02-28loplugin:includeformStephan Bergmann1-1/+1
2019-02-28loplugin:stringconstantStephan Bergmann1-1/+1
2019-02-28loplugin:externvarStephan Bergmann1-3/+3
2019-02-27Untabify .l files (to silence loplugin:indentation warnings)Stephan Bergmann1-211/+211
2019-02-27Add missing modelines to .l filesStephan Bergmann1-0/+3
2019-02-24loplugin:unusedfields in helpcompiler..jvmfwkNoel Grandin2-22/+0
2019-02-18Simplify containers iterations in [f-l]*Arkadiy Illarionov3-37/+14
2019-02-18loplugin:simplifybool, check for !(!a op !b)Noel Grandin1-4/+4
2019-02-09loplugin:indentation in helpcompiler..ioNoel Grandin3-5/+6
2019-01-22o3tl::make_unique -> std::make_unique in i18npool...reportdesignGabor Kelemen1-2/+1
2018-12-22idlc: no need to store single OString objects on the heapNoel Grandin4-14/+16
2018-12-08Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann2-2/+2
2018-12-07loplugin:singlevalfields extend to all static varsNoel Grandin1-1/+1
2018-11-29loplugin:stringconstant look for unnecessary OString constructor useNoel Grandin3-27/+27
2018-11-06loplugin:collapseif in dbaccess..lotuswordproNoel Grandin1-5/+2
2018-10-24remove more rtl::OUString and OString prefixesNoel Grandin2-39/+34
2018-10-18clang-tidy readability-simplify-boolean-exprNoel Grandin2-7/+2
2018-09-24loplugin:external (clang-cl)Stephan Bergmann1-1/+1
2018-09-17New loplugin:externalStephan Bergmann3-8/+8
2018-09-09loplugin:simplifyconstruct in helpcompiler..ioNoel Grandin2-26/+0
2018-08-30loplugin:useuniqueptr in idlc::compileFileNoel Grandin1-5/+2
2018-08-30use std::vector in AstStackNoel Grandin2-55/+17
2018-08-29replace rtl_allocateMemory with std::mallocNoel Grandin2-4/+4
2018-08-11set copy_paste_error to false rather than intentionalCaolán McNamara1-1/+1
2018-07-27Related: rhbz#1602589 add comments to coverity annotationsCaolán McNamara1-1/+1
2018-07-10tdf#42949 Fix IWYU warnings in include/osl/*hxxGabor Kelemen1-0/+1
2018-04-06fflush() followed by fclose() is redundantTakeshi Abe1-2/+1
2018-03-23loplugin:useuniqueptr in AstStructNoel Grandin2-8/+4
2018-03-18Use for-range loops in hwpfilter, i18n*, idl* and ioJulien Nabet9-118/+67
2018-03-05Make LibreOffice buildable on Haiku.Kacper Kasper1-1/+1
2018-02-01idlc: MSVC: pragma warning: make more specific, remove obsoleteMike Kaganski3-7/+1
2018-01-19loplugin:unusedmethods also check for functions returning boolNoel Grandin4-8/+4
2018-01-19SAL_W32 is just an alias for _WIN32Stephan Bergmann2-5/+5
2018-01-17fix use of std::unique_ptr in IdlcNoel Grandin2-15/+13
2018-01-17loplugin:unnecessaryparen extend to delete statementsNoel Grandin1-1/+1
2018-01-13loplugin:useuniqueptr in idlcNoel Grandin3-15/+4
2018-01-12More loplugin:cstylecast: idlcStephan Bergmann5-85/+85
2018-01-11Manual loplugin:cstylecast fixes in idlc/source/parser.yStephan Bergmann1-2/+2
2018-01-11loplugin:useuniqueptr cppu,idlc,io,ucbhelperNoel Grandin3-6/+4