1. 15 8月, 2017 1 次提交
  2. 12 8月, 2017 1 次提交
  3. 11 8月, 2017 1 次提交
  4. 10 8月, 2017 1 次提交
    • M
      IBinaryOperatorExpression, IUnaryOperatorExpression and IIncrementExpression API changes · 8526302d
      Manish Vasani 提交于
      This implements a bunch of changes to the IOperation representation for binary operator, unary operator and increment expressions.
      
      1. #8834: Simplify `UnaryOperatorKind` to only contain the operator kind values instead of a matrix of operator and operand kinds.
      2. #8835: Simplify `BinaryOperatorKind` in similar manner as above.
      3. #8825: Add `IUnaryOperatorExpression.IsChecked` flag. Cyrus has already added the `IUnaryOperatorExpression.IsLifted` flag.
      4. #8846: Add `IBinaryOperatorExpression.IsChecked` and `IBinaryOperatorExpression.IsCompareText` flags Cyrus has already added the `IBinaryOperatorExpression.IsLifted` flag.
      5. #21283: Add `IIncrementExpression.IsDecrement` and `IIncrementExpression.IsPostfix` flags and remove PostFix/Prefix Increment/Decrement from `UnaryOperatorKind` enum.
      
      This change also fixes #8848 and #8843 as the matrix operation kind enums no longer exist.
      8526302d
  5. 09 8月, 2017 3 次提交
  6. 08 8月, 2017 9 次提交
  7. 06 8月, 2017 1 次提交
  8. 05 8月, 2017 12 次提交
  9. 04 8月, 2017 7 次提交
  10. 03 8月, 2017 4 次提交