Skip to content

Commit a4bbcc3

Browse files
committed
add FIXME
1 parent 21c7ab1 commit a4bbcc3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

clang/include/clang/AST/Type.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3613,6 +3613,9 @@ class MemberPointerType : public Type, public llvm::FoldingSetNode {
36133613
}
36143614

36153615
void Profile(llvm::FoldingSetNodeID &ID) {
3616+
// FIXME: `getMostRecentCXXRecordDecl()` should be possible to use here,
3617+
// however when external AST sources are used it causes nondeterminism
3618+
// issues (see https://github.com/llvm/llvm-project/pull/137910).
36163619
Profile(ID, getPointeeType(), getQualifier(), getCXXRecordDecl());
36173620
}
36183621

0 commit comments

Comments
 (0)