summaryrefslogtreecommitdiffstats
path: root/idlc
Commit message (Expand)AuthorAgeFilesLines
* forward decls go after #includeNoel Grandin2021-11-071-3/+2
* Extend loplugin:stringviewparam to starts/endsWith: idlcStephan Bergmann2021-09-233-5/+8
* make --with-idlc-cpp=cpp work for gcc cpp as a ucpp replacementCaolán McNamara2021-08-122-0/+16
* no need to allocate these static vars on demandNoel Grandin2021-07-231-16/+12
* loplugin:indentation improve checks for brace alignmentNoel Grandin2021-06-281-1/+1
* loplugin:stringviewNoel Grandin2021-05-301-7/+7
* Improve loplugin:stringviewStephan Bergmann2021-05-142-2/+2
* loplugin:stringadd simplify some *StringBuffer operationsNoel Grandin2021-04-291-3/+2
* loplugin:stringadd replace OUStringLiteral temporaries with OUString::ConcatNoel Grandin2021-04-211-1/+1
* Updated README.md files to represent current code / use Markdown formatHossein2021-04-071-4/+5
* Using .md extension/Markdown syntax for modules READMEHossein2021-03-241-0/+0
* -Wdeprecated-copy-dtorStephan Bergmann2021-01-143-0/+15
* loplugin:unsignedcompareStephan Bergmann2021-01-141-1/+2
* No longer need to worry about ambiguous operator== in loplugin:stringviewparamStephan Bergmann2020-12-204-4/+12
* tdf#124176 Use #pragma once in idlchomeboy4452020-12-132-8/+2
* Adapt the remaining OUString functions to std string_viewStephan Bergmann2020-12-114-6/+7
* 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