Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
Consistent names might be nice
include/llvm/Analysis/CallGraph.h | ||
---|---|---|
440 | Two are called CGNGetValue and two are called CGGetValuePtr - any particular reason for the variety? |
include/llvm/Analysis/CallGraph.h | ||
---|---|---|
440 | CGGetValuePtr calls unique_ptr::get() - it's like get the unique_ptr value, then get the (raw) ptr from the unique_ptr. |
Two are called CGNGetValue and two are called CGGetValuePtr - any particular reason for the variety?