We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a36a7b7 commit d23e5deCopy full SHA for d23e5de
clang/include/clang/Sema/Sema.h
@@ -13438,7 +13438,7 @@ class Sema final : public SemaBase {
13438
using EntityPrinter = llvm::function_ref<void(llvm::raw_ostream &)>;
13439
13440
/// \brief create a Requirement::SubstitutionDiagnostic with only a
13441
- /// SubstitutedEntity and DiagLoc using Sema's allocator.
+ /// SubstitutedEntity and DiagLoc using ASTContext's allocator.
13442
concepts::Requirement::SubstitutionDiagnostic *
13443
createSubstDiagAt(SourceLocation Location, EntityPrinter Printer);
13444
0 commit comments