User Details
- User Since
- Oct 16 2017, 8:34 AM (283 w, 2 h)
- Roles
- Administrator
Feb 3 2022
Got it, thanks.
Oct 18 2021
Thank you!
Mar 24 2021
Thank you!
Jan 19 2021
Jan 8 2021
Oct 16 2020
Oct 15 2020
Oct 14 2020
Apr 9 2020
Apr 6 2020
Feb 10 2020
Feb 6 2020
LGTM, just one nit-pick.
Sep 13 2019
It definitely shouldn't be in an osx directory since it's available on iOS and other Darwin-like operating systems.
Jul 22 2019
Oh, I forgot there's one more place you should touch — the Objective-C style guesser for headers will need to be updated to understand that NS_CLOSED_ENUM indicates Objective-C:
LGTM, thanks!
Jul 19 2019
Thanks! Don't forget the CF version.
Jul 17 2019
Any more thoughts on this?
Jul 16 2019
Submitted as r366267. Thanks!
- Rebase.
- Change to just avoid breaking when the left-hand side is a unary operator
Jul 15 2019
Jul 12 2019
Thanks!
Thanks for the fix. One question: how does the real Clang parser deal with this case? Is it something that's actually ambiguous in the ObjC++ grammar, I wonder?
May 28 2019
May 17 2019
Apr 29 2019
Apr 22 2019
Apr 19 2019
LGTM!
Feb 8 2019
Feb 7 2019
Tidy up code.
Feb 1 2019
Jan 31 2019
- Another update
Jan 30 2019
So sorry for the delay. I've landed this diff as rC352622.
Jan 24 2019
Jan 23 2019
Jan 7 2019
Dec 13 2018
Dec 12 2018
Dec 10 2018
Thanks, just minor suggestions.
Nov 30 2018
Would you be okay with landing this fix and if we get any further reports for Objective-C++ sources then we can suppress it in all C++/Objective-C++ sources? I think there is enough value to enforcing the naming conventions on non-namespaced C functions in Objective-C++ to justify a simple followup fix. If other issues are reported after this then I also agree that enforcement in Objective-C++ sources may incur more overhead than it's worth.
IMHO we should just disable this check entirely for C++ files (including Objective-C++).
Nov 21 2018
Nov 12 2018
Nov 9 2018
Nov 7 2018
Nov 5 2018
In the diff description, please fix the typo: Do not threat the asm clobber -> Do not treat the asm clobber
Nov 1 2018
Oct 12 2018
@benhamilton Could you land this patch?
Thanks!
Sep 10 2018
This is fine, but please update the comments (and docs?) to make it clear that we no longer enforce camelCase but allow aRBiTraRYcAsE now.