Files
concrete/docs/dev/conventions.md
2021-12-27 09:55:57 +01:00

519 B
Raw Blame History

Developer conventions

Code

% Coding style, Tests, comments style

The LLVM formatting is used for the C++ code.

LLVM FileCheck is used for tests on dialects (lowering, roundtripping). GoogleTest is used for other tests.

Documentation comments use three slashes, ///, instead of two. Place documentation comments just before the item theyre documenting.

Github

% Branch naming, issues, commit message, PR