summaryrefslogtreecommitdiff
path: root/idlc
AgeCommit message (Expand)AuthorFilesLines
2019-12-19sal_Char->char in idlc..linguisticNoel Grandin10-21/+21
2019-12-01Introduce o3tl::optional as an alias for std::optionalStephan Bergmann2-3/+3
2019-12-01missing includeStephan Bergmann2-0/+8
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann1-0/+4
2019-10-28loplugin:stringadd improve detectionNoel Grandin1-4/+3
2019-10-23size some stringbuffer to prevent re-allocNoel Grandin3-10/+7
2019-10-17Remaining loplugin:bufferaddStephan Bergmann2-11/+4
2019-10-14loplugin:stringadd look for unnecessary temporariesNoel Grandin1-1/+1
2019-10-01loplugin:data (clang-cl)Stephan Bergmann1-2/+2
2019-10-01loplugin:stringadd in helpcompiler..ooxNoel Grandin1-30/+28
2019-09-11Fix missing dependencyMike Kaganski1-0/+7
2019-09-01Fix '..'Andrea Gelmini1-1/+1
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