Age | Commit message (Expand) | Author |
2009-06-30 | Make an error message more clear. | Anders Carlsson |
2009-06-29 | Improvements to decltype. We now don't crash anymore when the expr is an over... | Anders Carlsson |
2009-06-29 | Remove some dead code | Anders Carlsson |
2009-06-29 | Remove ASTContext::getObjCQualifiedIdType(). | Steve Naroff |
2009-06-26 | More auto work. | Anders Carlsson |
2009-06-26 | Can't have arrays of auto. | Anders Carlsson |
2009-06-26 | Implement enough of the 'auto' keyword so we can claim to support N2546. | Anders Carlsson |
2009-06-26 | Improve error recovery in C++: when we hit 'implicit int' cases in C++, | Chris Lattner |
2009-06-24 | C++ decltype support (N2343) | Anders Carlsson |
2009-06-24 | Parse the C++0x decltype specifier. | Anders Carlsson |
2009-06-17 | Support dependent extended vector types and template instantiation | Douglas Gregor |
2009-06-12 | Address comments from Doug - Add a Sema::SemaRef.BuildBlockPointerType and us... | Anders Carlsson |
2009-06-09 | Handle member pointer types with dependent class types (e.g., int | Douglas Gregor |
2009-06-03 | Minor cleanup for implicit int warnings. | Eli Friedman |
2009-05-31 | Disallow exception specs on typedefs. | Sebastian Redl |
2009-05-29 | Reject incomplete types in exception specs. | Sebastian Redl |
2009-05-29 | Disallow exception specifications on multi-level indirections. | Sebastian Redl |
2009-05-28 | When we parse a tag specifier, keep track of whether that tag | Douglas Gregor |
2009-05-27 | Reintroduce the home for exception specs, and make Sema fill it. However, kee... | Sebastian Redl |
2009-05-21 | Template instantiation for C99 compound literals | Douglas Gregor |
2009-05-21 | Use v.data() instead of &v[0] when SmallVector v might be empty. | Jay Foad |
2009-05-16 | Reflow some comments. | Mike Stump |
2009-05-13 | reject use of the GNU _Decimal32 extension with a diagnostic, not an abort. | Chris Lattner |
2009-05-13 | Semantic analysis for explicit instantiation of class templates. We | Douglas Gregor |
2009-05-11 | Encapsulate template arguments lists in a new class, | Douglas Gregor |
2009-05-07 | Allow qualifiers on blocks. Radar 6441502 | Mike Stump |
2009-04-27 | rdar://6827200 - [sema] reject statically allocated arrays of interface types | Chris Lattner |
2009-04-26 | Add a bit more handling for declarations like "int a[*]". | Eli Friedman |
2009-04-25 | Change SemaType's "GetTypeForDeclarator" and "ConvertDeclSpecToType" to | Chris Lattner |
2009-04-25 | This is a pretty big cleanup for how invalid decl/type are handle. | Chris Lattner |
2009-04-24 | Fix rdar://6821047 - clang crashes on subscript of interface in 64-bit mode | Chris Lattner |
2009-04-22 | change implicit int warnings to point to the identifier, not the | Chris Lattner |
2009-03-28 | Introduce a new OpaquePtr<N> struct type, which is a simple POD wrapper for a | Chris Lattner |
2009-03-27 | Remove the code insertion hint for implicit int. Too often, we're wrong about... | Douglas Gregor |
2009-03-27 | Fix rdar://6719156 - clang should emit a better error when blocks are disable... | Chris Lattner |
2009-03-26 | Simplify CXXScopeSpec a lot. No more weird SmallVector-like hacks here | Douglas Gregor |
2009-03-26 | Revamp our representation of C++ nested-name-specifiers. We now have a | Douglas Gregor |
2009-03-25 | Instantiation for member classes of class templates. Note that only | Douglas Gregor |
2009-03-24 | Type::isObjectType now implements the (more sensible) C++ definition | Douglas Gregor |
2009-03-23 | Another use of adjustParameterType. Plus, GetTypeForDeclarator will | Douglas Gregor |
2009-03-23 | Template instantiation for the declarations of member functions within | Douglas Gregor |
2009-03-22 | Fix build from r67476 and address the easy part of Doug's comments on rvalue ... | Sebastian Redl |
2009-03-19 | Extend the use of QualifiedNameType to the creation of class template | Douglas Gregor |
2009-03-19 | Introduce a representation for types that we referred to via a | Douglas Gregor |
2009-03-18 | The scope representation can now be either a DeclContext pointer or a | Douglas Gregor |
2009-03-16 | Almost complete implementation of rvalue references. One bug, and a few uncle... | Sebastian Redl |
2009-03-09 | Rename DiagnoseIncompleteType to RequireCompleteType, and update the document... | Douglas Gregor |
2009-03-03 | Implement the basics of implicit instantiation of class templates, in | Douglas Gregor |
2009-02-28 | Template instantiation for function types | Douglas Gregor |
2009-02-28 | Implement template instantiation for pointer, reference, and (some) | Douglas Gregor |