[deprecated account] using "jkorous" now
User Details
- User Since
- Oct 5 2017, 5:21 PM (321 w, 1 d)
Jul 14 2020
Dec 12 2019
Apr 18 2018
Landed as git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@322438 91177308-0d34-0410-b5e6-96231b3b80d8
Apr 16 2018
Apr 13 2018
Apr 12 2018
Apr 10 2018
Spot on with the negative test idea! Should've done that myself. Thanks.
Added test for decrement being disabled for bool.
Fixed comment in test (will put into separate NFC commit).
Mar 28 2018
Mar 26 2018
LGTM
Mar 20 2018
I commited the patch but forgot to quote this review.
I commited the patch but forgot to quote this review.
Mar 16 2018
Mar 8 2018
Mar 2 2018
Sorry, my bad, I tried just older clang version which didn't produce any error.
Maybe a stupid idea but in case it makes sense to add these expression types could we also add integer template arguments?
Feb 15 2018
Feb 13 2018
Jan 31 2018
Thanks for your patience with me still learning lit/filecheck. What do you think about the test now? I totally agree that this is subjective matter but I appreciate your feedback.
Tried to make test more readable.
Jan 27 2018
I got rid of backslashes in test and added member of the type parameter with typo. Thanks for suggestions.
I got rid of backslashes in test and added member of the type parameter with typo. Thanks for these suggestions.
Jan 23 2018
Changes based on Volodymyr's comments.
Jan 17 2018
Jan 12 2018
I do. Will commit this in a minute.
Fixed test based on Aaron's comments.
Jan 11 2018
Changes based on Aaron's feedback.
Jan 10 2018
Dec 16 2017
LGTM
Dec 5 2017
I see your concern. Would you just consider moving the annotation to header file then? It looks more like documentation of public interface than implementation details to me. I imagine any programmer interested in these methods needs to know these details so they would probably appreciate not having to search for it.
Dec 4 2017
LGTM otherwise.
Dec 1 2017
Thank you for your patience @twoh and sorry for the delay.
I have few suggestions about doxygen annotations but otherwise LGTM.
Nov 29 2017
I am sorry I wasn't really clear. What I meant was to do something like this (pseudo-code, dealing only with newlines):
Nov 28 2017
No luck. If I understand it correctly all the information that would be needed to distinguish between:
Nov 24 2017
Nov 23 2017
Sorry for delays, I'm working on this on and off when there's nothing more important.
Nov 15 2017
Sorry, what do you mean by "this works in the body of the class"?
Nov 10 2017
I am able to enable ctor completion selectively in translate unit scope and namespace scope so ctor completion does not appear in dot access context. I haven't figured out how to explicitly specify that completion context needs to be qualified id though.
Nov 7 2017
I agree and it seems to be the case but I will upgrade my ad-hoc testing code snippet to a proper test as I should have done it in the first place. I also agree that this change looks really suspicious and I was basically surprised that it works.
Nov 3 2017
newline at the end of test file
Oct 30 2017
Oct 12 2017
Oct 10 2017
Oct 9 2017
added another test
Single char constants don't need to be c-strings.
clang-format
Oct 6 2017
Solved issues from CR.
Replied and going to delete the end delimiter.
Ammenended as suggested.
Uploaded full diff.