add a comment.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@57394 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Lex/Lexer.cpp b/lib/Lex/Lexer.cpp
index e930f3d..63bf58a 100644
--- a/lib/Lex/Lexer.cpp
+++ b/lib/Lex/Lexer.cpp
@@ -113,6 +113,8 @@
   Is_PragmaLexer = false;
   InitCharacterInfo();
   
+  // If a MemoryBuffer was specified, use its start as BufferStart. This affects
+  // the source location objects produced by this lexer.
   BufferStart = FromFile ? FromFile->getBufferStart() : BufStart;
   BufferPtr = BufStart;
   BufferEnd = BufEnd;