[PM] Clean up a bunch of comments, modernize the doxygen, nuke some
[oota-llvm.git] / utils / llvm.grm
index 322036b2c209083f208f3df8cbe1e4869a39d6ca..d65f075076cf8ef8eb4c064a8cece328c5d40acf 100644 (file)
@@ -174,7 +174,9 @@ FuncAttr      ::= noreturn
  | sspreq
  | returns_twice
  | nonlazybind
- | address_safety
+ | sanitize_address
+ | sanitize_thread
+ | sanitize_memory
  ;
 
 OptFuncAttrs  ::= + _ | OptFuncAttrs FuncAttr ;