[PATCH] D86051: [flang]Add Semantic Checks for OpenMP Allocate Clause
Valentin Clement via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 8 08:54:41 PDT 2020
clementval accepted this revision.
clementval added a comment.
LGTM (just a small comment about an include)
================
Comment at: flang/lib/Semantics/resolve-directives.cpp:21
#include "flang/Semantics/expression.h"
+#include "llvm/Support/raw_ostream.h"
#include <list>
----------------
Is this still needed?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D86051/new/
https://reviews.llvm.org/D86051
More information about the llvm-commits
mailing list