[libcxx-commits] [libcxx] [libc++] Implements the new FTM header test generator. (PR #134542)

Mark de Wever via libcxx-commits libcxx-commits at lists.llvm.org
Tue May 13 10:47:09 PDT 2025


================
@@ -2296,24 +2424,160 @@ def version_header(self) -> str:
             )
         )
 
+    def header_ftm(self, header: str) -> Dict[Std, List[Dict[Ftm, FtmHeaderTest]]]:
----------------
mordante wrote:

I changed the name, but I had a bit of an issue finding a good name.

https://github.com/llvm/llvm-project/pull/134542


More information about the libcxx-commits mailing list