Tiny C++ editor with Clang integration.
ClangIDE is currently a very minimalistic C++ editor. It uses Clang for syntax highlighting and direct feedback in case of errors. Since Clang's lexer doesn't know which identifiers name types, there is no highlighting of user defined types, yet.
By double clicking the diagnostic, the editor jumps to the source location at which the error/warning occurred.