Switch from SmallVector to TinyPtrVector for the list of attributes on a...
Switch from SmallVector to TinyPtrVector for the list of attributes on a declaration. This removes a memory allocation for the common case where the declaration has only one attribute. llvm-svn: 269717
Loading
Please sign in to comment