[clang] Ast importer visitors (PR #138838)
Balázs Kéri via cfe-commits
cfe-commits at lists.llvm.org
Fri Jun 6 08:24:52 PDT 2025
================
@@ -735,6 +740,38 @@ namespace clang {
// that type is declared inside the body of the function.
// E.g. auto f() { struct X{}; return X(); }
bool hasReturnTypeDeclaredInside(FunctionDecl *D);
+
+ Expected<ConstraintSatisfaction> FillConstraintSatisfaction(const ASTConstraintSatisfaction& from) {
----------------
balazske wrote:
Variable names should start with uppercase letters. There should be always a space after commas (but clang-format should add it?).
https://github.com/llvm/llvm-project/pull/138838
More information about the cfe-commits
mailing list