Skip to content
This repository was archived by the owner on Apr 23, 2021. It is now read-only.

Commit 5c0a0a5

Browse files
joker-ephtensorflower-gardener
authored andcommitted
Add a link to the rational on lack of const for IR units in the developer guide
PiperOrigin-RevId: 266583374
1 parent 57ebdf1 commit 5c0a0a5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

g3doc/DeveloperGuide.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ LLVM style guide:
1313
* Adopts [camelBack](https://llvm.org/docs/Proposals/VariableNames.html);
1414
* Except for IR units (Region, Block, and Operation), non-nullable output
1515
argument are passed by non-const reference in general.
16+
* IR constructs are not designed for [const correctness](UsageOfConst.md).
1617

1718
## Pass name and other command line options
1819

0 commit comments

Comments
 (0)