================
@@ -1143,6 +1143,43 @@ void ASTDeclReader::VisitFunctionDecl(FunctionDecl *FD) {
     Params.push_back(readDeclAs<ParmVarDecl>());
   FD->setParams(Reader.getContext(), Params);
 
+  // C++26 Contracts (P2900R14)
----------------
yronglin wrote:

IIUC, We don't need a proposal number in code? We can use the standard section 
ID instead.

https://github.com/llvm/llvm-project/pull/205739
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to