[Openmp-commits] [PATCH] D101030: [OpenMP] Overhaul `declare	target` handling
    Alexey Bataev via Phabricator via Openmp-commits 
    openmp-commits at lists.llvm.org
       
    Thu Apr 22 09:11:47 PDT 2021
    
    
  
ABataev added inline comments.
================
Comment at: clang/lib/Parse/ParseOpenMP.cpp:2134-2151
+    Sema::DeclareTargetContextInfo *DTCI =
+        new Sema::DeclareTargetContextInfo(DKind, DTLoc);
+    if (HasClauses)
+      ParseOMPDeclareTargetClauses(*DTCI);
 
     // Skip the last annot_pragma_openmp_end.
     ConsumeAnyToken();
----------------
Add a RAII to control these new/delete or just create local var
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D101030/new/
https://reviews.llvm.org/D101030
    
    
More information about the Openmp-commits
mailing list