================
@@ -137,5 +140,46 @@ TEST_F(ArenaTest, Interning) {
   EXPECT_EQ(&B1.formula(), &F1);
 }
 
+TEST_F(ArenaTest, Parse) {
----------------
martinboehme wrote:

```suggestion
TEST_F(ArenaTest, ParseFormula) {
```

Matches name of the function, and we might conceivably add other parsing 
functions to `Arena` in the future.

https://github.com/llvm/llvm-project/pull/66424
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to