- 786a1c8 fflush() followed by fclose() is redundant by Takeshi Abe · 8 years ago
- 5053b8c loplugin:useuniqueptr in AstStruct by Noel Grandin · 8 years ago
- 1e3a5bb Use for-range loops in hwpfilter, i18n*, idl* and io by Julien Nabet · 8 years ago
- 9c036b1 Make LibreOffice buildable on Haiku. by Kacper Kasper · 8 years ago
- e9073ea idlc: MSVC: pragma warning: make more specific, remove obsolete by Mike Kaganski · 8 years ago
- be8c414 loplugin:unusedmethods also check for functions returning bool by Noel Grandin · 8 years ago
- 697f01e SAL_W32 is just an alias for _WIN32 by Stephan Bergmann · 8 years ago
- 6ae487d fix use of std::unique_ptr in Idlc by Noel Grandin · 8 years ago
- 23885b0 loplugin:unnecessaryparen extend to delete statements by Noel Grandin · 8 years ago
- 37464a0 loplugin:useuniqueptr in idlc by Noel Grandin · 8 years ago
- 57bbe56 More loplugin:cstylecast: idlc by Stephan Bergmann · 8 years ago
- 78b6065 Manual loplugin:cstylecast fixes in idlc/source/parser.y by Stephan Bergmann · 8 years ago
- b27fee9 loplugin:useuniqueptr cppu,idlc,io,ucbhelper by Noel Grandin · 8 years ago
- 3af5005 loplugin:salcall fix functions by Noel Grandin · 8 years ago
- 68f8645 new loplugin salcall: remove unnecessary SAL_CALL by Noel Grandin · 8 years ago
- a265656 loplugin:unnecessaryparen: Warn about parentheses around literals by Stephan Bergmann · 8 years ago
- 4f4486c look for =() in loplugin:unnecessaryparen by Noel Grandin · 8 years ago
- 455e401 improve constparam loplugin by Noel Grandin · 8 years ago
- f3698af loplugin:includeform: idlc by Stephan Bergmann · 8 years ago
- 2559a2a loplugin:constmethod in cppu,cppuhelper,idlc by Noel Grandin · 8 years ago
- 87a9979 overload std::hash for OUString and OString by Noel Grandin · 8 years ago
- 848c25b Silence compiler warnings C4005 (redefined INT8_MIN etc.) by Mike Kaganski · 8 years ago
- 7855c29 loplugin:includeform: manual changes to idlc/source/parser.y by Stephan Bergmann · 8 years ago
- 1944e3d Rename and move SAL_U/W to o3tl::toU/W by Mike Kaganski · 9 years ago
- 22e748e Prefer prefix operator by Julien Nabet · 9 years ago
- 362a21d Use explicit function names for fooA/fooW WinAPI; prefer fooW by Mike Kaganski · 9 years ago
- afeff91 Use even more WIN32_LEAN_AND_MEAN by Mike Kaganski · 9 years ago
- 7ca4ea5 clang-tidy modernize-use-emplace in hwpfilter..lotuswordpro by Noel Grandin · 9 years ago
- 7aa7f4d loplugin:unnecessaryparen include c++ casts by Noel Grandin · 9 years ago
- db17a87 convert std::map::insert to std::map::emplace II by Noel Grandin · 9 years ago
- 8ef6be7 loplugin:constparams in sw part6 by Noel Grandin · 9 years ago
- c49ed68 no copy needed by Jochen Nitschke · 9 years ago
- 41dc56d loplugin:constparams codemaker,idl,idlc by Noel Grandin · 9 years ago
- db38600 extend loplugin useuniqueptr to OUString pointers by Noel Grandin · 9 years ago
- c52cd53 Fix lifecycle issue by Stephan Bergmann · 9 years ago
- 8e39ef6 extend loplugin useuniqueptr to POD types by Noel Grandin · 9 years ago
- 5ef30c2 loplugin:unnecessaryparen by Stephan Bergmann · 9 years ago
- a006f60 loplugin:oncevar in helpcompiler..jvmfwk by Noel Grandin · 9 years ago
- 6bbda13 loplugin:unusedfields in forms..idlc by Noel Grandin · 9 years ago
- 3de594d More tests to suppress (all .PHONY test targets should be covered now) by Stephan Bergmann · 9 years ago
- ca145c7 remove some unnecessary OString constructor calls by Noel Grandin · 9 years ago
- ef513fd remove unnecessary use of OString::getStr by Noel Grandin · 9 years ago
- 719a2ad remove unnecessary empty OUString fields and vars by Noel Grandin · 9 years ago
- 6768a9b loplugin:redundantcast check for c-style casts to void by Noel Grandin · 9 years ago
- 7662e92 loplugin:redundantcast find cstyle double casts by Noel Grandin · 9 years ago
- ee495c2 Fix typos by Andrea Gelmini · 9 years ago
- 6291574 Remove unused #include <ctype.h> by Stephan Bergmann · 9 years ago
- cb2a1cb Use rtl::isAscii* instead of ctype.h is* (and fix passing plain char) by Stephan Bergmann · 9 years ago
- 6cb9e6d Remove redundant 'inline' keyword by Stephan Bergmann · 9 years ago
- e972d6b Idlc::m_pErrorHandler is unused by Stephan Bergmann · 9 years ago
- 1c413e4 loplugin:subtlezeroinit: idlc by Stephan Bergmann · 9 years ago
- a6a46aad5 convert ExprComb to scoped enum by Noel Grandin · 9 years ago
- d00431f convert ErrorCode to scoped enum by Noel Grandin · 9 years ago
- 9651424 convert WarningCode to scoped enum by Noel Grandin · 9 years ago
- 63e0ffa remove unused PS_OpCompleted from ParseState enum by Noel Grandin · 9 years ago
- e57ca02 Remove dynamic exception specifications by Stephan Bergmann · 9 years ago
- 7004705 Remove junk by Stephan Bergmann · 9 years ago
- b4adb0c loplugin: unnecessary destructor forms..idlc by Noel Grandin · 9 years ago
- 2131bf4 New loplugin:dynexcspec: Add @throws documentation, idlc by Stephan Bergmann · 9 years ago
- 6abcf8b no special support for MACOSX PPC in master for a while now by Caolán McNamara · 9 years ago
- 6e50fef New loplugin:externvar: idlc by Stephan Bergmann · 9 years ago
- 5c5a6c3 bootstrap building with --disable-dynloading on standard linux by Caolán McNamara · 9 years ago
- d4864a9 Rewrite some (trivial) assignments inside if/while conditions: idlc by Stephan Bergmann · 9 years ago
- 1a743fd loplugin:expandablemethods in hwpfilter..linguistic by Noel Grandin · 9 years ago
- 990102b loplugin:unnecessaryvirtual in hwpfilter..rsc by Noel Grandin · 9 years ago
- a7369d9 loplugin:oncevar in helpcompiler..reportdesign by Noel Grandin · 9 years ago
- 877774c loplugin:expandablemethodds in hwpfilter..linguistic by Noel Grandin · 9 years ago
- 8b984da clang-cl loplugin: idlc by Stephan Bergmann · 9 years ago
- 4f0f1b6 tdf#96099 Reduce no of typedefs used for trivial containers by Asela Dasanayaka · 9 years ago
- f8ecdb7 Simplify AstExpression::compare by Stephan Bergmann · 10 years ago
- dd69131 we shouldn't need explicit lt_rtl_OUString, etc things anymore by Caolán McNamara · 10 years ago
- 1658bd2 loplugin:unusedenumvalues by Noel Grandin · 10 years ago
- 91dd2db loplugin:override: No more need for the "MSVC dtor override" workaround by Stephan Bergmann · 10 years ago
- 8806a86 loplugin:unusedenumconstants in forms..sot by Noel Grandin · 10 years ago
- 602647c loplugin:unnecessaryvirtual by Noel Grandin · 10 years ago
- 6e72f02 new loplugin unnecessary override by Noel Grandin · 10 years ago
- e084933 Get rid of unnecessary directory levels $D/inc/$D by Tor Lillqvist · 10 years ago
- e02d087 Fix typo in code by Andrea Gelmini · 10 years ago
- 2188f87 Add SAL_FALLTHROUGH, where apparently appropriate by Stephan Bergmann · 10 years ago
- 14cd518 Replace fallthrough comments with new SAL_FALLTHROUGH macro by Stephan Bergmann · 10 years ago
- d36b873 loplugin:nullptr by Stephan Bergmann · 10 years ago
- b8eb294 loplugin:passstuffbyref in various by Noel Grandin · 10 years ago
- 2087484 use consistent #define checks for the Windows platform by Noel Grandin · 10 years ago
- 538f276 Formatting changes across all modules by Chris Sherlock · 10 years ago
- 4ff5a55 loplugin:unusedmethods by Noel Grandin · 10 years ago
- e3a31fc loplugin:unusedfields by Noel Grandin · 10 years ago
- 0555447 FD_complex is unused by Stephan Bergmann · 10 years ago
- 2e1d74d loplugin:unusedfields idl,idlc by Noel Grandin · 10 years ago
- a96b564 loplugin:nullptr (automatic rewrite) by Stephan Bergmann · 10 years ago
- d22a052 loplugin:stringconstant: elide explicit ctor usage (automatic rewrite) by Stephan Bergmann · 10 years ago
- b36963c Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY code by Stephan Bergmann · 10 years ago
- f72ebcb clang-analyzer-deadcode.DeadStores by Stephan Bergmann · 11 years ago
- 58aea3f loplugin:unusedmethods by Noel Grandin · 11 years ago
- a5bb6ef Return unique_ptr from AstExpression::eval_* functions by Stephan Bergmann · 11 years ago
- 1f8723b m_exprValue cannot be non-null here by Stephan Bergmann · 11 years ago
- 8400159 AstExpression::coerce always returned m_exprValue, so simplify its signature by Stephan Bergmann · 11 years ago
- b085d55 Remove redundant AstExpression::eval_internal by Stephan Bergmann · 11 years ago
- cb31ea6 AstExpression::eval_internal always returns m_exprValue by Stephan Bergmann · 11 years ago
- 6b3feb9 AstExpression::coerce is always called with bAssign = true by Stephan Bergmann · 11 years ago
- 2b19fd8 Simplify coerce_value signature by Stephan Bergmann · 11 years ago