[libc-commits] [libc] [libc][RFC] add support for function level attributes (PR #79891)

Nick Desaulniers via libc-commits libc-commits at lists.llvm.org
Tue Jan 30 08:48:53 PST 2024


================
@@ -15,6 +15,8 @@
 #include "llvm/ADT/StringRef.h"
 #include "llvm/Support/SourceMgr.h"
 #include "llvm/TableGen/Record.h"
+#include <algorithm>
+#include <llvm/ADT/STLExtras.h>
----------------
nickdesaulniers wrote:

Keep these sorted with `<algorithm>` last.

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


More information about the libc-commits mailing list