]> granicus.if.org Git - clang/commit
Reduce the number of symbols on the object file.
authorSamuel Benzaquen <sbenza@google.com>
Tue, 11 Jun 2013 18:51:07 +0000 (18:51 +0000)
committerSamuel Benzaquen <sbenza@google.com>
Tue, 11 Jun 2013 18:51:07 +0000 (18:51 +0000)
commitcf69590039a186e80b165619c8ac1aef599301b3
tree5f173600bb1f4eba9c2abea074308c774e18d680
parentda6a6f087b70cdac18c37028f8cff707f10f91cf
Reduce the number of symbols on the object file.

Summary:
Some compilers where failing with this file because the number of symbols was above 2**15.
- Replace std::list<> and std::vector<> with plain arrays.
- Change VariadicMatcherCreateCallback to be a function template, and a
  single class that wraps the instantiations.
- Remove some more unnecessary template arguments and function calls.

Reviewers: klimek

CC: cfe-commits, revane
Differential Revision: http://llvm-reviews.chandlerc.com/D948

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@183768 91177308-0d34-0410-b5e6-96231b3b80d8
lib/ASTMatchers/Dynamic/Marshallers.h