[llvm] [llvm][Object] Add missing const qualifier for value_type in content_iterator (PR #124106)

James Henderson via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 27 00:35:02 PST 2025


================
@@ -7,8 +7,10 @@
 //===----------------------------------------------------------------------===//
 
 #include "llvm/Object/SymbolicFile.h"
+#include "llvm/ADT/STLExtras.h"
 #include "llvm/Support/raw_ostream.h"
 #include "llvm/TargetParser/Host.h"
+
----------------
jh7370 wrote:

Please remove this blank line. Headers should be included as one contiguous block, otherwise clang-format won't sort them properly.

https://github.com/llvm/llvm-project/pull/124106


More information about the llvm-commits mailing list