User Details
- User Since
- Jul 30 2017, 7:17 AM (320 w, 4 d)
May 27 2019
May 22 2019
- rebased
- addressed review comments
May 21 2019
Add support for implicit typenames of the form T::template U</*...*>
- Addressed review comments
May 19 2019
May 15 2019
- Use TryConsumeToken
- Fix crash with invalid postfix expr
- Don't emit FixIt when using <
May 14 2019
Nevermind, seems to be working fine even with.
- Addressed review comments
we could perform a tentative parse and skip to the } of the lambda.
May 6 2019
@Tyker This broke the Chromium build, could you investigate please? http://lists.llvm.org/pipermail/cfe-commits/Week-of-Mon-20190506/270340.html
May 5 2019
You might want to consider getting commit access.
Is this also okay?
@rsmith One last question: The fixit diagnostic seems to be inconsistent with the rest?
May 4 2019
friendly ping :)
Don't leak memory and friendly ping :)
May 3 2019
Can you add tests for the bugs you fixed? thanks
May 1 2019
Apr 30 2019
Apr 25 2019
Thanks for working on this! :)
Apr 12 2019
Mar 28 2019
Otherwise LGTM.
Mar 26 2019
Mar 25 2019
Mar 13 2019
Rebase + friendly ping :).
Mar 10 2019
Don't relookup the qualified-id and use the cached one instead if possible.
rsmith:
Some thoughts on this:
- Can this be unified with the lookup code in HandleDeclarator? This is really the same lookup, repeated in two places.
What I wrote:
Fix a bug where T::value inside a functional cast in a template argument would be interpreted as a function type.
Feb 18 2019
This revision has been superseded :)
Feb 2 2019
Jan 31 2019
Jan 27 2019
Backporting to 8.0.0 is possibly possible, you'll need to ping Hans. I don't know about previous versions though.
Jan 20 2019
Yeah, seems like we don't instantiate pair<int, int> at all in that specific case. LGTM but you might want to wait for someone else to confirm.
Jan 10 2019
Dec 18 2018
Apart from the comments I think your patch LGTM, but I'll let someone else hav the final say.
Dec 14 2018
@rsmith do you have any more comments?
Dec 4 2018
Rebase + friendly ping :)
Dec 3 2018
Nov 28 2018
You're missing the case of the function return type of a parameter.
Nov 27 2018
Rebase and friendly ping! :)
Nov 14 2018
Addressed review comments :)
Nov 12 2018
LGTM, thanks :)
Nov 7 2018
I also found another diagnostic regression:
Addressed review comments! :)
Nov 1 2018
I'm pretty sure I implemented the rules correctly now :)
Remove spaces to be consistent.
Addressed review comments! :)
Oct 29 2018
Fix easy errors in tests that I missed by adding explicit template instantations.
Remove unneeded -Wc++2a-compat flag in tests.
Oct 28 2018
Rebase and friendly ping :)
Oct 25 2018
Update DR list.
Oct 24 2018
Addresed review comments :)
Oct 23 2018
Use correct clang and version spelling.