These tests fail for developers who place their build directories under the
llvm root directory because llvm's own .clang-format file will be found.
Anyway these cases are covered by FormatStyle.GetStyleOfFile tests
(FormatTest.cpp).
Details
Details
- Reviewers
krasimir ioeric - Commits
- rGae834047a442: clang-format: remove tests that assume no config file will be found as this is…
rC292787: clang-format: remove tests that assume no config file will be found as this is…
rL292787: clang-format: remove tests that assume no config file will be found as this is…
Diff Detail
Diff Detail
- Repository
- rL LLVM