Using llvm::OwningPtr<> for CurLexer and CurTokenLexer. This makes both the...
Using llvm::OwningPtr<> for CurLexer and CurTokenLexer. This makes both the ownership semantics of these objects explicit within the Preprocessor and also tightens up the code (explicit deletes not needed). llvm-svn: 59249
Loading
Please register or sign in to comment