llvm-project/clang/lib/ASTMatchers/Dynamic
Samuel Benzaquen b5dd69f00d 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

llvm-svn: 183768
2013-06-11 18:51:07 +00:00
..
CMakeLists.txt
Diagnostics.cpp Parser/Registry argument enhancements. 2013-06-04 15:46:22 +00:00
Makefile
Marshallers.h Reduce the number of symbols on the object file. 2013-06-11 18:51:07 +00:00
Parser.cpp Parser/Registry argument enhancements. 2013-06-04 15:46:22 +00:00
Registry.cpp Parser/Registry argument enhancements. 2013-06-04 15:46:22 +00:00
VariantValue.cpp Parser/Registry argument enhancements. 2013-06-04 15:46:22 +00:00