Go to file
Chandler Carruth 1d47523a8e 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!

llvm-svn: 146729
2011-12-16 08:58:59 +00:00
clang Fix chaining of ObjCInterfaceDecl redeclarations 2011-12-16 03:12:41 +00:00
compiler-rt [asan] revert r146529: we do need to build asan-rt as a shared library. Will need to find a different way to modify preinit_array 2011-12-15 23:08:00 +00:00
debuginfo-tests Testcase for r133065 2011-06-15 17:57:23 +00:00
libcxx Remove quotes from locale name identifier. Credit Edward Meewis. 2011-12-15 15:01:38 +00:00
libcxxabi Fixed several bugs, implemented support for vector types, and cleaned out dead code. 2011-12-15 20:02:15 +00:00
lldb When we're unwinding out of frame 0 and we end up with a bogus frame 2011-12-16 04:30:31 +00:00
llvm Add a generic collection of class templates to ADT for building 2011-12-16 08:58:59 +00:00
polly Adapt to move of isSafeToSpeculativelyExecute into another header. 2011-12-16 08:27:42 +00:00