Contributing¶
In the todo list…
Add a testcase for all new features.
Check the testcases: see Testing your installation.
Coding standards: http://llvm.org/docs/CodingStandards.html
The source code may (should) be formatted using
$HOME/dev/codeaster/devtools/bin/beautify(it uses the LLVM style, and the parameters from.clang-format).Document all new objects and methods.
Use
./check_docs.shscript to check that new objects have been included in the documentation.Check that the documentation can be built without warnings/errors.
Read the
CONTRIBUTING.mdfile from the repository.