Migrate replace-auto_ptr check from clang-modernize to modernize module in clang-tidy.
Details
Details
Diff Detail
Diff Detail
Event Timeline
clang-tidy/modernize/ReplaceAutoPtrCheck.h | ||
---|---|---|
21 | Please add a class comment describing what the check does and why. |
Comment Actions
Looks good with one nit.
Thank you!
test/clang-tidy/modernize-replace-auto-ptr.cpp | ||
---|---|---|
13 | Please use the full message including the [check-name] once. Please also truncate all other patterns after deprecated, to make them fit 80 columns. |
Please add a class comment describing what the check does and why.