[PATCH] D123235: [OpenMP] atomic compare fail : Parser & AST support
    Alexey Bataev via Phabricator via cfe-commits 
    cfe-commits at lists.llvm.org
       
    Tue Nov  7 11:16:12 PST 2023
    
    
  
ABataev accepted this revision.
ABataev added a comment.
This revision is now accepted and ready to land.
LG with a nit
================
Comment at: clang/lib/Sema/SemaOpenMP.cpp:12693
+      OpenMPClauseKind FailParameter = FC->getFailParameter();
+      SourceLocation DisplayLocation = (FailParameter == OMPC_unknown)
+                                           ? FC->getBeginLoc()
----------------
Same, remove parens
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D123235/new/
https://reviews.llvm.org/D123235
    
    
More information about the cfe-commits
mailing list