Added f/m flags to be ignored. They are part of the clang_ignored_f_Group/clang_ignored_m_Group so there is no warning.
Diff Detail
Diff Detail
Event Timeline
Comment Actions
Move a lot of flags to http://reviews.llvm.org/D4565, Make this revision depend upon http://reviews.llvm.org/D4565, and fixes some problems.
Comment Actions
Thanks for looking at the revision! I made the changes and will commit as soon as http://reviews.llvm.org/D4565 is approved because this patch is dependent on that patch.
-malign-double is an ABI breaking flag, as it affects record layout. We should reject it with prejudice. :)