Skip to content

Commit b2f1ba0

Browse files
committed
update comment - we are no longer caching the isIntangible results
1 parent ae8b3c9 commit b2f1ba0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/lib/AST/Type.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5033,7 +5033,7 @@ bool Type::hasSizedVLAType() const {
50335033
bool Type::isHLSLIntangibleType() const {
50345034
const Type *Ty = getUnqualifiedDesugaredType();
50355035

5036-
// check if it's a builtin type first (simple check, no need to cache it)
5036+
// check if it's a builtin type first
50375037
if (Ty->isBuiltinType())
50385038
return Ty->isHLSLBuiltinIntangibleType();
50395039

0 commit comments

Comments
 (0)