aboutsummaryrefslogtreecommitdiff
path: root/llvm/unittests/Analysis/CallGraphTest.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-08-22[GraphTraits] Replace all NodeType usage with NodeRefTim Shen1-9/+9
2016-08-19[GraphTraits] Make nodes_iterator dereference to NodeType*/NodeRefTim Shen1-3/+3
2016-04-14Remove every uses of getGlobalContext() in LLVM (but the C API)Mehdi Amini1-2/+4
2014-11-18CallGraphTest.cpp: Remove invalid tests. ++S might step over F if S == F.NAKAMURA Takumi1-3/+0
2014-11-17Fix GraphTraits for "const CallGraphNode *" and "const CallGraph *"Rafael Espindola1-0/+62