Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] LLVM Project Blog: A path forward for an LLVM toolchain on Windows

> I have a tiny plugin (sorry not open source) that implements org.eclipse.cdt.core.CodeFormatter extension point and calls clang-format with -output-replacements-xml flag. The XML produced by clang-format is parsed, converted into an array of TextEdits, and returned from the format method.

That sounds quite useful! Do you think you (or your Google overlords :) ) would consider open-sourcing that at some point?

Regards,
Nate

Back to the top