dmgreen added inline comments.

================
Comment at: clang/lib/Headers/arm_acle.h:736
+#define __arm_mops_memset_tag(tagged_address, value, size)                     
\
+  __builtin_arm_mops_memset_tag(tagged_address, value, size)
+#endif
----------------
The arguments are better named __value and __size, etc. That way they only use 
reserved names and uses won't run into trouble if they `#define value 42` 
before the include.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D117753

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

Reply via email to