Age | Commit message (Expand) | Author |
2009-11-18 | Incremental progress on using declarations. Split UnresolvedUsingDecl into | John McCall |
2009-11-18 | Add ObjCClassDecl::getSourceRange(). | Ted Kremenek |
2009-11-18 | Add SourceLocations to ObjCClassDecl for the class identifiers referenced by ... | Ted Kremenek |
2009-11-17 | Added block type introspection support. | David Chisnall |
2009-11-17 | Make sure, for sure this time, that expressions do not have reference type | Douglas Gregor |
2009-11-17 | Instead of hanging a using declaration's target decls directly off the using | John McCall |
2009-11-17 | Add missing #include found by Clang | Douglas Gregor |
2009-11-17 | Unify the way destructor epilogues are generated for synthesized and regular ... | Anders Carlsson |
2009-11-17 | When querying type qualifiers on QualType via one of the "non-local" | Douglas Gregor |
2009-11-16 | First part of changes to eliminate problems with cv-qualifiers and | Douglas Gregor |
2009-11-15 | Make sure that virtual destructors have delete operators. | Anders Carlsson |
2009-11-15 | Add DeclarationName::dump(). | Anders Carlsson |
2009-11-15 | Make a few headers parse standalone | Douglas Gregor |
2009-11-14 | If we attempt to add a constructor template specialization that looks | Douglas Gregor |
2009-11-13 | Wherein the TargetInfo argument to Preprocessor is made 'const' and propogated. | Daniel Dunbar |
2009-11-13 | add a fixme, inheriting from PointerIntPair is gross :) | Chris Lattner |
2009-11-12 | We need the definition of NamedDecl in DeclContextInternals.h, since Clang is... | Douglas Gregor |
2009-11-12 | Give CanQual<T> an implicit conversion to bool, so that it can be used | Douglas Gregor |
2009-11-12 | Add a CK_BaseToDerived cast kind. | Anders Carlsson |
2009-11-12 | Improve source-location information for implicitly-generated member call expr... | Douglas Gregor |
2009-11-12 | Random const correctness, and incidentally use computeDeclContext when building | John McCall |
2009-11-11 | Template argument deduction for template template parameters. This | Douglas Gregor |
2009-11-11 | Introduce a new representation for template template | Douglas Gregor |
2009-11-10 | Move all of the type-printing logic to its own C++ source file | Douglas Gregor |
2009-11-09 | Make sure that Type::getAs<ArrayType>() (or Type::getAs<subclass of | Douglas Gregor |
2009-11-09 | Add support for cdecl attribute. (As far as I know, it doesn't affect CodeGen | Eli Friedman |
2009-11-07 | Implement -Wconversion. Off by default, in the non-gcc group. There's | John McCall |
2009-11-05 | Adds doxygen comment for HasSideEffects method. | Fariborz Jahanian |
2009-11-05 | Added support for static variables which require | Fariborz Jahanian |
2009-11-04 | Tweak formatting. | Daniel Dunbar |
2009-11-04 | Preserve type source information in sizeof/alignof expressions, and pass it | John McCall |
2009-11-04 | Implement support for parsing dependent template-ids that refer to | Douglas Gregor |
2009-11-03 | Refine volatile handling, specifically, we must have the canonical | Mike Stump |
2009-11-03 | Move 'static inline' functions GetNullarySelector() and GetUnarySelector() fr... | Ted Kremenek |
2009-11-02 | Property declared in continuation class can only be used to | Fariborz Jahanian |
2009-10-30 | Finally suppress a compiler warning from gcc on release-asserts. Also fixes | John McCall |
2009-10-30 | This patch computes composite type of two objective-c expressions | Fariborz Jahanian |
2009-10-30 | Add a CK_DerivedToBaseMemberPointer cast kind and use it in Sema (Still no co... | Anders Carlsson |
2009-10-30 | Report accurate source-location information when rebuilding types during | John McCall |
2009-10-29 | Silence a gcc warning where it notices that default-constructing a class | John McCall |
2009-10-29 | - Add/tweak some comments. | Steve Naroff |
2009-10-29 | A few TemplateArgumentLoc clean-ups. Try to remember the Expr for a declarat... | John McCall |
2009-10-29 | Fix Release-Asserts build breakage | Douglas Gregor |
2009-10-29 | Apparently when is now. | John McCall |
2009-10-29 | Track source information for template arguments and template specialization | John McCall |
2009-10-29 | Extract TemplateArgument into a new header just for common template | John McCall |
2009-10-29 | Implement support for semantic checking and template instantiation of | Douglas Gregor |
2009-10-28 | Mangle based on the declaration we're given, not the canonical | Douglas Gregor |
2009-10-27 | Type of a conditional expression with two distinct objective-c | Fariborz Jahanian |
2009-10-27 | Introduce FunctionDecl::isInlined() to tell whether a function should | Douglas Gregor |