[cfe-commits] multifile fixits

Chris Lattner clattner at apple.com
Wed Apr 14 16:19:22 PDT 2010


On Apr 14, 2010, at 7:44 AM, Douglas Gregor wrote:

> Thanks for maintaining the current interface. Now, I think we should change that interface :)
> 
> The "only fix the main file" approach was me being paranoid when fix-its first went it. I think the right answer now is for -fixit to always apply changes to all of the files (in place)

One thing to worry about here is parallel builds where multiple compiler instances try to fix the same error in a shared header.

-Chris





More information about the cfe-commits mailing list