[flang-commits] [flang] [flang][cli] Add diagnostic flags to the CLI (PR #142022)
Peter Klausler via flang-commits
flang-commits at lists.llvm.org
Thu May 29 13:11:16 PDT 2025
================
@@ -58,15 +59,51 @@ constexpr std::array<std::string_view, ITEMS> EnumNames(const char *p) {
return result;
}
+template <typename F, typename T>
----------------
klausler wrote:
This enum-class.h header file gets included into most compilations, directly or indirectly. These little helpers need to have less generic names, keep their generic names but appear in a more general Common header, or be put into a nested namespace here.
https://github.com/llvm/llvm-project/pull/142022
More information about the flang-commits
mailing list