================
@@ -1760,6 +1760,10 @@ class Sema final : public SemaBase {
/// Add [[gsl::Pointer]] attributes for std:: types.
void inferGslPointerAttribute(TypedefNameDecl *TD);
+ LifetimeCaptureByAttr *ParseLifetimeCaptureByAttr(const ParsedAttr &AL,
----------------
hokein wrote:
nit: per LLVM code style, function name should start with a lower case letter,
`openFile`
Is this function used in other place? I only see it is used in the
implementation of `LazyProcessLifetimeCaptureByParams`, it is not necessary to
be in the public header.
https://github.com/llvm/llvm-project/pull/111499
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits