Gitiles
Code Review
Sign In
gerrit.collaboraoffice.com
/
core
/
refs/heads/feature/cairo
/
compilerplugins
334a39c
loplugin:unusedmethods vcl
by Noel Grandin
· 11 years ago
442b67b
loplugin:loopvartoosmall
by Noel Grandin
· 11 years ago
5702723
loplugin:loopvartoosmall
by Noel Grandin
· 11 years ago
a9609b5
cppcheck:unreadVariable
by Noel Grandin
· 11 years ago
8a48b72
loplugin:unnecessaryvirtuals
by Noel Grandin
· 11 years ago
acbf2b4
loplugin:loopvartoosmall
by Noel Grandin
· 11 years ago
d367293
new clang plugin: loopvartoosmall
by Noel Grandin
· 11 years ago
1a9c1b9
loplugin:constantfunction
by Noel Grandin
· 11 years ago
245142c
vclwidget plugin: check for memcpy of VclPtr
by Noel Grandin
· 11 years ago
80cf525
loplugin rendercontext: No param => no check.
by Jan Holesovsky
· 11 years ago
117c728
loplugin: rendercontext, limit output for now
by Noel Grandin
· 11 years ago
274c836
check for static fields that needs to be wrapped in VclPtr
by Noel Grandin
· 11 years ago
0bfc98e
loplugin:redundantcast: reinterpret_cast to void*
by Stephan Bergmann
· 11 years ago
3f3c400
loplugin:cstylecast: nop between pointer types of exactly same spelling
by Stephan Bergmann
· 11 years ago
e12e008
Suppress loplugin:implicitboolconversion warnings in Objective-C code
by Stephan Bergmann
· 11 years ago
fc9e78c
sw,sc,sd,starmath: convert to vcl::RenderContext
by Noel Grandin
· 11 years ago
5eb6bd4
lopluign:staticmethods: Handle DECL_LINK
by Stephan Bergmann
· 11 years ago
e6fa865
lopluign:staticmethods: Improve diagnostics
by Stephan Bergmann
· 11 years ago
aa50b1c
Enable loplugin:staticmethods
by Stephan Bergmann
· 11 years ago
9be45dd
lopluign:implicitboolconversion: warn about conversion from sal_Bool etc., too
by Stephan Bergmann
· 11 years ago
08967d3
workaround for clang3.2 in vclwidgets clang plugin
by Noel Grandin
· 11 years ago
4eeaaf8
fix comment
by Noel Grandin
· 11 years ago
1275a45
More of the same
by Tor Lillqvist
· 11 years ago
8d77918
It's its, not it's
by Tor Lillqvist
· 11 years ago
0825b02
new clang plugin: rendercontext
by Noel Grandin
· 11 years ago
d879d53
Downgrade for old Clang
by Stephan Bergmann
· 11 years ago
0a442d3
loplugin:staticmethods
by Noel Grandin
· 11 years ago
7d426e6
loplugin:staticmethods
by Noel Grandin
· 11 years ago
259820a
loplugin:staticmethods
by Noel Grandin
· 11 years ago
e95b073
loplugin:staticmethods
by Noel Grandin
· 11 years ago
f304a7a
loplugin:staticmethods
by Noel Grandin
· 11 years ago
d3b5038
loplugin:staticmethods
by Noel Grandin
· 11 years ago
e1b1f18
Adapt loplugin:checkconfigmacros to current Clang trunk
by Stephan Bergmann
· 11 years ago
385a248
Do not warn about Link<Window *>
by Stephan Bergmann
· 11 years ago
a8174d2
streamline containsWindowSubclass
by Stephan Bergmann
· 11 years ago
f1b0cf2
Move paint method rewriter to store
by Tomaž Vajngerl
· 11 years ago
d49013f
Paint method clang rewriter plugin
by Tomaž Vajngerl
· 11 years ago
cd41fa4
Work around FieldDecl::getParent raising assertion
by Stephan Bergmann
· 11 years ago
e8b97a5
Merge remote-tracking branch 'origin/feature/vclptr'
by Michael Meeks
· 11 years ago
dbb7587
loplugin:simplifybool: Need to ignore imp. casts when determining literals
by Stephan Bergmann
· 11 years ago
5beac3c
Add clarifying comment
by Stephan Bergmann
· 11 years ago
2d855ab
loplugin:simplifybool
by Stephan Bergmann
· 11 years ago
6052a83
Mac OS X ctype.h isdigit is not extern "C"
by Stephan Bergmann
· 11 years ago
4d7b194
Improved loplugin:literaltoboolconversion looking into cond. exprs.
by Stephan Bergmann
· 11 years ago
59076a9
Improve loplugin:implicitboolconversion cond. expr. handling
by Stephan Bergmann
· 11 years ago
7ab8b08
loplugin:staticmethods
by Noel Grandin
· 11 years ago
0a7b739
loplugin:staticmethods
by Noel Grandin
· 11 years ago
79ed057
loplugin:staticmethods
by Noel Grandin
· 11 years ago
12ba9e3
loplugin:staticmethods
by Noel Grandin
· 11 years ago
6d5ae48
loplugin:staticmethods
by Noel Grandin
· 11 years ago
8e4d82c
loplugin:implicitboolconversion: warn about conversions to unsigned char
by Stephan Bergmann
· 11 years ago
e0686cb
workaround ErrorContextImpl in vclwidget clang plugin
by Noel Grandin
· 11 years ago
71b8099
remove unnecessary use of void in function declarations
by Noel Grandin
· 11 years ago
373a9b9
loplugin:redundantcast: redundant const_cast followed by implicit upcast
by Stephan Bergmann
· 11 years ago
ee094bd
loplugin:staticmethods
by Noel Grandin
· 11 years ago
26ec80f
loplugin:staticmethods
by Noel Grandin
· 11 years ago
58a4333
wrap more stuff in VclPtr
by Noel Grandin
· 11 years ago
5278949
wrap more stuff in VclPtr
by Noel Grandin
· 11 years ago
395ae19
vclptr: calling disposeAndClear on all the fields is not great
by Noel Grandin
· 11 years ago
bf73999
make vclwidget clang plugin find OutputDevice
by Noel Grandin
· 11 years ago
0556598
vclwidget: check for calling delete on subclasses of vcl::Window
by Noel Grandin
· 11 years ago
6d0c891
vclwidget: fix more places that should be wrapping in VclPtr
by Noel Grandin
· 11 years ago
e35bc27
vclwidget: make sure we have an explicit destructor
by Noel Grandin
· 11 years ago
c72fac2
vclwidget: convert lots more sites to use VclPtr
by Noel Grandin
· 11 years ago
808f69e
vclwidget: improve detection of vcl::Window fields
by Noel Grandin
· 11 years ago
d7a84ce
vclwidget: only call dispose() once
by Noel Grandin
· 11 years ago
1c4025b
vclwidget: change all vcl::window fields to be wrapped in VclPtr
by Noel Grandin
· 11 years ago
00f2787
vclwidgets: wrap all vcl::Window subclasses allocated on stack in VclPtr
by Noel Grandin
· 11 years ago
b53f7ee
loplugin: vclwidgets: ensure that all VclPtr fields are cleared in dispose()
by Noel Grandin
· 11 years ago
2998905
loplugin: vclwidgets: make the dispose/destructor checking more robust
by Noel Grandin
· 11 years ago
7f76177
loplugin: vclwidget: add check that dispose is calling superclass dispose
by Noel Grandin
· 11 years ago
1f59e2c
vcl: window destructors calling dispose
by Noel Grandin
· 11 years ago
eabaca0
vcl:compilerplugin: new rule, no passing of vcl::Window by VclPtr
by Noel Grandin
· 11 years ago
1798a44
compilerplugin: check that necessary Window subclasses have a dispose method
by Noel Grandin
· 11 years ago
a6acccc
clang plugin: check return types for vcl::Window* that should be wrapped
by Noel Grandin
· 11 years ago
09b4246
vcl: vclwidget plugin should look for raw vcl::Window usage
by Noel Grandin
· 11 years ago
a632fa5
vcl: rename VclReference to VclPtr
by Noel Grandin
· 11 years ago
10981bc
new loplugin: VCL widget reference checker
by Noel Grandin
· 12 years ago
14505bb
loplugin:staticmethods
by Noel Grandin
· 11 years ago
3516371
loplugin:staticmethods
by Noel Grandin
· 11 years ago
e9cb557
loplugin:staticmethods
by Noel Grandin
· 11 years ago
90ed482
Reduce to static_cast any reinterpret_cast from void pointers
by Stephan Bergmann
· 11 years ago
2688a88
Remove leftover debug code
by Stephan Bergmann
· 11 years ago
a52cf47
Clean up template-parameter-dependent C-style casts
by Stephan Bergmann
· 11 years ago
0bd502a
Clean up remaining C-style casts among void pointers
by Stephan Bergmann
· 11 years ago
78ad5ec
Clean up isMacroBodyExpansion
by Stephan Bergmann
· 11 years ago
ef44d45
Clean up C-style casts from pointers to void
by Stephan Bergmann
· 11 years ago
13e45d6
loplugin:redundantcast: Don't warn about certain casts in macros
by Stephan Bergmann
· 11 years ago
c4a9241
new clang plugin: staticmethods
by Noel Grandin
· 11 years ago
1c78277
const_cast: convert some C-style casts and remove some redundant ones
by Stephan Bergmann
· 11 years ago
6aa5424
move the constantfunction plugin into /store
by Noel Grandin
· 11 years ago
1f1ce7e
loplugin:constantfunction: vcl/unx/gtk3
by Stephan Bergmann
· 11 years ago
6409db7
loplugin:constantfunction: vcl/unx/gtk3
by Stephan Bergmann
· 11 years ago
82f4f6b
loplugins:constantfunction: properly detect overloaded operators
by Stephan Bergmann
· 11 years ago
44753f7
Expr::EvaluateAs... does not work for type-dependent expressions
by Stephan Bergmann
· 11 years ago
c7a50d0
new constantfunction loplugin
by Noel Grandin
· 11 years ago
5229726
loplugin: add Dialog to unusedvariablecheck
by Noel Grandin
· 11 years ago
62b124b
Ensure RTTI symbol visibility for Linux Clang -fsanitize=function,vptr
by Stephan Bergmann
· 11 years ago
5035225
Fix copy/paste error
by Stephan Bergmann
· 11 years ago
24a89b2
Improve loplugin:passstuffbyref
by Stephan Bergmann
· 11 years ago
Next »