[clang] [llvm] [clang] Introduce target-specific `Sema` components (PR #93179)
Vlad Serebrennikov via cfe-commits
cfe-commits at lists.llvm.org
Thu May 23 06:55:53 PDT 2024
================
@@ -67,6 +67,7 @@
#include "llvm/ADT/SmallPtrSet.h"
#include "llvm/ADT/SmallSet.h"
#include "llvm/ADT/SmallVector.h"
+#include "llvm/ADT/StringExtras.h"
----------------
Endilll wrote:
For `toString(*I, 10, false)` in `CheckUInt32Argument` definition that I moved.
https://github.com/llvm/llvm-project/pull/93179
More information about the cfe-commits
mailing list