summaryrefslogtreecommitdiff
path: root/compilerplugins/clang/badstatics.cxx
AgeCommit message (Expand)AuthorFilesLines
2019-10-01Silence a supposedly unproblematic loplugin:badstatics (clang-cl)Stephan Bergmann1-0/+4
2019-09-04tdf#118314 Code clean up on imestatuswindowSzabolcs Toth1-2/+1
2019-08-01skip some indirectionNoel Grandin1-1/+1
2019-05-07loplugin:badstaticsNoel Grandin1-0/+2
2019-04-21Fix typoAndrea Gelmini1-1/+1
2019-03-12make (some) clang plugins share the same RecursiveASTVisitorLuboš Luňák1-2/+10
2019-03-01do not call GetFormatTable() from GetNonThreadedContext() (tdf#121949)Luboš Luňák1-0/+2
2018-12-28Fix typo in codeAndrea Gelmini1-1/+1
2018-11-14make ScInterpreterContext also accessible without passing it aroundLuboš Luňák1-0/+2
2018-08-14filter out some of the AST in the pluginsNoel Grandin1-3/+2
2018-04-12vcl: Add a internal (memory) manager for Graphic objectsTomaž Vajngerl1-0/+1
2018-01-04sw: move some globals in fetab.cxx into SwFEShellMichael Stahl1-4/+0
2017-12-05lokdialog: Make the badstatic loplugin happy.Jan Holesovsky1-6/+1
2017-11-29TODO: silence new loplugin:badstatics for nowStephan Bergmann1-0/+6
2017-11-07Clean away temporarily added using declarationsStephan Bergmann1-1/+2
2017-09-22compilerplugins: add test for badstaticsMichael Stahl1-5/+8
2017-09-09tdf#108572 remove connections only for current shellSzymon Kłos1-0/+1
2016-12-19vcl: separate ImplImageTree - ImageTree singleton and public ifaceTomaž Vajngerl1-2/+2
2016-12-12Whitelist aLogger, in FormulaLogger& FormulaLogger::get()Tor Lillqvist1-0/+1
2016-10-09loplugin:badstatics: reliably look into std container typesStephan Bergmann1-7/+54
2016-10-09loplugin:badstaticsStephan Bergmann1-0/+2
2016-07-29sfx2: introduce SfxViewShell::GetViewShellId()Miklos Vajna1-3/+0
2016-06-30loplugin:badstatics: new static only found with libc++Stephan Bergmann1-0/+3
2016-06-30loplugin:badstatics: further (Linux-only) static only found with libc++Stephan Bergmann1-0/+2
2016-06-29loplugin:badstatics: whitelist some more staticsStephan Bergmann1-0/+6
2016-06-28More Clang 3.4 "(anonymous namespace)" fixesStephan Bergmann1-1/+1
2016-04-22Avoid reserved identifiersStephan Bergmann1-1/+1
2016-04-18tdf#99352 - Some VclPtrs leak past DeInitVCLNoel Grandin1-6/+2
2016-04-15update badstatics plugin to look for VclPtr<> staticsNoel Grandin1-0/+17
2016-01-25compilerplugins: rejoice, for pStaticThesSubMenu is deadMichael Stahl1-1/+0
2015-12-08More loplugin::TypeCheck useStephan Bergmann1-15/+9
2015-11-26compilerplugins: adapt commentMiklos Vajna1-1/+1
2015-11-26Adapt whitelisted namesStephan Bergmann1-4/+4
2015-11-17vcl, sd: rename some overly generic static variablesMichael Stahl1-2/+2
2015-11-17Fix check for std::weak_ptr (that may be in an inline namespace)Stephan Bergmann1-1/+3
2015-11-17Work around loplguins:badstaticsStephan Bergmann1-0/+2
2015-11-17Work around loplguins:badstaticsStephan Bergmann1-0/+2
2015-11-17Work around loplguins:badstaticsStephan Bergmann1-0/+6
2015-11-17Improve commentStephan Bergmann1-1/+2
2015-11-17Work around loplugin:badstaticsStephan Bergmann1-0/+1
2015-11-17Improve loplugin:badstatics diagnostic outputStephan Bergmann1-17/+20
2015-11-17Use a DiagnosticsEngine::NoteStephan Bergmann1-1/+1
2015-11-17compilerplugins: enhance badstatics plugin to follow pointersMichael Stahl1-8/+70
2015-11-06compilerplugins: enhance "badstatics" plugin to find membersMichael Stahl1-7/+52
2015-11-02compilerplugins: add "badstatics" to detect abuse of VCL BitmapsMichael Stahl1-0/+57