summaryrefslogtreecommitdiff
path: root/idlc
AgeCommit message (Expand)AuthorFilesLines
2021-04-29loplugin:stringadd simplify some *StringBuffer operationsNoel Grandin1-3/+2
2021-04-21loplugin:stringadd replace OUStringLiteral temporaries with OUString::ConcatNoel Grandin1-1/+1
2021-04-07Updated README.md files to represent current code / use Markdown formatHossein1-4/+5
2021-03-24Using .md extension/Markdown syntax for modules READMEHossein1-0/+0
2021-01-14-Wdeprecated-copy-dtorStephan Bergmann3-0/+15
2021-01-14loplugin:unsignedcompareStephan Bergmann1-1/+2
2020-12-20No longer need to worry about ambiguous operator== in loplugin:stringviewparamStephan Bergmann4-4/+12
2020-12-13tdf#124176 Use #pragma once in idlchomeboy4452-8/+2
2020-12-11Adapt the remaining OUString functions to std string_viewStephan Bergmann4-6/+7
2020-11-13tdf#123936 Formatting files in module idl with clang-formatPhilipp Hofer13-98/+102
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 Gelmini4-5/+5
2020-08-30Goodbye O[U]StringView, welcome O[U]String::ConcatStephan Bergmann1-1/+4
2020-08-17inline some use-once typedefsNoel Grandin1-3/+1
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-02-21Drop o3tl::optional wrapperStephan Bergmann2-3/+3
2020-01-28New loplugin:unsignedcompareStephan Bergmann1-1/+2
2020-01-27tdf#124176: Use pragma once instead of include guardsCumali Toprak1-4/+2
2020-01-14loplugin:finalclasses in i18npool..linguisticNoel Grandin16-16/+16
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