serge-sans-paille added inline comments.

================
Comment at: clang/include/clang/AST/Expr.h:531
+  bool isFlexibleArrayMemberLike(
+      ASTContext &Context, unsigned StrictFlexArraysLevel,
+      bool IgnoreTemplateOrMacroSubstitution = false) const;
----------------
aaron.ballman wrote:
> Do we want to make the array levels into an enumeration instead of letting 
> the user pass arbitrary integers? (Perhaps not as part of this review.)
Something along https://reviews.llvm.org/D135107 :-) ?


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D134791/new/

https://reviews.llvm.org/D134791

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to