[all-commits] [llvm/llvm-project] 36f93f: [flang] Fix clang build (struct/class mismatch war...

Peter Klausler via All-commits all-commits at lists.llvm.org
Fri Jun 18 15:13:11 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 36f93fc594ea168d541bb2fde95014a5502bef88
      https://github.com/llvm/llvm-project/commit/36f93fc594ea168d541bb2fde95014a5502bef88
  Author: peter klausler <pklausler at nvidia.com>
  Date:   2021-06-18 (Fri, 18 Jun 2021)

  Changed paths:
    M flang/runtime/type-info.h

  Log Message:
  -----------
  [flang] Fix clang build (struct/class mismatch warning)

A recent patch changed a struct into a class, but missed a
forward definition.  GCC didn't warn, but clang does.  Fix.




More information about the All-commits mailing list