summaryrefslogtreecommitdiff
path: root/idlc/inc
AgeCommit message (Expand)AuthorFilesLines
2022-06-10[API CHANGE] Remove deprecated idlc and regmerge from the SDKStephan Bergmann31-2184/+0
2022-05-18clang-tidy modernize-pass-by-value in idl/idlcNoel Grandin2-4/+5
2022-04-17tdf#143148 use pragma once in idlcAman Jha1-4/+1
2021-11-07forward decls go after #includeNoel Grandin1-3/+2
2021-09-23Extend loplugin:stringviewparam to starts/endsWith: idlcStephan Bergmann1-1/+1
2021-04-21loplugin:stringadd replace OUStringLiteral temporaries with OUString::ConcatNoel Grandin1-1/+1
2021-01-14-Wdeprecated-copy-dtorStephan Bergmann3-0/+15
2020-12-20No longer need to worry about ambiguous operator== in loplugin:stringviewparamStephan Bergmann2-2/+10
2020-12-13tdf#124176 Use #pragma once in idlchomeboy4452-8/+2
2020-12-11Adapt the remaining OUString functions to std string_viewStephan Bergmann1-2/+3
2020-11-13tdf#123936 Formatting files in module idl with clang-formatPhilipp Hofer10-42/+44
2020-09-21Fix typo in codeAndrea Gelmini1-1/+1
2020-08-17inline some use-once typedefsNoel Grandin1-3/+1
2020-02-21Drop o3tl::optional wrapperStephan Bergmann2-3/+3
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 Grandin4-5/+5
2019-12-01Introduce o3tl::optional as an alias for std::optionalStephan Bergmann2-3/+3
2019-10-14loplugin:stringadd look for unnecessary temporariesNoel Grandin1-1/+1
2019-09-01Fix '..'Andrea Gelmini1-1/+1
2019-06-25Fix typoAndrea Gelmini1-1/+1
2019-06-25Fix typoAndrea Gelmini1-1/+1
2019-02-24loplugin:unusedfields in helpcompiler..jvmfwkNoel Grandin1-4/+0
2018-12-22idlc: no need to store single OString objects on the heapNoel Grandin2-3/+4
2018-09-09loplugin:simplifyconstruct in helpcompiler..ioNoel Grandin1-1/+0
2018-08-30use std::vector in AstStackNoel Grandin1-4/+3
2018-03-23loplugin:useuniqueptr in AstStructNoel Grandin1-2/+2
2018-02-01idlc: MSVC: pragma warning: make more specific, remove obsoleteMike Kaganski1-4/+0
2018-01-19loplugin:unusedmethods also check for functions returning boolNoel Grandin2-2/+2
2018-01-17fix use of std::unique_ptr in IdlcNoel Grandin1-4/+5
2018-01-13loplugin:useuniqueptr in idlcNoel Grandin2-14/+3
2018-01-12More loplugin:cstylecast: idlcStephan Bergmann1-1/+1
2018-01-11loplugin:useuniqueptr cppu,idlc,io,ucbhelperNoel Grandin1-2/+4
2017-12-11loplugin:salcall fix functionsNoel Grandin3-5/+5
2017-11-02improve constparam lopluginNoel Grandin1-1/+1
2017-10-23loplugin:includeform: idlcStephan Bergmann26-42/+42
2017-10-23loplugin:constmethod in cppu,cppuhelper,idlcNoel Grandin9-25/+25
2017-10-23overload std::hash for OUString and OStringNoel Grandin1-3/+1
2017-08-06loplugin:constparams in sw part6Noel Grandin2-3/+3
2017-07-18loplugin:constparams codemaker,idl,idlcNoel Grandin3-5/+5
2017-07-17extend loplugin useuniqueptr to OUString pointersNoel Grandin1-1/+2
2017-07-16Fix lifecycle issueStephan Bergmann1-1/+1
2017-07-14extend loplugin useuniqueptr to POD typesNoel Grandin1-2/+3
2017-06-23loplugin:unusedfields in forms..idlcNoel Grandin1-2/+0
2017-03-03Remove redundant 'inline' keywordStephan Bergmann1-1/+1
2017-02-21Idlc::m_pErrorHandler is unusedStephan Bergmann1-1/+0
2017-02-16convert ExprComb to scoped enumNoel Grandin1-16/+15
2017-02-16convert ErrorCode to scoped enumNoel Grandin1-51/+41
2017-02-16convert WarningCode to scoped enumNoel Grandin1-6/+2
2017-02-16remove unused PS_OpCompleted from ParseState enumNoel Grandin1-1/+0