Eliminate the comma locations from all of the Sema routines that deal
with comma-separated lists. We never actually used the comma locations, nor did we store them in the AST, but we did manage to waste time during template instantiation to produce fake locations. llvm-svn: 113495
Loading
Please register or sign in to comment