[PATCH] D84455: [Concepts] Fix a deserialization crash.
Haojian Wu via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Jul 23 12:44:49 PDT 2020
hokein added a comment.
btw, `getTypeConstraint` and `hasTypeConstraint` APIs are quite easy to be misused (there is another similar bug in getAssociatedConstraints <https://github.com/llvm/llvm-project/blob/master/clang/include/clang/AST/DeclTemplate.h#L1367-L1368>), I think we need to refine them (rename or so) to make them less confusing.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D84455/new/
https://reviews.llvm.org/D84455
More information about the cfe-commits
mailing list