NFC: Rename FunctionParser::builder to opBuilder. This allows for removing the clang...
authorRiver Riddle <riverriddle@google.com>
Wed, 5 Jun 2019 20:59:28 +0000 (13:59 -0700)
committerMehdi Amini <joker.eph@gmail.com>
Sun, 9 Jun 2019 23:19:40 +0000 (16:19 -0700)
commitd23435d5545251868f5271e7127ffb7724f2702b
treef7d3870d261b0dfc4623fd3628d8e468d01984e6
parentcc06860394fcad9f5db9f3b0e766133e007afe8b
NFC: Rename FunctionParser::builder to opBuilder. This allows for removing the clang specific pragmas for ignoring field shadowing warnings.

PiperOrigin-RevId: 251712823
mlir/lib/Parser/Parser.cpp