[clang] [clang] Enable descriptions for --print-supported-extensions (PR #66715)

David Spickett via cfe-commits cfe-commits at lists.llvm.org
Wed Sep 20 01:59:28 PDT 2023


================
@@ -11,9 +11,10 @@
 //
 //===----------------------------------------------------------------------===//
 
-#include "llvm/TargetParser/ARMTargetParser.h"
 #include "llvm/ADT/StringSwitch.h"
+#include "llvm/Support/Format.h"
 #include "llvm/Support/raw_ostream.h"
+#include "llvm/TargetParser/ARMTargetParser.h"
----------------
DavidSpickett wrote:

Again, if you're manually re-ordering these please don't.

If clang-format is doing this, well that's a bit odd but I guess I'll yield to the robot on that one.

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


More information about the cfe-commits mailing list