Displaying 3 results from an estimated 3 matches for "r213307".
2014 Jul 18
2
[LLVMdev] [cfe-dev] Use of Smart Pointers in LLVM Projects
...ue_ptr and std::shared_ptr
> > predominantly) in the LLVM project as a whole, so here's a thread to
> > discuss/clarify/etc the project preferences/direction with regard to
> > smart pointer usage.
> >
> > For some context, see discussions in LLVM r212403 and Clang r213307.
> >
> > The basic question here seems to be whether smart pointer ownership is
> > a direction we want to take the LLVM project in general.
> >
> > I've seen others contribute and have myself contributed many patches
> > moving towards smart pointer ownershi...
2014 Jul 17
8
[LLVMdev] Use of Smart Pointers in LLVM Projects
...art pointers
(previously OwningPtr, now std::unique_ptr and std::shared_ptr
predominantly) in the LLVM project as a whole, so here's a thread to
discuss/clarify/etc the project preferences/direction with regard to
smart pointer usage.
For some context, see discussions in LLVM r212403 and Clang r213307.
The basic question here seems to be whether smart pointer ownership is
a direction we want to take the LLVM project in general.
I've seen others contribute and have myself contributed many patches
moving towards smart pointer ownership (both in the pre-C++11 days of
OwningPtr, and much mores...
2014 Jul 18
2
[LLVMdev] [cfe-dev] Use of Smart Pointers in LLVM Projects
...predominantly) in the LLVM project as a whole, so here's a thread to
> >> > discuss/clarify/etc the project preferences/direction with regard to
> >> > smart pointer usage.
> >> >
> >> > For some context, see discussions in LLVM r212403 and Clang r213307.
> >> >
> >> > The basic question here seems to be whether smart pointer ownership is
> >> > a direction we want to take the LLVM project in general.
> >> >
> >> > I've seen others contribute and have myself contributed many patches
&g...