summaryrefslogtreecommitdiff
path: root/include/flang/Parse/Parser.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/flang/Parse/Parser.h')
-rw-r--r--include/flang/Parse/Parser.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/flang/Parse/Parser.h b/include/flang/Parse/Parser.h
index f94b8b83ef..f6f922b192 100644
--- a/include/flang/Parse/Parser.h
+++ b/include/flang/Parse/Parser.h
@@ -79,7 +79,7 @@ private:
/// This is the current buffer index we're lexing from as managed by the
/// SourceMgr object.
- int CurBuffer;
+ std::vector<int> CurBufferIndex;
ASTContext &Context;