[clang] [dataflow] Parse formulas from text (PR #66424)
    via cfe-commits 
    cfe-commits at lists.llvm.org
       
    Fri Sep 15 05:55:21 PDT 2023
    
    
  
================
@@ -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
    
    
More information about the cfe-commits
mailing list