isocpp.xml: replace P printf-like format with p
AbandonedPublic

Authored by jpoelen on Jun 19 2017, 10:39 PM.

Details

Reviewers
None
Summary

'P' format does not exist, 'p' format is missing.

Test Plan

printf("%p", pointer);

Diff Detail

Repository
R216 Syntax Highlighting
Branch
ioscpp-printf-like
Lint
No Linters Available
Unit
No Unit Test Coverage
jpoelen created this revision.Jun 19 2017, 10:39 PM
Restricted Application added a project: Frameworks. · View Herald TranscriptJun 19 2017, 10:39 PM
Restricted Application added a subscriber: Frameworks. · View Herald Transcript
jpoelen abandoned this revision.Aug 14 2017, 12:01 AM

This commit is already merged.