Andy Soffer
Andy Soffer
This proposal is to have the syntax for an array type specify the length before the type to address the issue that array extents are in reverse order from how...
I wanted to ask about the high-level design of the C++ -> Carbon migration tool. It seems to be largely based on a collection of Clang AST-matchers followed by, for...
### Describe the issue ON_CALL and EXPECT_CALL cannot be used on the same mock method. I would expect that EXPECT_CALL takes precedence if it matches, and otherwise ON_CALL fills in...
This makes it so the root of the dominator tree is not returned during iteration over `dom_tree.immediately_dominated_by(root)`.