[Lldb-commits] [PATCH] D13981: Disable the strict-aliasing warnings produced by gcc

Bruce Mitchener via lldb-commits lldb-commits at lists.llvm.org
Thu Oct 22 05:50:09 PDT 2015


brucem added a comment.

It might be worthwhile to have a "janitor" where we can not enable things like this so that it is more clear that this is something we'd like to clean up over time.

It would be pretty easy to just have a `if (NOT LLDB_JANITOR_MODE AND CXX_SUPPORTS_NO_STRICT_ALIASING)` check probably, but then we'd need docs to discuss `LLDB_JANITOR_MODE`.

Don't know.


http://reviews.llvm.org/D13981





More information about the lldb-commits mailing list