[PATCH] D69773: [APFloat] Extend converting from special strings
    Eli Friedman via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Tue Nov 19 12:06:12 PST 2019
    
    
  
efriedma added a comment.
Are you trying to match some specific grammar here?
We use string->float conversion in a bunch of places, including places where the grammar is specified by some external standard; I'm a little concerned we could be accidentally extending the user-visible grammar in some context.  (Maybe those places account for this issue already?  Not sure.)
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D69773/new/
https://reviews.llvm.org/D69773
    
    
More information about the llvm-commits
mailing list