Age | Commit message (Expand) | Author |
2011-01-05 | Fix the -Asserts build. | John McCall |
2011-01-05 | Refactor the application of type attributes so that attributes from | John McCall |
2011-01-04 | Enhance the diagnostic for negative array sizes to include the | Chandler Carruth |
2010-12-24 | Refactor how we collect attributes during parsing, and add slots for attributes | John McCall |
2010-12-23 | Add an AST representation for non-type template parameter | Douglas Gregor |
2010-12-23 | Implement parsing of function parameter packs and non-type template | Douglas Gregor |
2010-12-19 | Motions towards simplifying how we deal with attribute-qualified function types. | John McCall |
2010-12-15 | Sundry missing lvalue-to-rvalue conversions. Also leave a TODO for the vital | John McCall |
2010-12-14 | Improve some comments, shrink FunctionType::ExtInfo, and fix a bug found | John McCall |
2010-12-14 | Restore r121752 without modification. | John McCall |
2010-12-14 | Pull out r121752 in case it's causing the selfhost breakage. | John McCall |
2010-12-14 | Factor out most of the extra state in a FunctionProtoType into a separate | John McCall |
2010-12-10 | Added ParenType type node. | Abramo Bagnara |
2010-12-10 | Use TypeAlignment constant rather than fixed alignment of 8 | Douglas Gregor |
2010-11-22 | Fix the source range of CXXNewExprs. Fixes http://llvm.org/pr8661. | Nico Weber |
2010-11-16 | Add an ExternalASTSource hook to complete a type on demand. | John McCall |
2010-11-16 | Add support for "neon_vector_type" and "neon_polyvector_type" attributes | Bob Wilson |
2010-11-16 | Fix a comment typo. | Bob Wilson |
2010-11-10 | Add a variant of GCC-style vector types for ARM NEON. | Bob Wilson |
2010-10-19 | Uncomputable contexts are always records but can exist. | John McCall |
2010-10-14 | Make sure that we diagnose invalid qualifiers on friend functions. | Douglas Gregor |
2010-10-14 | Whoops. This really shouldn't compile in clang, either. | John McCall |
2010-10-14 | Perform range restrictions on regparm when applied to a type and | John McCall |
2010-10-12 | Add some infrastructure for dealing with expressions of 'placeholder' type, | John McCall |
2010-10-08 | Implement C++0x scoped enumerations, from Daniel Wallin! (and tweaked a | Douglas Gregor |
2010-10-06 | Issue deprecated warning when typeof uses typedef | Fariborz Jahanian |
2010-10-06 | Ue TagType, added a FIXME. Per John's comment. | Fariborz Jahanian |
2010-10-05 | Issue deprecated warning when typeof uses an | Fariborz Jahanian |
2010-10-01 | Implement the C++0x "trailing return type" feature, e.g., | Douglas Gregor |
2010-09-23 | Don't crash on _Imaginary. | Argyrios Kyrtzidis |
2010-09-08 | Reverse r113397 until we decide what to do with | Fariborz Jahanian |
2010-09-08 | Fix a crash when overloading id with objc_object*. | Fariborz Jahanian |
2010-09-03 | Add symantic support for the Pascal calling convention via | Dawn Perchik |
2010-09-03 | Remove now unused function. | Anders Carlsson |
2010-09-03 | Get rid of the "functions declared 'noreturn' should have a 'void' result typ... | Anders Carlsson |
2010-09-01 | Transfer calling-convention attributes down to member function pointers. | Douglas Gregor |
2010-08-26 | One who seeks knowledge learns something new every day. | John McCall |
2010-08-25 | Split out a header to hold APIs meant for the Sema implementation from Sema.h. | John McCall |
2010-08-24 | Struggle mightily against header inclusion in Sema.h. | John McCall |
2010-08-24 | Abstract out passing around types and kill off ActionBase. | John McCall |
2010-08-23 | Kill off ExprArg (now just Expr*) and StmtArg (now just Stmt*). | John McCall |
2010-08-21 | DeclPtrTy -> Decl * | John McCall |
2010-08-20 | Another step in the process of making the parser depend on Sema: | John McCall |
2010-08-19 | Add some enum goodness as requested by Chris. Now instead of storing the | Charles Davis |
2010-08-19 | Add warning for functions/blocks that have attribute 'noreturn' but return a ... | Ted Kremenek |
2010-08-18 | Emit an error if an array is too large. We're slightly more strict | Douglas Gregor |
2010-08-16 | Err on incomplete class types in member pointers when compiling for the | Charles Davis |
2010-08-13 | Fixed NNS insertion in MemberPointerType. | Abramo Bagnara |
2010-08-12 | Move Sema's headers into include/clang/Sema, renaming a few along the way. | Douglas Gregor |
2010-08-10 | Fixed redundant NNS loading. | Abramo Bagnara |