summaryrefslogtreecommitdiff
path: root/idlc/source
AgeCommit message (Expand)AuthorFilesLines
2021-04-29loplugin:stringadd simplify some *StringBuffer operationsNoel Grandin1-3/+2
2021-01-14loplugin:unsignedcompareStephan Bergmann1-1/+2
2020-12-20No longer need to worry about ambiguous operator== in loplugin:stringviewparamStephan Bergmann2-2/+2
2020-12-11Adapt the remaining OUString functions to std string_viewStephan Bergmann3-4/+4
2020-11-13tdf#123936 Formatting files in module idl with clang-formatPhilipp Hofer3-56/+58
2020-11-10new loplugin:reducevarscopeNoel Grandin2-2/+2
2020-10-16fix some *printf which are using "%l" ie. long specifiersNoel2-11/+10
2020-09-22OUStringLiteral/OStringLiteral coverity PARSE_ERROR workaroundCaolán McNamara1-1/+1
2020-09-21Fix typo in codeAndrea Gelmini2-3/+3
2020-08-30Goodbye O[U]StringView, welcome O[U]String::ConcatStephan Bergmann1-1/+4
2020-08-14loplugin:simplifybool moreNoel Grandin1-1/+1
2020-08-13loplugin:stringstatic also look for local staticsNoel Grandin1-1/+1
2020-07-01Upcoming improved loplugin:staticanonymous -> redundantstatic: idlcStephan Bergmann1-1/+1
2020-04-15loplugin:buriedassign in f,h,i*Noel Grandin2-17/+21
2020-04-07loplugin:flatten in idlcNoel Grandin4-137/+141
2020-01-28New loplugin:unsignedcompareStephan Bergmann1-1/+2
2019-12-19sal_Char->char in idlc..linguisticNoel Grandin6-16/+16
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-01loplugin:data (clang-cl)Stephan Bergmann1-2/+2
2019-10-01loplugin:stringadd in helpcompiler..ooxNoel Grandin1-30/+28
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 Bergmann1-14/+57
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-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 Grandin1-18/+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 Grandin2-11/+12
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