[flang-commits] [clang] [flang] [flang][Driver] Preliminary support for -ftime-report (PR #107270)
Fangrui Song via flang-commits
flang-commits at lists.llvm.org
Thu Jan 9 22:01:56 PST 2025
================
@@ -81,6 +81,16 @@
using namespace Fortran::frontend;
+static constexpr llvm::StringLiteral timingIdParse = "Parse";
----------------
MaskRay wrote:
constexpr at namespace level implies static
https://github.com/llvm/llvm-project/pull/107270
More information about the flang-commits
mailing list