commit | b19e468a2fd78814f18eb0c13ca0c910c15f667a | [log] [tgz] |
---|---|---|
author | Stella Laurenzo <laurenzo@google.com> | Fri Feb 01 16:53:10 2019 -0800 |
committer | jpienaar <jpienaar@google.com> | Fri Mar 29 16:07:07 2019 -0700 |
tree | ab3e9daf3e72cd6fefc19587b1ca15c60ea15377 | |
parent | 1d27da7c50838bc67bf910f808b33f6af98bd7ab [diff] |
Minor fix to the lexer whitespace loop. Nothing in the loop can (legally) cause curPtr -> nullptr. And if it did, we would null dereference right below anyway. This loop still reads funny to me but doesn't make me stare at it and wonder what I am missing anymore. -- PiperOrigin-RevId: 232062076