llvm-6502/unittests
Chandler Carruth d916ce3c8e Add a generic collection of class templates to ADT for building
variadic-like functions in C++98. See the comments in the header file
for a more detailed description of how these work. We plan to use these
extensively in the AST matching library. This code and idea were
originally authored by Zhanyong Wan. I've condensed it using macros
to reduce repeatition and adjusted it to fit better with LLVM's ADT.

Thanks to both David Blaikie and Doug Gregor for the review!

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@146729 91177308-0d34-0410-b5e6-96231b3b80d8
2011-12-16 08:58:59 +00:00
..
ADT Add a generic collection of class templates to ADT for building 2011-12-16 08:58:59 +00:00
Analysis The product of two chrec's can always be represented as a chrec. 2011-10-04 06:51:26 +00:00
ExecutionEngine unittests: add ErrorStr to ExecutionEngine test 2011-12-02 20:53:53 +00:00
Support Revert r146363 to allow buildbots to make forward progress. 2011-12-12 17:58:31 +00:00
Transforms Convert GetElementPtrInst to use ArrayRef. 2011-07-25 09:48:08 +00:00
VMCore re-enable unittest 2011-12-12 04:20:41 +00:00
CMakeLists.txt Add a generic collection of class templates to ADT for building 2011-12-16 08:58:59 +00:00
Makefile
Makefile.unittest build/unittests: Fix llvm-config names for gtest libraries, and bring Makefile 2011-12-15 23:35:08 +00:00