On 06/22/2016 05:25 AM, David Malcolm wrote:
> Clang has an option -fdiagnostics-parseable-fixits, which emits a
> machine-readable version of the fixits, for use by IDEs.  (The only
> IDE I know of that supports this format is Xcode [1]; does anyone
> know of other IDEs supporting this?  I'd be very happy if someone
> implemented Emacs support for it, or could point me at it).

Hi.

I know that YCM ([1]) uses that in Fix it command ([2]).

Martin


[1] http://valloric.github.io/YouCompleteMe/
[2] http://valloric.github.io/YouCompleteMe/#refactoring-and-fixit-commands

Reply via email to