[clang] [clang-tools-extra] [clang] Unify `SourceLocation` and `IdentifierInfo*` pair-like data structures to `IdentifierLoc` (PR #135808)
via cfe-commits
cfe-commits at lists.llvm.org
Wed Apr 16 05:00:28 PDT 2025
================
@@ -31,6 +31,7 @@ template <typename T, typename Enable> struct FoldingSetTrait;
namespace clang {
+class IdentifierInfo;
----------------
yronglin wrote:
Good catch! fixed.
https://github.com/llvm/llvm-project/pull/135808
More information about the cfe-commits
mailing list