[clang] [clang][Parser] Allow private type aliases in out-of-line member function return types (PR #169272)
Paulo Rafael Feodrippe via cfe-commits
cfe-commits at lists.llvm.org
Thu Nov 27 20:10:56 PST 2025
================
@@ -61,8 +61,26 @@ bool Parser::isCXXDeclarationStatement(
// token is also an identifier and assume a declaration.
// We cannot check if the scopes match because the declarations could
// involve namespaces and friend declarations.
----------------
pfeodrippe wrote:
Let me know if this comment above should be modified \o
https://github.com/llvm/llvm-project/pull/169272
More information about the cfe-commits
mailing list