This fixes broken tests when doing an out-of-source build that picks up a random .clang-format on the file system due to the default "file" style.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
This should be trivial enough to just commit, but I'd just be more comfortable if someone looked at it before, because this is my first commit in this area of clang.
test/Format/language-detection.cpp | ||
---|---|---|
2 ↗ | (On Diff #196212) | What's wrong with -style=llvm? |
test/Format/language-detection.cpp | ||
---|---|---|
2 ↗ | (On Diff #196212) | I looked at all the tests in that folder and saw that LLVM is the more common usage and unified it. |