This website requires JavaScript.
Explore
Help
Sign In
wine
/
gecko
Watch
0
Star
0
Fork
0
You've already forked gecko
mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced
2024-09-13 09:24:08 -07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
76932518f4
gecko
/
xpcom
/
tests
/
static-checker
History
Josh Matthews
dc961dbb27
Bug 551286: Add a per function 'final' keyword in C++. r=tglek
2010-03-28 11:44:33 -04:00
..
e1.cpp
e2.cpp
e4.cpp
e5.cpp
e6.cpp
e7.cpp
e8.cpp
e9.cpp
e10.cpp
e11.cpp
e12.cpp
e13.cpp
flow_through_fail.cpp
flow_through_pass.cpp
Makefile.in
Bug 551286: Add a per function 'final' keyword in C++. r=tglek
2010-03-28 11:44:33 -04:00
o1.cpp
o2.cpp
o3.cpp
o4.cpp
o5.cpp
o6.cpp
o7.cpp
o8.cpp
o9.cpp
o10.cpp
o11.cpp
o12.cpp
o13.cpp
o14.cpp
o15.cpp
o16.cpp
onull2.cpp
onull.cpp
opmember.cpp
override-global.cpp
Bug 500870 - NS_OVERRIDE indicates that a method must override a base-class method, r=taras
2009-09-04 11:21:31 -04:00
override-pass.cpp
Fix the static analysis error: m.isVirtual is a tri-state undefined, true, or "pure", and I didn't take that into account when writing the original NS_OVERRIDE analysis.
2009-10-04 14:35:33 -04:00
override-signature.cpp
Bug 500870 - NS_OVERRIDE indicates that a method must override a base-class method, r=taras
2009-09-04 11:21:31 -04:00
override-static.cpp
Bug 500870 - NS_OVERRIDE indicates that a method must override a base-class method, r=taras
2009-09-04 11:21:31 -04:00
override-virtual.cpp
Bug 500870 - NS_OVERRIDE indicates that a method must override a base-class method, r=taras
2009-09-04 11:21:31 -04:00
OverrideFail1.cpp
Bug 512726 - Add NS_MUST_OVERRIDE static annotation. r=bsmedberg
2009-09-18 10:26:13 -07:00
OverrideFail2.cpp
Bug 512726 - Add NS_MUST_OVERRIDE static annotation. r=bsmedberg
2009-09-18 10:26:13 -07:00
OverrideFail3.cpp
Bug 512726 - Add NS_MUST_OVERRIDE static annotation. r=bsmedberg
2009-09-18 10:26:13 -07:00
OverrideFail4.cpp
Bug 512726 - Add NS_MUST_OVERRIDE static annotation. r=bsmedberg
2009-09-18 10:26:13 -07:00
OverrideOK1.cpp
Bug 512726 - Add NS_MUST_OVERRIDE static annotation. r=bsmedberg
2009-09-18 10:26:13 -07:00
OverrideOK2.cpp
Bug 512726 - Add NS_MUST_OVERRIDE static annotation. r=bsmedberg
2009-09-18 10:26:13 -07:00
StackAggrInit.cpp
StackCond.cpp
StackCondBad.cpp
StackConditional.cpp
StackNoConstructor.cpp
StackPlacementNewOK.cpp
StackVector.cpp
TestFinal.cpp
TestFinalFunction.cpp
Bug 551286: Add a per function 'final' keyword in C++. r=tglek
2010-03-28 11:44:33 -04:00
TestFinalGrandparentFunction.cpp
Bug 551286: Add a per function 'final' keyword in C++. r=tglek
2010-03-28 11:44:33 -04:00
TestFinalTemplate.cpp
TestStack.cpp
TestStackTemplate.cpp