File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -11754,11 +11754,8 @@ void ASTRecordReader::readOMPChildren(OMPChildren *Data) {
1175411754
1175511755OpenACCClause *ASTRecordReader::readOpenACCClause () {
1175611756 OpenACCClauseKind ClauseKind = readEnum<OpenACCClauseKind>();
11757- // TODO OpenACC: We don't have these used anywhere, but eventually we should
11758- // be constructing the Clauses with them, so these attributes can go away at
11759- // that point.
11760- [[maybe_unused]] SourceLocation BeginLoc = readSourceLocation ();
11761- [[maybe_unused]] SourceLocation EndLoc = readSourceLocation ();
11757+ SourceLocation BeginLoc = readSourceLocation ();
11758+ SourceLocation EndLoc = readSourceLocation ();
1176211759
1176311760 switch (ClauseKind) {
1176411761 case OpenACCClauseKind::Default: {
You can’t perform that action at this time.
0 commit comments