This is an archive of the discontinued LLVM Phabricator instance.

[clang-format] Add a test showing the current config file list parsing
ClosedPublic

Authored by arichardson on Sep 1 2020, 7:52 AM.

Details

Summary

Currently clang-format starts overriding the default values at index 0
(keeping the existing values) instead of appending or replacing all values.
This patch simply checks the current (IMO surprising) behaviour and does
not attempt to change it.

Diff Detail