================
@@ -123,7 +125,7 @@ void
CIRGenItaniumCXXABI::emitInstanceFunctionProlog(SourceLocation loc,
// Find out how to cirgen the complete destructor and constructor
namespace {
enum class StructorCIRGen { Emit, RAUW, Alias, COMDAT };
-}
+} // namespace
----------------
andykaylor wrote:
In general, unrelated cleanups like this are discouraged. It's better to leave
it until this code is being modified or add it as a separate commit.
https://github.com/llvm/llvm-project/pull/154994
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits