This is an archive of the discontinued LLVM Phabricator instance.

Fix duplicate checks in clangd comments
ClosedPublic

Authored by 1ntEgr8 on Jul 17 2021, 2:56 PM.

Details

Summary

This patch removes a duplicate checks in the top-level comments in clang-tools-extra/clangd/ParsedAST.h

Diff Detail

Event Timeline

1ntEgr8 created this revision.Jul 17 2021, 2:56 PM
1ntEgr8 requested review of this revision.Jul 17 2021, 2:56 PM
1ntEgr8 retitled this revision from Fix duplicate checks in clangd documentation to Fix duplicate checks in clangd comments.Jul 17 2021, 3:01 PM
1ntEgr8 edited the summary of this revision. (Show Details)
1ntEgr8 added a reviewer: nhaehnle.
kadircet accepted this revision.EditedJul 19 2021, 12:43 AM

thanks! please let me know if I should land this for you (and provide an email address for attributing the commit to)

This revision is now accepted and ready to land.Jul 19 2021, 12:43 AM

thanks! please let me know if I should land this for you (and provide an email address for attributing the commit to)

sure thing! you can attribute it to eltonp3103@gmail.com

This revision was automatically updated to reflect the committed changes.