search for: r212403

Displaying 3 results from an estimated 3 matches for "r212403".

2014 Jul 18
2
[LLVMdev] [cfe-dev] Use of Smart Pointers in LLVM Projects
...Ptr, 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 smar...
2014 Jul 17
8
[LLVMdev] Use of Smart Pointers in LLVM Projects
...bout the use of smart 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 OwningP...
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 contribut...