DescriptionClean up manual bit field usage in PreParserExpression
Instead of using an integer value and manual bit-fiddling, use C++'s
support for specifying bit sizes for integral types. This way the bits
used to describe a PreParserExpression are handled by the compiler.
BUG=
LOG=
Patch Set 1 #Patch Set 2 : Rebased #
Total comments: 1
Patch Set 3 : Alternative version using BitField #
Total comments: 2
Patch Set 4 : Added PreParserIdentifier::IsValidArrowParam(), used from PreParserExpression::IsValidArrowParams() #Patch Set 5 : Rebased against latest changes #
Total comments: 1
Messages
Total messages: 13 (1 generated)
|