Added flags that should be ignored for compatibility. These flags are in the clang_ignored_gcc_optimization_f_Group so they will display a warning.
Diff Detail
Diff Detail
Event Timeline
Comment Actions
Updated the patch for new svn revision, add test for warnings, and prepare it for being a dependency of: http://reviews.llvm.org/D4570.
Comment Actions
Move a lot of flags from http://reviews.llvm.org/D4570 and move them to this revision, make corrections, and add tests.
Comment Actions
Some of these flags are a bit functional, like -flto, -fwhole-program, and -fuse-linker-plugin.
Rafael, do you have any thoughts about this list, since you added the "error on unknown options" logic?