forked from OSchip/llvm-project
Automated rollback of changelist 246610168.
PiperOrigin-RevId: 246610394
This commit is contained in:
parent
00dea78fdc
commit
4db06d84d8
|
@ -10,12 +10,6 @@ MLIR follows the [LLVM style](https://llvm.org/docs/CodingStandards.html) guide
|
|||
except:
|
||||
|
||||
* Adopts [camelBack](https://llvm.org/docs/Proposals/VariableNames.html);
|
||||
* Prefer `int` when possible and use unsigned only for bitmask and when you
|
||||
intend to rely on wrapping behavior. For the rational about this, see
|
||||
[unsigned: A Guideline for Better
|
||||
Code](https://www.youtube.com/watch?v=wvtFGa6XJDU) and [Garbage In,
|
||||
Garbage Out: Arguing about Undefined
|
||||
Behavior...](https://www.youtube.com/watch?v=yG1OZ69H_-o)
|
||||
|
||||
## Pass name and other command line options
|
||||
|
||||
|
|
Loading…
Reference in New Issue