Age | Commit message (Expand) | Author |
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 |
2010-08-05 | Preserve calling convention etc. across template instantiations. | Eli Friedman |
2010-07-30 | If a TST_typename has a null type, mark the declarator invalid. Prevents | John McCall |
2010-07-25 | Remove the vast majority of the Destroy methods from the AST library, | Douglas Gregor |
2010-07-23 | Vectors are not integer types, so the type system should not classify | Douglas Gregor |
2010-07-23 | Remove unneeded iostream include. | Bill Wendling |
2010-07-13 | Improve diagnostics for the "type qualifier on return type has no | Douglas Gregor |
2010-07-13 | When forming a function call or message send expression, be sure to | Douglas Gregor |
2010-07-09 | Slightly improve the diagnostic when using a qualified function typedef to de... | Sebastian Redl |
2010-06-23 | improve altivec vector bool/pixel support, patch by Anton Yartsev | Chris Lattner |
2010-06-11 | Split DependentNameType into two types. DependentNameType represents the | John McCall |
2010-06-09 | Commit my WIP on constexpr support. This commit: an XFAILed test and treating... | Sebastian Redl |
2010-06-09 | Tweak our handling of the notion of a standard conversion sequence | Douglas Gregor |
2010-06-05 | Simplify the methods for creating a pointer, reference, member-pointer, | John McCall |
2010-06-04 | Alter the interface of GetTypeForDeclarator to return a TypeSourceInfo*. | John McCall |
2010-05-24 | Don't complain about VLAs of non-POD types when the array type is | Douglas Gregor |
2010-05-23 | It turns out that people love using VLAs in templates, too. Weaken our | Douglas Gregor |
2010-05-22 | Implement support for variable length arrays in C++. VLAs are limited | Douglas Gregor |
2010-05-19 | Added basic source locations to Elaborated and DependentName types. | Abramo Bagnara |
2010-05-18 | Protect isIntegerConstantExpr from seeing type- or value-dependent | Douglas Gregor |