This is an archive of the discontinued LLVM Phabricator instance.

[clang-tools-extra] add missing .clang-format and .clang-tidy for use with git monorepo
AbandonedPublic

Authored by MyDeveloperDay on Jan 29 2019, 5:53 AM.

Details

Summary

Before git monorepo, clang-tools-extra inherited its .clang-format and .clang-tidy files from llvm/tools/clang/.clang-format/tidy respectively

When using a git monorepo clang-tools-extra is at the topmost level and there is no parental .clang-format/tidy files to inherit (in llvm-project)

This revision simply copies the .clang-format/tidy files from the llvm/tools/clang up into llvm/tools/clang/tools/extra so that when its laid out as a monorepo, those files are present.

Diff Detail

Event Timeline

MyDeveloperDay created this revision.Jan 29 2019, 5:53 AM
MyDeveloperDay abandoned this revision.Jan 29 2019, 12:08 PM

Abandoning as its been superseded by...

https://github.com/llvm/llvm-project/commit/149be18dbc4d54328fe33b5ac21dcbbca2b07aa6

Which puts these files at the base of llvm-project