Hacker News
- Lifetime Annotations for C++ https://discourse.llvm.org/t/rfc-lifetime-annotations-for-c/61377 111 comments
- C++ Annotations http://www.icce.rug.nl/documents/cplusplus/ 34 comments
- Catching use-after-move C++ bugs with Clang's consumed annotations https://awesomekling.github.io/Catching-use-after-move-bugs-with-Clang-consumed-annotations/ 188 comments
- C++ Annotated September–October 2022: Kona ISO Meeting Results, Pattern Matching, New Integers, and Tools Updates https://blog.jetbrains.com/clion/2022/11/cpp-annotated-sep-oct-2022/ 6 comments cpp
- [RFC] Lifetime annotations for C++ https://discourse.llvm.org/t/rfc-lifetime-annotations-for-c/61377 88 comments programming
- [RFC] Lifetime annotations for C++ - Clang Frontend https://discourse.llvm.org/t/rfc-lifetime-annotations-for-c/61377 14 comments rust
- recpp, a neither user-friendly nor rocket science tool to generate c++ pseudo code annotated with c++ guideline references https://github.com/kenavolic/recpp 3 comments cpp
- New section with detailed introduction to Concepts in the C++ Annotations http://www.icce.rug.nl/documents/cplusplus/cplusplus23.html#an3235 10 comments cpp
- Type annotation in C++ https://stoyannk.wordpress.com/2016/09/11/type-annotation-in-c/ 8 comments cpp
- Sanitize your C++ containers: ASan annotations step-by-step https://blog.trailofbits.com/2024/09/10/sanitize-your-c-containers-asan-annotations-step-by-step/ 2 comments cpp
- Poppler, the backbone of most PDF viewers on Linux, still doesn't support non-ASCII Annotations and needs help of a C++ programmers to fix it https://www.reddit.com/r/linux/comments/j2sg51/poppler_the_backbone_of_most_pdf_viewers_on_linux/ 30 comments linux
- The C++ Annotations, a free (GPL) up-to-date (C++17) learners book/reference manual. From namespaces to multi-threading and advanced templates. http://www.icce.rug.nl/documents/cplusplus/ 18 comments cpp
- C++ Annotated June-August 2022: C++23 and C23 News, Language Tips and Tricks, and New Tools Releases https://blog.jetbrains.com/clion/2022/09/cpp-annotated-jun-aug-23/ 4 comments cpp
- The C++ Annotations, a free (GPL), up-to-date C++(20) learners book/reference manual. From basic C++ to concepts http://www.icce.rug.nl/documents/cplusplus/ 15 comments cpp
- reflect-cpp - automatic field name extraction from structs is possible using standard-compliant C++-20 only, no use of compiler-specific macros or any kind of annotations on your structs https://github.com/getml/reflect-cpp 40 comments cpp