Details
Details
- Reviewers
rsmith
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
| include/clang/AST/DeclCXX.h | ||
|---|---|---|
| 522 | Does this still need to be mutable? Also, you need to use struct DefinitionData *DefinitionData; here or this is ill-formed (no diagnostic required) by [basic.scope.class]p1 rule 2. | |
| 672 | This also needs to perform an update. Maybe factor out a function for this and data() to call? | |
| 676 | Likewise, we need an update here if DefinitionData is null. | |
Does this still need to be mutable?
Also, you need to use struct DefinitionData *DefinitionData; here or this is ill-formed (no diagnostic required) by [basic.scope.class]p1 rule 2.