[flang-commits] [PATCH] D91210: [flang][MSVC] Use list<Message> rather than forward_list<> in Messages

Peter Klausler via Phabricator via flang-commits flang-commits at lists.llvm.org
Wed Nov 11 10:38:52 PST 2020


klausler added inline comments.


================
Comment at: flang/include/flang/Parser/message.h:23
 #include <cstring>
+#include <deque>
 #include <forward_list>
----------------
tskeith wrote:
> Is this needed?
No, it's left over from a performance measurement experiment; will remove.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D91210/new/

https://reviews.llvm.org/D91210



More information about the flang-commits mailing list