Start removing the use of smart pointers from the Parse/Sema
interaction, by effectively defaulting to DISABLE_SMART_POINTERS. We're embracing the model where all AST nodes are ASTContext-allocated and live as long as the ASTContext lives. llvm-svn: 109374
Loading
Please register or sign in to comment