summaryrefslogtreecommitdiff
path: root/idlc
AgeCommit message (Expand)Author
2020-12-20No longer need to worry about ambiguous operator== in loplugin:stringviewparamStephan Bergmann
2020-12-13tdf#124176 Use #pragma once in idlchomeboy445
2020-12-11Adapt the remaining OUString functions to std string_viewStephan Bergmann
2020-11-13tdf#123936 Formatting files in module idl with clang-formatPhilipp Hofer
2020-11-10new loplugin:reducevarscopeNoel Grandin
2020-10-16fix some *printf which are using "%l" ie. long specifiersNoel
2020-09-22OUStringLiteral/OStringLiteral coverity PARSE_ERROR workaroundCaolán McNamara
2020-09-21Fix typo in codeAndrea Gelmini
2020-08-30Goodbye O[U]StringView, welcome O[U]String::ConcatStephan Bergmann
2020-08-17inline some use-once typedefsNoel Grandin
2020-08-14loplugin:simplifybool moreNoel Grandin
2020-08-13loplugin:stringstatic also look for local staticsNoel Grandin
2020-07-01Upcoming improved loplugin:staticanonymous -> redundantstatic: idlcStephan Bergmann
2020-04-15loplugin:buriedassign in f,h,i*Noel Grandin
2020-04-07loplugin:flatten in idlcNoel Grandin
2020-02-21Drop o3tl::optional wrapperStephan Bergmann
2020-01-28New loplugin:unsignedcompareStephan Bergmann
2020-01-27tdf#124176: Use pragma once instead of include guardsCumali Toprak
2020-01-14loplugin:finalclasses in i18npool..linguisticNoel Grandin
2019-12-19sal_Char->char in idlc..linguisticNoel Grandin
2019-12-01Introduce o3tl::optional as an alias for std::optionalStephan Bergmann
2019-12-01missing includeStephan Bergmann
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann
2019-10-28loplugin:stringadd improve detectionNoel Grandin
2019-10-23size some stringbuffer to prevent re-allocNoel Grandin
2019-10-17Remaining loplugin:bufferaddStephan Bergmann
2019-10-14loplugin:stringadd look for unnecessary temporariesNoel Grandin
2019-10-01loplugin:data (clang-cl)Stephan Bergmann
2019-10-01loplugin:stringadd in helpcompiler..ooxNoel Grandin
2019-09-11Fix missing dependencyMike Kaganski
2019-09-01Fix '..'Andrea Gelmini
2019-08-14Avoid -fsanitize=float-cast-overflow when converting to AstExprValue::u::byvalStephan Bergmann
2019-08-13Fix Clang 10 -Werror,-Wimplicit-int-float-conversionStephan Bergmann
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): idlcStephan Bergmann
2019-07-24cid#1448213 Assignment of overlapping memoryCaolán McNamara
2019-06-25Fix typoAndrea Gelmini
2019-06-25Fix typoAndrea Gelmini
2019-06-25Fix typoAndrea Gelmini
2019-06-25Fix typoAndrea Gelmini
2019-06-25Fix typoAndrea Gelmini
2019-06-25Fix typoAndrea Gelmini
2019-02-28loplugin:cstylecastStephan Bergmann
2019-02-28loplugin:includeformStephan Bergmann
2019-02-28loplugin:stringconstantStephan Bergmann
2019-02-28loplugin:externvarStephan Bergmann
2019-02-27Untabify .l files (to silence loplugin:indentation warnings)Stephan Bergmann
2019-02-27Add missing modelines to .l filesStephan Bergmann
2019-02-24loplugin:unusedfields in helpcompiler..jvmfwkNoel Grandin
2019-02-18Simplify containers iterations in [f-l]*Arkadiy Illarionov
2019-02-18loplugin:simplifybool, check for !(!a op !b)Noel Grandin