Welcome to Checked C Language Specification Discussions! #460
Replies: 5 comments 2 replies
-
hello I am a beginner in c programming. |
Beta Was this translation helpful? Give feedback.
-
Hello, I have some questions:
|
Beta Was this translation helpful? Give feedback.
-
I am trying to compile CheckedC library along with c++ file (which calls the library function). However, my clang (checked-C clang) compiler stops recognizing _Ptr and other "checked" jargon anymore. How do I fuse them together??. Please help me!! |
Beta Was this translation helpful? Give feedback.
-
Does Checked C optimize away unnecessary runtime checks using its own static analysis or does it offload it to the compiler optimization performed in later stages of the pipeline? Is there an easy way of finding out which of the Checked C runtime checks were proved and removed? |
Beta Was this translation helpful? Give feedback.
-
How to see what's the length of converted N_Array_ptr and Array_ptr? |
Beta Was this translation helpful? Give feedback.
-
👋 Welcome to the Checked C Language Specification Project!
We’re using Discussions as a place to connect with other members of our community. We hope that you:
build together 💪.
📢 Announcements to the community from the maintainers : We would like to reserve the "Announcements" category for official announcements related to the Checked C Language Specification.
Beta Was this translation helpful? Give feedback.
All reactions