[PATCH] Protection against stack-based memory corruption errors using SafeStack
Kostya Serebryany
kcc at google.com
Tue May 19 15:49:52 PDT 2015
================
Comment at: include/llvm/IR/Attributes.h:110
@@ -109,2 +109,3 @@
StackProtectStrong, ///< Strong Stack protection.
+ SafeStack, ///< Safe Stack protection.
StructRet, ///< Hidden pointer to structure to return
----------------
Shouldn't we document it in docs/LangRef.rst?
http://reviews.llvm.org/D6094
EMAIL PREFERENCES
http://reviews.llvm.org/settings/panel/emailpreferences/
More information about the llvm-commits
mailing list