Skip to content

ClangLib plugin v0.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@yvesdm3000 yvesdm3000 released this 21 Nov 16:27
· 75 commits to master since this release

ClangLib is a plugin for Code::Blocks that does code completion and inline
warnings using LLVM Clang.

This is an alpha release so don't expect this plugin to be bugfree.

Please submit bugs & patches to the GitHub page at:

    https://github.com/yvesdm3000/ClangLib

or alternatively to the Code::Blocks page at

    http://forums.codeblocks.org/index.php/topic,20623.msg141143.html

REQUIREMENTS:

wxWidgets 2.8
Clang LLVM 3.6 (Clang LLVM 3.8 works too)

INSTALLATION:

There are 3 files in this zip file:

  1. This readme file
  2. A zipfile that must be installed where the resources of Code::Blocks go, usually /usr/share/codeblocks
  3. A .so shared library (the plugin itself) that must be installed in the plugins directory of Code::Blocks, usually /usr/lib/codeblocks/plugins

Enjoy this work in progress. All constructive feedback is welcome!