This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug sanitizer/56454] need to rename attribute no_address_safety_analysis to no_sanitize_address


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56454

--- Comment #2 from Kostya Serebryany <kcc at gcc dot gnu.org> 2013-02-26 07:19:00 UTC ---
Long story short: 
we needed to unify the names for asan/tsan/msan attributes. 
Now they are called
no_sanitize_address
no_sanitize_thread
no_sanitize_memory

Lengthy discussion: 

http://clang-developers.42468.n3.nabble.com/clang-attributes-to-disable-asan-tsan-msan-td4030472.html


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]