summaryrefslogtreecommitdiffstats
path: root/idlc
Commit message (Expand)AuthorAgeFilesLines
* tdf#123936 Formatting files in module idl with clang-formatPhilipp Hofer2020-11-1313-98/+102
* new loplugin:reducevarscopeNoel Grandin2020-11-102-2/+2
* fix some *printf which are using "%l" ie. long specifiersNoel2020-10-162-11/+10
* OUStringLiteral/OStringLiteral coverity PARSE_ERROR workaroundCaolán McNamara2020-09-221-1/+1
* Fix typo in codeAndrea Gelmini2020-09-214-5/+5
* Goodbye O[U]StringView, welcome O[U]String::ConcatStephan Bergmann2020-08-301-1/+4
* inline some use-once typedefsNoel Grandin2020-08-171-3/+1
* loplugin:simplifybool moreNoel Grandin2020-08-141-1/+1
* loplugin:stringstatic also look for local staticsNoel Grandin2020-08-131-1/+1
* Upcoming improved loplugin:staticanonymous -> redundantstatic: idlcStephan Bergmann2020-07-011-1/+1
* loplugin:buriedassign in f,h,i*Noel Grandin2020-04-152-17/+21
* loplugin:flatten in idlcNoel Grandin2020-04-074-137/+141
* Drop o3tl::optional wrapperStephan Bergmann2020-02-212-3/+3
* New loplugin:unsignedcompareStephan Bergmann2020-01-281-1/+2
* tdf#124176: Use pragma once instead of include guardsCumali Toprak2020-01-271-4/+2
* loplugin:finalclasses in i18npool..linguisticNoel Grandin2020-01-1416-16/+16
* sal_Char->char in idlc..linguisticNoel Grandin2019-12-1910-21/+21
* Introduce o3tl::optional as an alias for std::optionalStephan Bergmann2019-12-012-3/+3
* missing includeStephan Bergmann2019-12-012-0/+8
* Extend loplugin:external to warn about classesStephan Bergmann2019-11-221-0/+4
* loplugin:stringadd improve detectionNoel Grandin2019-10-281-4/+3
* size some stringbuffer to prevent re-allocNoel Grandin2019-10-233-10/+7
* Remaining loplugin:bufferaddStephan Bergmann2019-10-172-11/+4
* loplugin:stringadd look for unnecessary temporariesNoel Grandin2019-10-141-1/+1
* loplugin:data (clang-cl)Stephan Bergmann2019-10-011-2/+2
* loplugin:stringadd in helpcompiler..ooxNoel Grandin2019-10-011-30/+28
* Fix missing dependencyMike Kaganski2019-09-111-0/+7
* Fix '..'Andrea Gelmini2019-09-011-1/+1
* Avoid -fsanitize=float-cast-overflow when converting to AstExprValue::u::byvalStephan Bergmann2019-08-141-2/+2
* Fix Clang 10 -Werror,-Wimplicit-int-float-conversionStephan Bergmann2019-08-133-14/+142
* Improved loplugin:stringconstant (now that GCC 7 supports it): idlcStephan Bergmann2019-07-312-3/+3
* cid#1448213 Assignment of overlapping memoryCaolán McNamara2019-07-241-78/+312
* Fix typoAndrea Gelmini2019-06-251-1/+1
* Fix typoAndrea Gelmini2019-06-251-2/+2
* Fix typoAndrea Gelmini2019-06-251-1/+1
* Fix typoAndrea Gelmini2019-06-251-1/+1
* Fix typoAndrea Gelmini2019-06-251-4/+4
* Fix typoAndrea Gelmini2019-06-251-1/+1
* loplugin:cstylecastStephan Bergmann2019-02-281-1/+1
* loplugin:includeformStephan Bergmann2019-02-281-1/+1
* loplugin:stringconstantStephan Bergmann2019-02-281-1/+1
* loplugin:externvarStephan Bergmann2019-02-281-3/+3
* Untabify .l files (to silence loplugin:indentation warnings)Stephan Bergmann2019-02-271-211/+211
* Add missing modelines to .l filesStephan Bergmann2019-02-271-0/+3
* loplugin:unusedfields in helpcompiler..jvmfwkNoel Grandin2019-02-242-22/+0
* Simplify containers iterations in [f-l]*Arkadiy Illarionov2019-02-183-37/+14
* loplugin:simplifybool, check for !(!a op !b)Noel Grandin2019-02-181-4/+4
* loplugin:indentation in helpcompiler..ioNoel Grandin2019-02-093-5/+6
* o3tl::make_unique -> std::make_unique in i18npool...reportdesignGabor Kelemen2019-01-221-2/+1
* idlc: no need to store single OString objects on the heapNoel Grandin2018-12-224-14/+16