forked from OSchip/llvm-project
[flang] Improve comment.
Original-commit: flang-compiler/f18@270514a30b Reviewed-on: https://github.com/flang-compiler/f18/pull/70
This commit is contained in:
parent
dd0f1ff81d
commit
5b7fb2aa3a
|
@ -392,7 +392,7 @@ private:
|
|||
std::optional<Attr> objectDeclAttr_;
|
||||
// Set when we see a stmt function that is really an array element assignment
|
||||
bool badStmtFuncFound_{false};
|
||||
// The location of the last AccessStmt seen, if any.
|
||||
// The location of the last AccessStmt without access-ids, if any.
|
||||
const parser::CharBlock *prevAccessStmt_{nullptr};
|
||||
// The default access spec for this module.
|
||||
Attr defaultAccess_{Attr::PUBLIC};
|
||||
|
|
Loading…
Reference in New Issue