Age | Commit message (Expand) | Author |
2009-07-29 | Change uses of: | Ted Kremenek |
2009-07-28 | Bounds checking for address spaces. | John McCall |
2009-07-25 | Add noreturn as a type attribute, handle printing for them and handle | Mike Stump |
2009-07-22 | Fix <rdar://problem/6770276> Support Class<Proto> syntax. | Steve Naroff |
2009-07-21 | Basic parsing and semantic analysis for out-of-line definitions of the | Douglas Gregor |
2009-07-20 | 5 cleanups to ObjCObjectPointerType work: | Steve Naroff |
2009-07-18 | Remove ObjCQualifiedInterfaceType:-) | Steve Naroff |
2009-07-18 | Enhance testing of overriding exception specs for inaccessible base exceptions. | Sebastian Redl |
2009-07-17 | Per offline discussion with Steve Naroff, add back Type::getAsXXXType() methods | Ted Kremenek |
2009-07-17 | Replaced Type::getAsLValueReferenceType(), Type::getAsRValueReferenceType(), ... | Ted Kremenek |
2009-07-17 | Replace Type::getAsReferenceType() with Type::getAs<ReferenceType>(). | Ted Kremenek |
2009-07-16 | Add member template 'Type::getAs<T>', which converts a Type* to a respective T*. | Ted Kremenek |
2009-07-14 | Basic support for C++0x unicode types. Support for literals will follow in a... | Alisdair Meredith |
2009-07-10 | This patch includes a conceptually simple, but very intrusive/pervasive change. | Steve Naroff |
2009-07-07 | Implement checking of exception spec compatibility for overriding virtual fun... | Sebastian Redl |
2009-07-06 | Keep track of the Expr used to describe the size of an array type, | Douglas Gregor |
2009-07-04 | Catch function redeclarations with incompatible exception specifications. | Sebastian Redl |
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 |