[PATCH] D24330: Add some MS aliases for existing intrinsics

Alexander Shaposhnikov via cfe-commits cfe-commits at lists.llvm.org
Tue Sep 13 20:58:29 PDT 2016


alexshap added a subscriber: alexshap.

================
Comment at: include/clang/Basic/Builtins.h:142
@@ -141,1 +141,3 @@
 
+  // \brief Returns true if this builtin requires appropriate header in other
+  // compilers. In Clang it will work even without including it, but we can emit
----------------
should the doxygen comment start with /// here ? 


https://reviews.llvm.org/D24330





More information about the cfe-commits mailing list