================ @@ -200,7 +200,7 @@ class ASTContext : public RefCountedBase<ASTContext> { mutable llvm::ContextualFoldingSet<ConstantArrayType, ASTContext &> ConstantArrayTypes; mutable llvm::FoldingSet<IncompleteArrayType> IncompleteArrayTypes; - mutable std::vector<VariableArrayType*> VariableArrayTypes; + mutable std::vector<VariableArrayType *> VariableArrayTypes; ---------------- mmha wrote:
That was `git clang-format` in action, yes. (Why is ASTContext.h/cpp not clang-format clean?) https://github.com/llvm/llvm-project/pull/132420 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits