[clang] [C++26] [Contracts] Support Parser, AST and AST Serialization (1/n) (PR #205739)
Yihan Wang via cfe-commits
cfe-commits at lists.llvm.org
Thu Jun 25 02:17:21 PDT 2026
================
@@ -2131,6 +2190,11 @@ class FunctionDecl : public DeclaratorDecl,
/// the DeclaratorDecl base class.
DeclarationNameLoc DNLoc;
+ /// C++26 contract annotations (P2900R14). Each is a singly-linked list
----------------
yronglin wrote:
```suggestion
/// C++26 contract annotations. Each is a singly-linked list
```
https://github.com/llvm/llvm-project/pull/205739
More information about the cfe-commits
mailing list