FunctionDecl::setParams() now uses the allocator associated with ASTContext to...
FunctionDecl::setParams() now uses the allocator associated with ASTContext to allocate the array of ParmVarDecl*'s. llvm-svn: 62203
Showing
- clang/include/clang/AST/Decl.h 1 addition, 1 deletionclang/include/clang/AST/Decl.h
- clang/lib/AST/Decl.cpp 4 additions, 2 deletionsclang/lib/AST/Decl.cpp
- clang/lib/Sema/SemaDecl.cpp 3 additions, 3 deletionsclang/lib/Sema/SemaDecl.cpp
- clang/lib/Sema/SemaDeclCXX.cpp 2 additions, 2 deletionsclang/lib/Sema/SemaDeclCXX.cpp
- clang/lib/Sema/SemaExprCXX.cpp 1 addition, 1 deletionclang/lib/Sema/SemaExprCXX.cpp
Loading
Please register or sign in to comment