mirror of
https://github.com/zama-ai/concrete.git
synced 2026-02-08 19:44:57 -05:00
519 B
519 B
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 they’re documenting.
Github
% Branch naming, issues, commit message, PR