[PATCH] Add noinline attribute to sanitizer-blacklisted functions

Alexey Samsonov samsonov at google.com
Tue Jun 25 01:34:03 PDT 2013


  I have a concern - what would happen if user explicitly specifies that function should be inlined, and adds no_address_safety_analysis attr. I think we should make sure the function is indeed inlined in this case.

http://llvm-reviews.chandlerc.com/D1034



More information about the cfe-commits mailing list