Appears that more things need to be changed, I'll get that done soon
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Feed Advanced Search
Advanced Search
Advanced Search
Jun 2 2022
Jun 2 2022
VarTemplateSpecializationDecl held a TemplateArgumentListInfo which holds a SmallVector<TemplateArgumentLoc, 8>, so in this test case https://github.com/llvm/llvm-project/blob/ee1cf1f64519c815025d962bdf9c9bb3d09d7699/clang/test/SemaCXX/has_unique_object_reps_bitint.cpp#L27 where there was a variable template with more than 8 template arguments, it leaked
May 28 2022
May 28 2022
MitalAshok added a comment to D125802: Fix std::has_unique_object_representations for _BitInt types with padding bits.
@aaron.ballman yes, with the author "Mital Ashok <mital.vaja[AT]googlemail.com>". (replacing the [AT]) Thanks!
May 27 2022
May 27 2022
MitalAshok updated the diff for D125802: Fix std::has_unique_object_representations for _BitInt types with padding bits.
Rebase release notes
May 18 2022
May 18 2022
MitalAshok updated the diff for D125802: Fix std::has_unique_object_representations for _BitInt types with padding bits.
Removed useless isReferenceType check
May 17 2022
May 17 2022
MitalAshok updated the diff for D125802: Fix std::has_unique_object_representations for _BitInt types with padding bits.
Added release note and missing test for struct with reference member
MitalAshok added inline comments to D125802: Fix std::has_unique_object_representations for _BitInt types with padding bits.