[PATCH] D15448: [analyzer] SVal Visitor.
    Artem Dergachev via cfe-commits 
    cfe-commits at lists.llvm.org
       
    Wed Dec 16 05:24:29 PST 2015
    
    
  
NoQ added a comment.
Good point, will try to make a .def file.
There's a tiny inconsistency with `SVal` naming that would most likely need to be fixed in this approach:
  nonloc::SymbolVal => SymbolValKind
  loc::MemRegionVal => MemRegionKind // no "Val"!
Hmm, maybe make a .def file for symbols and regions only? SVals are very small anyway.
http://reviews.llvm.org/D15448
    
    
More information about the cfe-commits
mailing list