summaryrefslogtreecommitdiff
path: root/helpcompiler/inc
AgeCommit message (Expand)AuthorFilesLines
2019-11-22fs::getThreadTextEncoding->osl_getThreadTextEncodingCaolán McNamara1-7/+6
2019-11-03make some classes module-privateNoel Grandin1-2/+2
2019-10-11simplify "a = a +" to "a +="Noel Grandin1-1/+1
2019-07-19cid#1448495 Unchecked return valueCaolán McNamara1-1/+1
2019-05-30tdf#42949 Fix IWYU warnings in helpcompiler/Gabor Kelemen3-20/+7
2019-04-07std::string has a std::hash specialisation since C++11Noel Grandin1-25/+2
2019-02-24loplugin:unusedfields in helpcompiler..jvmfwkNoel Grandin1-1/+0
2018-09-09loplugin:simplifyconstruct in helpcompiler..ioNoel Grandin1-1/+0
2018-07-27loplugin:returnconstant in helpcompilerNoel Grandin1-1/+1
2018-07-27helpcompiler: avoid -Werror=deprecated-copy (GCC trunk towards GCC 9)Stephan Bergmann1-1/+0
2018-06-11tdf#96099 Remove some trivial std::vector typedefsArkadiy Illarionov2-3/+2
2018-04-16loplugin:useuniqueptr in StreamTableNoel Grandin1-7/+7
2018-01-15loplugin:useuniqueptr in BasicCodeTaggerNoel Grandin1-1/+2
2017-11-26Replace lists by vector and deque (helpcompiler)Julien Nabet2-4/+5
2017-10-30loplugin:constmethod in idl,helpcompilerNoel Grandin1-1/+1
2017-10-23loplugin:includeform: helpcompilerStephan Bergmann1-1/+1
2017-10-05Rename and move SAL_U/W to o3tl::toU/WMike Kaganski1-1/+2
2017-10-03Replace more reinterpret_cast with SAL_W/SAL_UMike Kaganski1-2/+2
2017-07-18loplugin:constparams in vclNoel Grandin1-2/+2
2017-05-09Clean up uses of SAL_U/SAL_W: helpcompilerStephan Bergmann1-1/+1
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock1-0/+1
2017-04-04Finally switch MSVC to sal_Unicode = char16_t, tooStephan Bergmann1-1/+1
2017-03-23Remove unused #include <ctype.h>Stephan Bergmann1-1/+0
2017-03-22Prevent calls to rtl/character.hxx functions with (signed) char argumentsStephan Bergmann1-1/+2
2017-02-16convert HelpProcessingErrorClass to scoped enumNoel Grandin1-1/+1
2017-01-26Remove dynamic exception specificationsStephan Bergmann2-4/+3
2017-01-25loplugin: unnecessary destructor forms..idlcNoel Grandin2-4/+0
2017-01-19New loplugin:dynexcspec: Add @throws documentation, helpcompilerStephan Bergmann2-0/+5
2017-01-17new loplugin: useuniqueptr: helpcompiler..ioNoel Grandin1-2/+1
2016-10-16clang-cl loplugin: helpcompilerStephan Bergmann1-1/+1
2016-09-16loplugin:singlevalfields in basic..idlNoel Grandin1-15/+1
2016-06-23tdf#99589 - tolower / toupper - dangerous to Turks ...Gökhan Gurbetoğlu1-1/+2
2016-02-24convert TokenTypes to scoped enumNoel Grandin1-1/+1
2016-02-17use consistent #define checks for the Windows platformNoel Grandin1-1/+1
2016-01-18Remove unused FILE_WRITING BasicCodeTagger::TaggerExceptionStephan Bergmann1-1/+1
2015-11-30loplugin:unusedfieldsNoel Grandin1-2/+0
2015-11-20loplugin:unusedfields helpcompilerNoel Grandin2-3/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann2-6/+6
2015-11-06coverity#1338258 Uncaught exceptionCaolán McNamara1-1/+1
2015-11-06coverity#1338235 Uncaught exceptionCaolán McNamara1-1/+1
2015-09-17boost->stdCaolán McNamara1-2/+0
2015-07-30loplugin:unusedmethodsNoel Grandin1-9/+0
2015-06-28coverity#1308500 Uncaught exceptionCaolán McNamara1-1/+1
2015-06-26loplugin:stringconstant: handle OUString+=OUString(literal)Stephan Bergmann1-2/+1
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin1-1/+1
2015-04-07loplugin:staticmethodsNoel Grandin3-3/+3
2015-03-09V801: Decreased performanceCaolán McNamara1-1/+1
2015-01-02boost::unordered_map->std::unordered_mapCaolán McNamara1-3/+3
2014-09-11(Rudimentary) C++11 support is a hard requirement nowStephan Bergmann1-4/+1
2014-06-17coverity#1223090 Uncaught exceptionCaolán McNamara1-1/+1