User Details
- User Since
- Jul 7 2021, 8:28 AM (116 w, 2 d)
Aug 24 2023
Jun 6 2023
May 26 2023
Switch option name to SuppressElaboration
May 17 2023
May 4 2023
Accept suggested edits.
May 2 2023
Jan 18 2023
Update test name
Jan 12 2023
Try this again...
Upload correct commit this time...
Fix description.
Remove default argument.
Fix copy/paste error.
Dec 8 2022
Address comments
Nov 17 2022
Yeah, that seems like it'd work just fine for us.
So the two functions I added were because previously using Annotations required knowledge of the annotation names a priori. If you are constructing one and using it directly yourself in a test, great. If you handed the Annotations object to a helper function, you'd also need to hand the two sets of names with it (one for points and one for ranges), otherwise the helper function doesn't know what annotations exist. In our case, the helper function is a googletest matcher verifying matches on AST nodes are bound to IDs matching the annotations listed. However, if no nodes are matched, we can't verify that all annotated nodes were matched without a lot of extra (possibly error-prone) boilerplate.
Nov 15 2022
Oct 13 2022
Appease clang-format, add constexpr to operator<.
Oct 12 2022
Sep 20 2022
Sep 19 2022
Address comments
Sep 16 2022
Aug 19 2022
Address comments
Aug 11 2022
Fix incorrect assumption that back edge blocks have an empty body.
Add FIXME
Address comments
Aug 10 2022
Fix commit message
Aug 4 2022
Bah, I think I screwed up arc at some point. This was committed as 18034aee63eeac673496a88d9e90c8dd73d15927.
Aug 3 2022
Jul 27 2022
Explicitly name TransferOptions
Jul 25 2022
Jul 22 2022
Jul 5 2022
Address comments.
Jul 4 2022
Jun 30 2022
Jun 29 2022
May 25 2022
Address reviewer comment.
Accidentally a word...
Address reviewer comments.