Skip to content
Commit a8f4ef58 authored by Ted Kremenek's avatar Ted Kremenek
Browse files

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
parent 464276f8
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment