[clang] [CIR] Add binary operators (PR #132420)
Morris Hafner via cfe-commits
cfe-commits at lists.llvm.org
Tue Mar 25 07:31:48 PDT 2025
================
@@ -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
More information about the cfe-commits
mailing list