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
- rC Clang
- Build Status
Buildable 30879 Build 30878: arc lint + arc unit
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 | What's wrong with -style=llvm? |
test/Format/language-detection.cpp | ||
---|---|---|
2 | I looked at all the tests in that folder and saw that LLVM is the more common usage and unified it. |
What's wrong with -style=llvm?