| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2021-04-30 | Remove artificial flag from generator variants | lrh2000 | -11/+18 | |
| - Literally, variants are not artificial. We have `yield` statements, upvars and inner variables in the source code. - Functionally, we don't want debuggers to suppress the variants. It contains the state of the generator, which is useful when debugging. So they shouldn't be marked artificial. - Debuggers may use artificial flags to find the active variant. In this case, marking variants artificial will make debuggers not work properly. Fixes #79009. | ||||
| 2021-04-03 | Remove redundant `ignore-tidy-linelength` annotations | Simon Jakobi | -1/+1 | |
| This is step 2 towards fixing #77548. In the codegen and codegen-units test suites, the `//` comment markers were kept in order not to affect any source locations. This is because these tests cannot be automatically `--bless`ed. | ||||
| 2020-06-24 | Split out async fn and generator test | Tyler Mandry | -0/+51 | |
| This keeps FileCheck from tripping over unimportant differences in codegen. | ||||
