summaryrefslogtreecommitdiffstats
path: root/idlc/inc
Commit message (Expand)AuthorAgeFilesLines
* loplugin:stringadd replace OUStringLiteral temporaries with OUString::ConcatNoel Grandin2021-04-211-1/+1
* -Wdeprecated-copy-dtorStephan Bergmann2021-01-143-0/+15
* No longer need to worry about ambiguous operator== in loplugin:stringviewparamStephan Bergmann2020-12-202-2/+10
* tdf#124176 Use #pragma once in idlchomeboy4452020-12-132-8/+2
* Adapt the remaining OUString functions to std string_viewStephan Bergmann2020-12-111-2/+3
* tdf#123936 Formatting files in module idl with clang-formatPhilipp Hofer2020-11-1310-42/+44
* Fix typo in codeAndrea Gelmini2020-09-211-1/+1
* inline some use-once typedefsNoel Grandin2020-08-171-3/+1
* Drop o3tl::optional wrapperStephan Bergmann2020-02-212-3/+3
* 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-194-5/+5
* Introduce o3tl::optional as an alias for std::optionalStephan Bergmann2019-12-012-3/+3
* loplugin:stringadd look for unnecessary temporariesNoel Grandin2019-10-141-1/+1
* Fix '..'Andrea Gelmini2019-09-011-1/+1
* Fix typoAndrea Gelmini2019-06-251-1/+1
* Fix typoAndrea Gelmini2019-06-251-1/+1
* loplugin:unusedfields in helpcompiler..jvmfwkNoel Grandin2019-02-241-4/+0
* idlc: no need to store single OString objects on the heapNoel Grandin2018-12-222-3/+4
* loplugin:simplifyconstruct in helpcompiler..ioNoel Grandin2018-09-091-1/+0
* use std::vector in AstStackNoel Grandin2018-08-301-4/+3
* loplugin:useuniqueptr in AstStructNoel Grandin2018-03-231-2/+2
* idlc: MSVC: pragma warning: make more specific, remove obsoleteMike Kaganski2018-02-011-4/+0
* loplugin:unusedmethods also check for functions returning boolNoel Grandin2018-01-192-2/+2
* fix use of std::unique_ptr in IdlcNoel Grandin2018-01-171-4/+5
* loplugin:useuniqueptr in idlcNoel Grandin2018-01-132-14/+3
* More loplugin:cstylecast: idlcStephan Bergmann2018-01-121-1/+1
* loplugin:useuniqueptr cppu,idlc,io,ucbhelperNoel Grandin2018-01-111-2/+4
* loplugin:salcall fix functionsNoel Grandin2017-12-113-5/+5
* improve constparam lopluginNoel Grandin2017-11-021-1/+1
* loplugin:includeform: idlcStephan Bergmann2017-10-2326-42/+42
* loplugin:constmethod in cppu,cppuhelper,idlcNoel Grandin2017-10-239-25/+25
* overload std::hash for OUString and OStringNoel Grandin2017-10-231-3/+1
* loplugin:constparams in sw part6Noel Grandin2017-08-062-3/+3
* loplugin:constparams codemaker,idl,idlcNoel Grandin2017-07-183-5/+5
* extend loplugin useuniqueptr to OUString pointersNoel Grandin2017-07-171-1/+2
* Fix lifecycle issueStephan Bergmann2017-07-161-1/+1
* extend loplugin useuniqueptr to POD typesNoel Grandin2017-07-141-2/+3
* loplugin:unusedfields in forms..idlcNoel Grandin2017-06-231-2/+0
* Remove redundant 'inline' keywordStephan Bergmann2017-03-031-1/+1
* Idlc::m_pErrorHandler is unusedStephan Bergmann2017-02-211-1/+0
* convert ExprComb to scoped enumNoel Grandin2017-02-161-16/+15
* convert ErrorCode to scoped enumNoel Grandin2017-02-161-51/+41
* convert WarningCode to scoped enumNoel Grandin2017-02-161-6/+2
* remove unused PS_OpCompleted from ParseState enumNoel Grandin2017-02-161-1/+0
* Remove dynamic exception specificationsStephan Bergmann2017-01-261-6/+3
* Remove junkStephan Bergmann2017-01-251-5/+0
* loplugin: unnecessary destructor forms..idlcNoel Grandin2017-01-2515-21/+0
* New loplugin:dynexcspec: Add @throws documentation, idlcStephan Bergmann2017-01-191-0/+3
* loplugin:expandablemethods in hwpfilter..linguisticNoel Grandin2016-11-081-2/+0