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