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

Louis Dionne via libcxx-commits libcxx-commits at lists.llvm.org
Tue May 6 09:20:05 PDT 2025


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

I think the name of this method is somewhat confusing, since this is really generating test-related data only.

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


More information about the libcxx-commits mailing list