Gitiles
Code Review
Sign In
gerrit.collaboraoffice.com
/
core
/
refs/heads/feature/RotateFlyFrame
/
compilerplugins
2db621d
Adapt loplugin:includeform to Windows \ path separator
by Stephan Bergmann
· 8 years ago
e7dadcf
revert small part of previous commit
by Noel Grandin
· 8 years ago
569c7da
extract some common code for checking if a functions address was taken
by Noel Grandin
· 8 years ago
5670f65
-Werror=unused-function
by Stephan Bergmann
· 8 years ago
8136a87
loplugin:constantparam was not always using canonical location for function
by Noel Grandin
· 8 years ago
8a39134
no need to build the parent tree twice
by Noel Grandin
· 8 years ago
5585bc2
rename loplugin::Plugin::parentStmt
by Noel Grandin
· 8 years ago
1061875
Make loplugin:implicitboolconversion find the same in C++17 and pre-C++17
by Stephan Bergmann
· 8 years ago
e02e0f4
Use compat::getSubExprAsWritten; clean up
by Stephan Bergmann
· 8 years ago
084f454
More loplugin:unnecessaryparen
by Stephan Bergmann
· 8 years ago
80a3021
new loplugin:dodgyswitch
by Noel Grandin
· 8 years ago
acb3ed0
loplugin:includeform
by Stephan Bergmann
· 8 years ago
5807952
loplugin:redundantcast: Do warn about convoluted dynamic_cast to self
by Stephan Bergmann
· 8 years ago
66b1854
Make sure TypeCheck has a non-deleted default ctor
by Stephan Bergmann
· 8 years ago
ead920a
loplugin:redundantcast handle dynamic_cast
by Noel Grandin
· 8 years ago
1c680d7
Avoid loplugin:faileddyncast for "unnecessary", up-casting dynamic_cast
by Stephan Bergmann
· 8 years ago
15dce20
Fully ignore inappropriately named loplugins in unit-test mode
by Stephan Bergmann
· 8 years ago
abaf2e3
rename some fields
by Noel Grandin
· 8 years ago
d9575e7
loplugin:manualrefcount
by Noel Grandin
· 8 years ago
4e9ebc6
Move lotuswordpro include files to common include directory
by Stephan Bergmann
· 8 years ago
493a7e9
loplugin:finalclasses trim the output a little
by Noel Grandin
· 8 years ago
2d3535a
Move svx include files to common include directory
by Stephan Bergmann
· 8 years ago
948c9c0
Use unique class names for better FlameGraph results
by Stephan Bergmann
· 8 years ago
51c81a5
Move loplugin:bodynotinblock to store/, to improve performance
by Stephan Bergmann
· 8 years ago
0540095
disable constparams loplugin
by Noel Grandin
· 9 years ago
38ccea5
Improve performance of loplugin:flatten
by Noel Grandin
· 9 years ago
4fc5207
Improve performance of loplugin:commaoperator
by Stephan Bergmann
· 9 years ago
e1261e6
loplugin:finalclasses in vcl
by Noel Grandin
· 9 years ago
3d1b53a
Also suppress loplugin:flatten in C++ class member functions...
by Stephan Bergmann
· 9 years ago
83c00b3
loplugin:mergerclass merge FillAttrLB with SvxFillAttrBox
by Noel Grandin
· 9 years ago
2035644
loplugin:mergeclasses merge IInterface with SwDoc
by Noel Grandin
· 9 years ago
7f0bf62
Revert "check for unnecessary DLLPUBLIC annotations"
by Stephan Bergmann
· 9 years ago
1084e8b
More targeted check for preprocessing conditionals in loplugin:blockblock
by Stephan Bergmann
· 9 years ago
f4514f3
Fix test, and add missing TraverseFunctionDecl base case
by Stephan Bergmann
· 9 years ago
56c9446
Suppress loplugin:blockblock in functions involving preprocessing conditionals
by Stephan Bergmann
· 9 years ago
6ce77ca
move stuff in i18npool/i18nutil in own namespace
by Noel Grandin
· 9 years ago
ccb1894
new loplugin:finalclasses
by Noel Grandin
· 9 years ago
d3971ec
new loplugin:blockblock
by Noel Grandin
· 9 years ago
2e8a95d
loplugin:constparams: Ignore functions whose address is taken
by Stephan Bergmann
· 9 years ago
62274b2
Suppress loplugin:flatten in functions involving preprocessing conditionals
by Stephan Bergmann
· 9 years ago
39e7a72
Support loplugin in clang-cl
by Stephan Bergmann
· 9 years ago
0d43f51
Access to ProcessEventsToSignal's bSignal is racy
by Stephan Bergmann
· 9 years ago
fa44314
Avoid bogus loplugin:dllmacro "unnecessary *DLLPUBLIC declaration ..."
by Stephan Bergmann
· 9 years ago
f00d538
Adapt loplugin:unreffun to clang-cl (uses of DllMain and wmain)
by Stephan Bergmann
· 9 years ago
419d664
Adapt loplugins to clang-cl's (implicit) -fdelayed-template-parsing
by Stephan Bergmann
· 9 years ago
4ab071b
More clang::*Type vs. llvm::*Type ambiguities
by Stephan Bergmann
· 9 years ago
a599eea
check for unnecessary DLLPUBLIC annotations
by Noel Grandin
· 9 years ago
26c82bd
loplugin:unusedfields improve finding callee
by Noel Grandin
· 9 years ago
1ffba0e
loplugin:flatten check for throw in then clause
by Noel Grandin
· 9 years ago
ce9a41d
Adapt loplugin:reservedid to Windows
by Stephan Bergmann
· 9 years ago
812ee8c
Look through derived-to-base ImpliciCast
by Stephan Bergmann
· 9 years ago
c9f3277
loplugin:stringconstant: Simplify construction of non-ASCII OUString
by Stephan Bergmann
· 9 years ago
31baba0
update unusedfields loplugin results
by Noel Grandin
· 9 years ago
298abfd
disable flatten loplugin
by Noel Grandin
· 9 years ago
cc1ed7f
loplugin:flatten in various
by Noel Grandin
· 9 years ago
f79123a
loplugin:stringconstant: Also handle u8"..." strings
by Stephan Bergmann
· 9 years ago
8e78975
Rename the basegfx::tools namespace to basegfx::utils
by Tor Lillqvist
· 9 years ago
ade2769
improve unnecessarycatchthrow plugin
by Noel Grandin
· 9 years ago
d883e35
loplugin:redundantcast: cstyle_cast within reinterpret_cast
by Stephan Bergmann
· 9 years ago
e44c188
Fix typos
by Andrea Gelmini
· 9 years ago
ee6bdee
loplugin:flatten in svl..svx
by Noel Grandin
· 9 years ago
2684aef
new loplugin unnecessarycatchthrow
by Noel Grandin
· 9 years ago
a7ce840
loplugin:flatten in pyuno..sc
by Noel Grandin
· 9 years ago
5c54b65
loplugin:stringconstant: warn about explicit length mismatch
by Stephan Bergmann
· 9 years ago
d80ba73
Ditch now unused GraphicExportDialog, GraphicExportOptionsDialog
by Eike Rathke
· 9 years ago
b9de047
loplugin:flatten in scaddins..sd
by Noel Grandin
· 9 years ago
0fbfdce
compilerplugins: add test for badstatics
by Michael Stahl
· 9 years ago
10bfae1
Revert "Revert "compilerplugins: Build them in parallel.""
by Michael Stahl
· 9 years ago
b63609b
loplugin:flatten in framework..package
by Noel Grandin
· 9 years ago
7b45044
Also handle OUString with non-RTL_TEXTENCODING_ASCII_US encoding
by Stephan Bergmann
· 9 years ago
6ac0dc7
-Werror=unused-but-set-variable
by Stephan Bergmann
· 9 years ago
3a481dd
loplugin:flatten in editeng..extensions
by Noel Grandin
· 9 years ago
ac80f048
loplugin:flatten in basctl..configmgr
by Noel Grandin
· 9 years ago
b649e5b
Rename GetSelectEntry -> GetSelectedEntry
by Samuel Mehrbrodt
· 9 years ago
e8b5ec6
loplugin:unusedfields, fix var taking ref
by Noel Grandin
· 9 years ago
dc97ede
new loplugin flatten
by Noel Grandin
· 9 years ago
1ff0f0b
improve unusedfields loplugin
by Noel Grandin
· 9 years ago
7282b25
Fix loplugin:redundantcast's VisitCXXFunctionalCastExpr
by Stephan Bergmann
· 9 years ago
5685ee2
improve redundantcast loplugin
by Noel Grandin
· 9 years ago
7f3ca309
Enable -Wunreachable-code
by Stephan Bergmann
· 9 years ago
b4c9c0d
More clang::*Type vs. llvm::*Type ambiguities
by Stephan Bergmann
· 9 years ago
5bbfa7a
clang::Type vs. llvm::Type ambiguity
by Stephan Bergmann
· 9 years ago
97477ee
tdf#108572 remove connections only for current shell
by Szymon Kłos
· 9 years ago
a840260
loplugin:unusedfields
by Noel Grandin
· 9 years ago
2e0a25c
loplugin:constantparam
by Noel Grandin
· 9 years ago
dccd163
loplugin:unnecessaryparen include case statements
by Noel Grandin
· 9 years ago
4f2bc21
When traversing a TemplateDecl, ts can be a dependent type
by Stephan Bergmann
· 9 years ago
a40d37b
Fix typo
by Andrea Gelmini
· 9 years ago
7aa7f4d
loplugin:unnecessaryparen include c++ casts
by Noel Grandin
· 9 years ago
595371e
New loplugin:dyncastvisibility
by Stephan Bergmann
· 9 years ago
326295b
new loplugin:redundantpointerops
by Noel Grandin
· 9 years ago
36910b4
Revert loplugin:constparam behavior when param is subject of cast
by Stephan Bergmann
· 9 years ago
6d57d6c
Adapt lopluign:constparams to variadic CXXOperatorCallExpr
by Stephan Bergmann
· 9 years ago
4082b58
Restrict loplugin:constparams cast-to-void check
by Stephan Bergmann
· 9 years ago
72cfd4d
loplugin:constparams: Also handle ObjCObjectPointerType
by Stephan Bergmann
· 9 years ago
20b11e8
...in which Johnny returns from the fair for real
by Stephan Bergmann
· 9 years ago
64a4ad3
Avoid loplugin:constparam when param is marked as unused
by Stephan Bergmann
· 9 years ago
5d2e830
Avoid loplugin:constparam when param is cast to void
by Stephan Bergmann
· 9 years ago
0660a30
Avoid loplugin:constparam when param is subject of cast to non-const pointer
by Stephan Bergmann
· 9 years ago
67bff64
Adapt loplugin:constparam to jurt/source/pipe/staticsalhack.cxx
by Stephan Bergmann
· 9 years ago
Next »