Moved GraphTraits<Stmt*> to StmtGraphTraits.h. This allows consumers of...
Moved GraphTraits<Stmt*> to StmtGraphTraits.h. This allows consumers of Stmt.h not to have to pay the cost of parsing the GraphTraits templates if they don't need that functionality. Defined nodes_iterator for GraphTraits<Stmt*> to be based on llvm::df_iterator. llvm-svn: 42150
Loading
Please register or sign in to comment