[clang] 5ad418b - Remove stale TODO comment
via cfe-commits
cfe-commits at lists.llvm.org
Thu May 9 10:58:04 PDT 2024
Author: erichkeane
Date: 2024-05-09T10:57:59-07:00
New Revision: 5ad418b55c167fbdce31b92467e90eb3a03d85ce
URL: https://github.com/llvm/llvm-project/commit/5ad418b55c167fbdce31b92467e90eb3a03d85ce
DIFF: https://github.com/llvm/llvm-project/commit/5ad418b55c167fbdce31b92467e90eb3a03d85ce.diff
LOG: Remove stale TODO comment
Added:
Modified:
clang/lib/Parse/ParseOpenACC.cpp
Removed:
################################################################################
diff --git a/clang/lib/Parse/ParseOpenACC.cpp b/clang/lib/Parse/ParseOpenACC.cpp
index 90dfea6f5f5c4..0e10632c83175 100644
--- a/clang/lib/Parse/ParseOpenACC.cpp
+++ b/clang/lib/Parse/ParseOpenACC.cpp
@@ -956,7 +956,6 @@ Parser::OpenACCClauseParseResult Parser::ParseOpenACCClauseParams(
break;
case OpenACCClauseKind::Attach:
case OpenACCClauseKind::DevicePtr:
- // TODO: ERICH: Figure out how to limit to just ptrs?
ParsedClause.setVarListDetails(ParseOpenACCVarList(),
/*IsReadOnly=*/false, /*IsZero=*/false);
break;
More information about the cfe-commits
mailing list