- 65019ac Check for unexpanded parameter packs in the name that guards a by Douglas Gregor · 14 years ago
- aa4a99b Provide half floating point support as a storage only type. by Anton Korobeynikov · 14 years ago
- b001de7 Support for C1x _Atomic specifier (see testcase). This is primarily being committed at the moment to help support C++0x <atomic>, but it should be a solid base for implementing the full specification of C1x _Atomic. by Eli Friedman · 14 years ago
- a71f9d0 ArrayRef-ifying the UnexpandedParameterPacks passed to Sema::CheckParameterPacksForExpansion by David Blaikie · 14 years ago
- 5f9e272 remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.h imports by Chris Lattner · 14 years ago
- d8bba9c Add support for C++ namespace-aware typo correction, e.g., correcting by Douglas Gregor · 14 years ago
- ca63c20 Implement a new type node, UnaryTransformType, designed to represent a by Sean Hunt · 14 years ago
- db5d44b Implement __underlying_type for libc++. by Sean Hunt · 14 years ago
- b7efff4 Switch the interface name for both TemplateTypeParmType and by Chandler Carruth · 14 years ago
- a5fc472 Fix a bunch of major problems with __unknown_anytype and properly test by John McCall · 14 years ago
- a70062f remove some defensive code: LocalInstantiationScope::getInstantiationOf by Chris Lattner · 14 years ago
- 9577abc Null initialize a few variables flagged by by Ted Kremenek · 15 years ago
- 8619edd Fix a use of uninitialized variables, found by Ted! by Douglas Gregor · 15 years ago
- a779d9c Implement basic support for the use of variadic templates and blocks by Douglas Gregor · 15 years ago
- 67fd125 Teach PackExpansionExpr to keep track of the number of pack expansions by Douglas Gregor · 15 years ago
- cded4f6 Keep track of the number of expansions to be produced from a type pack by Douglas Gregor · 15 years ago
- c3069d6 Start implementing support for substitution into pack expansions that by Douglas Gregor · 15 years ago
- 2fc1bb7 Teach TreeTransform how to transform a pack expansion type into by Douglas Gregor · 15 years ago
- 21371ea When mapping from a function parameter pack to the set of function by Douglas Gregor · 15 years ago
- d373119 Work-in-progress implementation of C++0x [temp.arg.explicit]p9, which by Douglas Gregor · 15 years ago
- 12c9c00 Implement substitution of a function parameter pack for its set of by Douglas Gregor · 15 years ago
- 1fe85ea Add Decl::isParameterPack(), which covers both function and template by Douglas Gregor · 15 years ago
- ba68eca Add semantic analysis for the creation of and an AST representation by Douglas Gregor · 15 years ago
- 61c4d28 Implement support for template template parameter packs, e.g., by Douglas Gregor · 15 years ago
- ee8aff0 Implement the sizeof...(pack) expression to compute the length of a by Douglas Gregor · 15 years ago
- f90b27a Implement pack expansions whose pattern is a base-specifier. by Douglas Gregor · 15 years ago
- 7a21fd4 Properly rebuild pack expansions whose pattern is a non-type template by Douglas Gregor · 15 years ago
- 925910d Diagnose the presence of unexpanded parameter packs within class by Douglas Gregor · 15 years ago
- be230c3 Implement support for pack expansions whose pattern is a non-type by Douglas Gregor · 15 years ago
- 56bc983 When instantiating a non-type template parameter pack, be sure to by Douglas Gregor · 15 years ago
- 10738d3 Add an AST representation for non-type template parameter packs, e.g., by Douglas Gregor · 15 years ago
- a8bc8c9 Implement parsing of function parameter packs and non-type template by Douglas Gregor · 15 years ago
- e02e262 Implement template argument deduction for pack expansions whose by Douglas Gregor · 15 years ago
- b99268b Implement instantiation of pack expansions whose pattern is a type-id by Douglas Gregor · 15 years ago
- a40bc72 Give the RecursiveASTVisitor a configuration function by Douglas Gregor · 15 years ago
- 8491ffe Implement basic support for template instantiation of pack expansions by Douglas Gregor · 15 years ago
- 7536dd5 Introduce a new type, PackExpansionType, to capture types that are by Douglas Gregor · 15 years ago
- 099ffe8 Tweak a comment by Douglas Gregor · 15 years ago
- 6f52675 Check for unexpanded parameter packs in default arguments. by Douglas Gregor · 15 years ago
- 0762bfd Fix a regression I caused in r121930. It turns out that by Douglas Gregor · 15 years ago
- 56c0458 Check for unexpanded parameter packs in using declarations. As a by Douglas Gregor · 15 years ago
- cff163e Test that all of the relevant types properly compute the "contains by Douglas Gregor · 15 years ago
- 9ef7589 Introduce a RecursiveASTVisitor subclass that finds all unexpanded by Douglas Gregor · 15 years ago
- c463335 Move the work-in-progress implementation of variadic templates to its own file in Sema. No functionality change. by Douglas Gregor · 15 years ago