Skip to content

Commit 957034e

Browse files
committed
fixup: Add TODO
1 parent 579d984 commit 957034e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

clang/lib/Sema/HLSLExternalSemaSource.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,7 @@ class BuiltinTypeDeclBuilder {
198198
ASTContext &AST = Record->getASTContext();
199199
IdentifierInfo &II = AST.Idents.get("Load", tok::TokenKind::identifier);
200200
DeclarationName Load(&II);
201+
// TODO: We also need versions with status for CheckAccessFullyMapped.
201202
addHandleAccessFunction(Load, /*IsConst=*/false, /*IsRef=*/false);
202203

203204
return *this;

0 commit comments

Comments
 (0)