[LLVMdev] [cfe-dev] Use of Smart Pointers in LLVM Projects

Rafael EspĂ­ndola rafael.espindola at gmail.com
Tue Jul 22 19:13:32 PDT 2014


On 18 July 2014 19:39, Lang Hames <lhames at gmail.com> wrote:
> No objections here. I'd be glad to see this go in. :)

A +1 from me as well. I really like having the ownership on the type
instead of a comment or naming convention. Hopefully the overhead is
never an issue as most functions do not take part in the memory
management and can take a raw pointer or a reference.

Cheers,
Rafael



More information about the llvm-dev mailing list