Skip to content
  • Steve Naroff's avatar
    · 2c055d2b
    Steve Naroff authored
    Go back to having the clang driver create ASTContext explicitly, passing
    it to Sema/ASTStreamer (separating the lifetime of ASTContext from
    the lifetime of Sema). One day it might be useful to consider creating
    a context object implicitly if one isn't provided (using default arguments in
    Sema's constructor). At this point, adding this convenience isn't necessary.
    
    llvm-svn: 39346
    2c055d2b
Loading