This lets us use these functions without calling 'get()' everywhere.
Diff Detail
Diff Detail
Paths
| Differential D15910
Make isa, cast, dyn_cast, etc. work with std::unique_ptr and std::shared_ptr. AbandonedPublic Authored by jlebar on Jan 5 2016, 6:21 PM.
Details
Diff Detail Event Timelinejlebar added a child revision: D15911: Move ownership of Action objects into Compilation..Jan 5 2016, 6:26 PM jlebar removed a child revision: D15911: Move ownership of Action objects into Compilation..Jan 7 2016, 8:14 PM jlebar added a child revision: D15991: Remove unnecessary .get() on smart pointers in isa, cast, and dyn_cast..Jan 7 2016, 8:26 PM
Revision Contents
Diff 44075 include/llvm/Support/Casting.h
unittests/Support/Casting.cpp
|