This is an archive of the discontinued LLVM Phabricator instance.

[clang-tidy] DO NOT SUBMIT.. example diff of applying bugprone-argument-comments with AddCommentsToXXXLiterals options
AbandonedPublic

Authored by MyDeveloperDay on Feb 4 2019, 2:14 AM.

Details

Reviewers
None
Summary

This review is an example to be used in the review process to show how new options impact a typical clang library (in this case clang-tidy/modernize)

this is the result of applying D57674: [clang-tidy] Add options to bugprone-argument-comment to add missing argument comments to literals

Diff Detail

Event Timeline

MyDeveloperDay created this revision.Feb 4 2019, 2:14 AM

Update demo diff, with support for Argument Comments for also StringLiteral,CharacterLiterals,UserDefinedLiterals and NullPtrs

MyDeveloperDay abandoned this revision.Feb 8 2019, 1:18 AM