[PATCH] D86051: [flang]Add Semantic Checks for OpenMP Allocate Clause
    Irina Dobrescu via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Tue Sep  8 09:01:22 PDT 2020
    
    
  
Rin added inline comments.
================
Comment at: flang/lib/Semantics/resolve-directives.cpp:21
 #include "flang/Semantics/expression.h"
+#include "llvm/Support/raw_ostream.h"
 #include <list>
----------------
clementval wrote:
> Is this still needed?
No, it's not. I'll take it out before submitting the patch upstream.
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