[PATCH] D65835: [OpenMP] Permit map with DSA on combined directive

Alexey Bataev via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Aug 21 15:34:28 PDT 2019


ABataev added inline comments.


================
Comment at: clang/lib/Sema/SemaExpr.cpp:17748
       ObjCAvailabilityCheckExpr(Version, AtLoc, RParen, Context.BoolTy);
-}
\ No newline at end of file
+}
----------------
jdenny wrote:
> ABataev wrote:
> > Restore original code here
> OK, I did.  What's the reason for no newline at the end of the file?
Changes not related to the patch, like formatting etc., better to commit in separate patches.


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

https://reviews.llvm.org/D65835





More information about the cfe-commits mailing list