User Details
- User Since
- Sep 28 2016, 4:40 AM (339 w, 3 d)
Fri, Mar 24
Thu, Mar 9
Feb 13 2023
Feb 6 2023
Jan 20 2023
Jan 18 2023
Jan 16 2023
Jan 12 2023
Jan 9 2023
Jan 5 2023
it may be more appropriate to make these triggered off of a hidden option defaulted to off for now, or maybe based on whether or not opaque pointers are enabled
Nov 29 2022
@svenvh I remember that we have also discussed the addition of a vendor specific header where such feature/extension macro definition can be added to avoid the macro pollution but I feel this is somewhat orthogonal i.e. the fine grained control of macro defines is still needed?
Nov 24 2022
Nov 10 2022
Nov 9 2022
Sep 22 2022
I have attempted to workaround this issue for the reported test cases, however it still doesn't quite work when the type is created from the template parameter (see FIXME test case in the patch). I presume we want to allow this? If so we might need to disable lazy template instantiation in this case. My guess is the only issue this this is that we will have performance penalty for the code of this format:
Sep 13 2022
Sep 6 2022
Aug 24 2022
LGTM, thanks!
Aug 23 2022
Aug 19 2022
LGTM.
Jul 26 2022
Jul 25 2022
Added FIXME and updated CHECK lines to avoid CHECK-NOT.
Jul 21 2022
Jul 7 2022
Jul 5 2022
Jun 30 2022
Jun 27 2022
Jun 23 2022
Jun 20 2022
Jun 17 2022
Jun 16 2022
Jun 15 2022
Jun 1 2022
May 30 2022
May 25 2022
May 19 2022
LGTM
May 18 2022
May 17 2022
May 12 2022
Add test case.
May 11 2022
Added macro and macro test. Added reference to Extension spec section.
LGTM; just a few minor suggestions that you can address at commit time.
Apr 22 2022
Apr 21 2022
Apr 20 2022
Apr 19 2022
Apr 11 2022
Apr 8 2022
Apr 6 2022
Mar 31 2022
I've submitted the fix in 4dfec37037f5.
Mar 30 2022
Mar 29 2022
Mar 24 2022
Mar 23 2022
Rebased on latest main.
Mar 21 2022
Feb 25 2022
Feb 24 2022
Since this is a simple test update I'll commit this now (before code review), to get affected CI back to green. Please let me know if there are any post-commit concerns.
After a bit of digging I realized we don't need the explicit include at all anymore.
Thanks, I could reproduce the problem with your cmake line. I have uploaded a fix for review in https://reviews.llvm.org/D120470
Feb 23 2022
Use StringRef and extend comment.