search for: r199620

Displaying 1 result from an estimated 1 matches for "r199620".

Did you mean: r199628
2014 Jan 12
6
[LLVMdev] RFC: Change coding standard to not indent namespaces ever
Currently there is a mixture of indented namespaces and un-indented namespaces in both LLVM and Clang. I think this is confusing and it wastes developer time debating the issue. I'd like to pick one and stick with it consistently. Indenting cannot possibly work in many contexts -- file-wide namespaces just make no sense to indent. So I don't think we should pick "always indent".