Files
concrete/compilers/concrete-compiler/docs/dev/conventions.md
2023-03-03 09:20:01 +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