aaron.ballman accepted this revision.
aaron.ballman added a comment.
This revision is now accepted and ready to land.

Thanks for working on this! The changes LGTM. I've been trying to figure out if 
there's a way we can add test coverage for this change, but I'm really not 
coming up with much. However, the changes definitely should have a release note.



================
Comment at: clang/lib/Headers/stdatomic.h:23
+    __has_include_next(<stdatomic.h>) &&                                       
\
+    !(defined(_MSC_VER) && defined(__cplusplus) && __cplusplus < 202002l)
 # include_next <stdatomic.h>
----------------
`202002l` -> `202002L` to make it easier on people's eyeballs.


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

https://reviews.llvm.org/D139266

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to