Bug 250924
| Summary: | style-checker: Disallow raw pointers and references for member variables | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Ryosuke Niwa <rniwa> |
| Component: | Tools / Tests | Assignee: | Ryosuke Niwa <rniwa> |
| Status: | RESOLVED CONFIGURATION CHANGED | ||
| Severity: | Normal | CC: | webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Local Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Ryosuke Niwa
Detect & warn the use of raw pointers and references in member variables.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Ryosuke Niwa
Pull request: https://github.com/WebKit/WebKit/pull/8907
Radar WebKit Bug Importer
<rdar://problem/104769935>
Ryosuke Niwa
We've now done this with clang static analyzers.