Find
C
ase-sensitive
R
egexp search
Path
Showing
e12bf9c0
from
2026-03-28
:
Merge autoland to mozilla-central
firefox-main
/
tools
/
clang-tidy
/
test
/
bugprone-switch-missing-default-case.cpp
Navigation
Enable keyboard shortcuts
Source code
File a bug in Core :: General
Revision control
Permalink
Y
Remove the Permalink
Git log
Mercurial log
L
Raw
R
Blame
Copy as Markdown
Filename Link
F
Symbol Link
S
Code Block
C
Other Tools
HG Web
void
func() {
int
radius;
switch
(radius) {
case
0:
break
;
}
}
This page was generated by
Searchfox
.