[Lldb-commits] [PATCH] D13981: Disable the strict-aliasing warnings produced by gcc
Tamas Berghammer via lldb-commits
lldb-commits at lists.llvm.org
Fri Oct 23 03:29:04 PDT 2015
tberghammer added a comment.
I created a bug for it as https://llvm.org/bugs/show_bug.cgi?id=25296
I don't see too much value in creating a "janitor" mode because I think when people want to do some cleanup, they will focus on one specific area where they enable the necessary warnings manually. Enabling the "janitor" mode will most likely create too much noise at once to handle it especially if we hide more and more "feature" behind it over the time
http://reviews.llvm.org/D13981
More information about the lldb-commits
mailing list