User Details
- User Since
- May 2 2013, 1:42 AM (517 w, 2 d)
Dec 9 2021
May 12 2021
May 11 2021
Dec 20 2020
Dec 17 2020
LGTM
Feb 19 2020
LGTM with some nits.
Jan 24 2020
Jan 14 2020
Jan 13 2020
Dec 31 2019
Dec 24 2019
Does Clang support C++20's range-based for statements with initializer?
Nov 14 2019
Should clang::format::cleanupAroundReplacements() handle this instead?
Oct 29 2019
I like that this check warns about copy constructors that don't copy.
The warning can be suppressed with a NOLINT comment if not copying is intentional.
Sep 3 2019
Feb 17 2019
Some Clang warnings use PP.getLastMacroWithSpelling() to determine the user's macro automatically.
Feb 8 2019
Feb 7 2019
Feb 6 2019
Feb 4 2019
Feb 3 2019
Nov 27 2018
Oct 17 2018
LGTM.
Oct 12 2018
Sep 10 2018
May 23 2018
May 22 2018
May 2 2018
May 1 2018
Add test
Apr 22 2018
I think spaces that will be removed should be counted - long long is 9.
Apr 16 2018
Apr 13 2018
LGTM. Can't commit right now - using phone.
Apr 12 2018
Apr 11 2018
Apr 10 2018
Apr 9 2018
LGTM!
Apr 7 2018
Please add to release notes.
Apr 5 2018
Mar 28 2018
If no real code triggers this diagnostic, ...
Mar 22 2018
Please add a test where the parent class is in a differently named namespace.
Mar 13 2018
Mar 12 2018
Mar 10 2018
Mar 9 2018
Feb 20 2018
Jan 30 2018
Why only the wide versions?
Even narrow versions return an int so that you can check for EOF.
Jan 24 2018
Jan 23 2018
Use ternary operator.
Dec 21 2017
This check could also handle else after goto.
Dec 11 2017
Add assert.
Dec 8 2017
Dec 5 2017
Fixed by rL319021?