User Details
- User Since
- Nov 28 2018, 5:25 PM (54 w, 2 d)
Apr 30 2019
Pinging for visibility.
Apr 18 2019
Simplify tests and fix issues with Options.
Apr 17 2019
I'm having some issues with the AbseilTidyModule options. I am storing IgnoreListInit as true for the abseil-make-unique check, but when I run the check it shows IgnoreListInit as being false. Any ideas why this is happening?
Apr 11 2019
Apr 10 2019
If no more changes need to be made, is this okay to be merged in?
Apr 9 2019
Apr 1 2019
Mar 26 2019
Add documentation about the added option for modernize-make-unique.
Mar 14 2019
Make fixes to the UseLegacyFunction option, renaming to IgnoreListInit.
Updated diff with full context.
Mar 13 2019
Apologies for the extended hiatus. I have changed the implementation to an alias to modernize-make-unique, and have added an extra option to modernize-make-unique that ignores C++11 features such as list initializations, to allow absl::make_unique to function correctly. Also, after looking more into absl::WrapUnique, it seems like this also is not really the function to use for brace initializations, so no extra functionality needs to be added to the existing modernize-make-unique check.
Dec 13 2018
Dec 12 2018
Per the suggestions of reviewers, change the check so that it uses modernize-make-smart-pointer instead.