diff options
| -rw-r--r-- | mlir/g3doc/DeveloperGuide.md | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/mlir/g3doc/DeveloperGuide.md b/mlir/g3doc/DeveloperGuide.md new file mode 100644 index 00000000000..b92414a2bad --- /dev/null +++ b/mlir/g3doc/DeveloperGuide.md @@ -0,0 +1,12 @@ +# 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); |

