llvm-project/mlir/g3doc/DeveloperGuide.md

13 lines
366 B
Markdown
Raw Normal View History

# Developer Guide
This document attempts to describe a few developer policies used in MLIR (such
as coding standards used) as well as development approach (such as, testing
methods).
## Style guide
MLIR follows the [LLVM style](https://llvm.org/docs/CodingStandards.html) guide
except:
* Adopts [camelBack](https://llvm.org/docs/Proposals/VariableNames.html);