Add presubmit check for preventing use of std::regex |
||
Issue descriptionIn issue 755321 , using std::regex caused a 28 kb binary size regression. Switching to re2::RE2 fixed the regression. Are there any reasons we shouldn't add a presubmit check for this? Is src/PRESUBMIT.py the right place for this?
,
Aug 30 2017
|
||
►
Sign in to add a comment |
||
Comment 1 by bugdroid1@chromium.org
, Aug 30 2017