[SyntaxTree] Split tests for expressions

We do that because:
* Big tests generated big tree dumps that could hardly serve as documentation.
* In most cases the tests didn't share setup, thus there was not much addition in lines of code.

We split tests for:
* `UserDefinedLiteral`
* `NestedBinaryOperator`
* `UserDefinedBinaryOperator`
* `UserDefinedPrefixOperator`
* `QualifiedId`

Differential Revision: https://reviews.llvm.org/D85819
This commit is contained in:
Eduardo Caldas 2020-08-11 16:28:00 +00:00
parent 8199cd8a55
commit d1211fd1ec
1 changed files with 1087 additions and 440 deletions

File diff suppressed because it is too large Load Diff