This is a workaround for https://github.com/llvm/llvm-project/issues/57539.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Can't tell you how much I love this InsertBraces feature @owenpan, I work for a team (with a large code base) that uses them all the time, and we are catching missing braces in decade-old code! Thank you
Can you confirm that there is supposed to be only one space here while there are two in the next test? messUp turns two spaces into one space. The formatter doesn't change things inside the #if 0 block, both before and after D133647.