This is an archive of the discontinued LLVM Phabricator instance.

[clang][NFC] Fix method names not in accordance with coding style requirement
AbandonedPublic

Authored by benshi001 on Apr 6 2021, 11:46 PM.

Details

Diff Detail

Event Timeline

benshi001 created this revision.Apr 6 2021, 11:46 PM
benshi001 requested review of this revision.Apr 6 2021, 11:46 PM

It seems the class ToolChain and its sub classes also have other methods not in accordance with the coding style. But fixing all of them really needs big effort. Can we fix addClangSystemIncludeArgs first, and then let https://reviews.llvm.org/D97669 pass ?

benshi001 abandoned this revision.Apr 7 2021, 3:43 AM