summaryrefslogtreecommitdiff
path: root/idlc
AgeCommit message (Expand)AuthorFilesLines
2018-04-06fflush() followed by fclose() is redundantTakeshi Abe1-2/+1
2018-03-23loplugin:useuniqueptr in AstStructNoel Grandin2-8/+4
2018-03-18Use for-range loops in hwpfilter, i18n*, idl* and ioJulien Nabet9-118/+67
2018-03-05Make LibreOffice buildable on Haiku.Kacper Kasper1-1/+1
2018-02-01idlc: MSVC: pragma warning: make more specific, remove obsoleteMike Kaganski3-7/+1
2018-01-19loplugin:unusedmethods also check for functions returning boolNoel Grandin4-8/+4
2018-01-19SAL_W32 is just an alias for _WIN32Stephan Bergmann2-5/+5
2018-01-17fix use of std::unique_ptr in IdlcNoel Grandin2-15/+13
2018-01-17loplugin:unnecessaryparen extend to delete statementsNoel Grandin1-1/+1
2018-01-13loplugin:useuniqueptr in idlcNoel Grandin3-15/+4
2018-01-12More loplugin:cstylecast: idlcStephan Bergmann5-85/+85
2018-01-11Manual loplugin:cstylecast fixes in idlc/source/parser.yStephan Bergmann1-2/+2
2018-01-11loplugin:useuniqueptr cppu,idlc,io,ucbhelperNoel Grandin3-6/+4
2017-12-11loplugin:salcall fix functionsNoel Grandin5-12/+12
2017-12-04new loplugin salcall: remove unnecessary SAL_CALLNoel Grandin1-1/+1
2017-11-27loplugin:unnecessaryparen: Warn about parentheses around literalsStephan Bergmann1-1/+1
2017-11-20look for =() in loplugin:unnecessaryparenNoel Grandin1-1/+1
2017-11-02improve constparam lopluginNoel Grandin2-2/+2
2017-10-23loplugin:includeform: idlcStephan Bergmann34-59/+59
2017-10-23loplugin:constmethod in cppu,cppuhelper,idlcNoel Grandin13-33/+33
2017-10-23overload std::hash for OUString and OStringNoel Grandin1-3/+1
2017-10-20Silence compiler warnings C4005 (redefined INT8_MIN etc.)Mike Kaganski1-0/+9
2017-10-19loplugin:includeform: manual changes to idlc/source/parser.yStephan Bergmann1-2/+2
2017-10-05Rename and move SAL_U/W to o3tl::toU/WMike Kaganski1-3/+4
2017-10-01Prefer prefix operatorJulien Nabet1-13/+13
2017-09-30Use explicit function names for fooA/fooW WinAPI; prefer fooWMike Kaganski1-1/+1
2017-09-18Use even more WIN32_LEAN_AND_MEANMike Kaganski1-15/+3
2017-09-11clang-tidy modernize-use-emplace in hwpfilter..lotuswordproNoel Grandin3-8/+7
2017-09-04loplugin:unnecessaryparen include c++ castsNoel Grandin1-1/+1
2017-08-11convert std::map::insert to std::map::emplace IINoel Grandin1-13/+7
2017-08-06loplugin:constparams in sw part6Noel Grandin3-5/+5
2017-07-18no copy neededJochen Nitschke1-52/+2
2017-07-18loplugin:constparams codemaker,idl,idlcNoel Grandin7-12/+12
2017-07-17extend loplugin useuniqueptr to OUString pointersNoel Grandin2-2/+2
2017-07-16Fix lifecycle issueStephan Bergmann2-4/+6
2017-07-14extend loplugin useuniqueptr to POD typesNoel Grandin2-13/+13
2017-07-05loplugin:unnecessaryparenStephan Bergmann1-3/+3
2017-06-25loplugin:oncevar in helpcompiler..jvmfwkNoel Grandin2-4/+3
2017-06-23loplugin:unusedfields in forms..idlcNoel Grandin2-4/+0
2017-06-09More tests to suppress (all .PHONY test targets should be covered now)Stephan Bergmann1-0/+4
2017-05-29remove some unnecessary OString constructor callsNoel Grandin1-12/+12
2017-05-28remove unnecessary use of OString::getStrNoel Grandin3-8/+6
2017-05-09remove unnecessary empty OUString fields and varsNoel Grandin4-24/+18
2017-04-06loplugin:redundantcast check for c-style casts to voidNoel Grandin1-1/+1
2017-04-06loplugin:redundantcast find cstyle double castsNoel Grandin1-1/+1
2017-03-25Fix typosAndrea Gelmini1-1/+1
2017-03-23Remove unused #include <ctype.h>Stephan Bergmann1-1/+0
2017-03-22Use rtl::isAscii* instead of ctype.h is* (and fix passing plain char)Stephan Bergmann1-1/+3
2017-03-03Remove redundant 'inline' keywordStephan Bergmann1-1/+1
2017-02-21Idlc::m_pErrorHandler is unusedStephan Bergmann2-3/+0