[flang-commits] [PATCH] D151924: [flang][NFC] Address MSVC build warnings

Peter Klausler via Phabricator via flang-commits flang-commits at lists.llvm.org
Thu Jun 1 13:28:02 PDT 2023


klausler created this revision.
klausler added a reviewer: Meinersbur.
klausler added a project: Flang.
Herald added subscribers: sunshaoce, jdoerfert.
Herald added a project: All.
klausler requested review of this revision.

Attempt to placate MSVC at several code sites in the flang compiler
(not incl. tests) where it's producing some build-time warnings.
Also address some build problems with Clang 16.0.3 hit while testing.

(Will wait to see MSVC CI build results and confirm that warnings have
been reduced before merging, of course.  I may need to iterate.)


https://reviews.llvm.org/D151924

Files:
  flang/include/flang/Evaluate/expression.h
  flang/include/flang/Evaluate/type.h
  flang/lib/Evaluate/fold-implementation.h
  flang/lib/Semantics/expression.cpp
  flang/lib/Semantics/resolve-names.cpp
  flang/lib/Semantics/semantics.cpp
  flang/unittests/Runtime/Time.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D151924.527584.patch
Type: text/x-patch
Size: 4873 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/flang-commits/attachments/20230601/85326ace/attachment-0001.bin>


More information about the flang-commits mailing list