You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Rename to "Nullsafe C Playground"
- Update tagline to emphasize Clang fork with strict null checking
- Add tooltips to all buttons for better UX
- Fix output formatting (remove stray backticks in compiler output)
- Update pure function example to const function with proper attribute syntax
<p>Flow-sensitive null safety for C - Try the experimental compiler live in your browser</p>
541
+
<h1>Nullsafe C Playground</h1>
542
+
<p>An experimental Clang fork with strict null checking</p>
543
543
</div>
544
544
<divclass="header-links">
545
-
<buttonid="reportBugBtn" class="header-link" style="background: none; border: none; cursor: pointer;">
545
+
<buttonid="reportBugBtn" class="header-link" style="background: none; border: none; cursor: pointer;"title="Report a bug or issue with the playground or compiler">
0 commit comments