erik.pilkington added inline comments.

================
Comment at: clang/include/clang/Basic/AttrDocs.td:987
+
+Only a specific set of standard library functions are supported:
+  - memcpy
----------------
aaron.ballman wrote:
> And we don't have Annex K versions for any of these, like memset_s()?
No, it doesn't look like clang even recognizes these yet, and our c library 
doesn't define _chk functions for them. Whenever that happens, it would good to 
support them though I guess.


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

https://reviews.llvm.org/D57918



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

Reply via email to