switch SourceManager from using an std::map and std::list of
ContentCache objects to using a densemap and list, and allocating the ContentCache objects from a bump pointer. This does not speed up or slow down things substantially, but gives us control over their alignment. llvm-svn: 63628
Loading
Please register or sign in to comment