[Lldb-commits] [PATCH] D34553: Shorten sanitizer plugin names
Jim Ingham via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Fri Jun 23 11:22:32 PDT 2017
jingham accepted this revision.
jingham added a comment.
This revision is now accepted and ready to land.
I try to avoid making cryptic file names just to get them under some character count, since that also makes code hard to comprehend particularly for new users. But in this case everybody calls these features ASAN, UBSAN, etc. So this change shouldn't cause any confusion.
https://reviews.llvm.org/D34553
More information about the lldb-commits
mailing list