Find
C
ase-sensitive
R
egexp search
Path
Showing
e4d8867f
:
Bug
1988953
- Support `./mach ide vscodium` r=firefox-build-system-reviewers,ahochheiden
firefox-main
/
tools
/
clang-tidy
/
test
/
readability-delete-null-pointer.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
Code Coverage
void
func() {
int
* f = 0;
if
(f) {
delete
f;
}
}
This page was generated by Searchfox
.