switch function-like macros from using a vector for their arguments to an
explicitly new'd array. The array never mutates once created, so a vector is overkill. llvm-svn: 39862
Loading
Please register or sign in to comment
explicitly new'd array. The array never mutates once created, so a vector is overkill. llvm-svn: 39862