add a comment.

llvm-svn: 100490
This commit is contained in:
Chris Lattner 2010-04-05 23:07:42 +00:00
parent 3d18e71ae8
commit bdc3f34150
1 changed files with 2 additions and 0 deletions

View File

@ -76,6 +76,8 @@ public:
return Buffers[i].IncludeLoc;
}
/// AddNewSourceBuffer - Add a new source buffer to this source manager. This
/// takes ownership of the memory buffer.
unsigned AddNewSourceBuffer(MemoryBuffer *F, SMLoc IncludeLoc) {
SrcBuffer NB;
NB.Buffer = F;