<div dir="ltr"><div>Hi everyone, I have a code style question: should full test programs (.c,.cpp files) use the documented CamelCase from <a href="http://llvm.org/docs/CodingStandards.html#name-types-functions-variables-and-enumerators-properly">http://llvm.org/docs/CodingStandards.html#name-types-functions-variables-and-enumerators-properly</a> or instead use lower_with_underscores as I've been told the .ll lit test files should use?  I see both in existing files, and in particular for projects/compiler-rt I cannot blindly follow the existing code as the existing sanitizers were added with a separate style, with the consensus being that new sanitizer files should switch to the LLVM style.</div><div><br></div></div>