[cfe-dev] Parsing clang++ output
Tobias Grosser
tobias at grosser.es
Mon Aug 22 12:20:01 PDT 2011
On 08/22/2011 06:52 PM, Christopher Jefferson wrote:
> I would like to write support for text editors that I use, for clang++. This would include auto-suggesting fix-it replacements, as well as the more traditional jump to warning/error.
The clang vim autocompletion [1] uses the python bindings of libclang.
Maybe this is an approach that might also work for you.
Cheers
Tobi
[1] https://github.com/Rip-Rip/clang_complete
More information about the cfe-dev
mailing list