| Commit message (Expand) | Author | Age | Files | Lines |
| * | Mass rename C1x references to C11. The name hasn't proliferated like "C++0x" ... | Benjamin Kramer | 2011-12-23 | 1 | -5/+5 |
| * | C++11 half of r147023: In C++11, additionally eagerly instantiate: | Richard Smith | 2011-12-21 | 1 | -3/+8 |
| * | C++ constant expression handling: eagerly instantiate static const integral data | Richard Smith | 2011-12-21 | 1 | -1/+6 |
| * | objc/c++: Issue diagnostic when free-standing ivar is accessed | Fariborz Jahanian | 2011-12-20 | 1 | -0/+6 |
| * | Unlike in C++03, a constant-expression is not an unevaluated operand in C++11. | Richard Smith | 2011-12-20 | 1 | -2/+17 |
| * | Silence gcc warnings. | Benjamin Kramer | 2011-12-18 | 1 | -1/+2 |
| * | PR11594: Don't blindly build a UnaryOperator UO_Minus on an expression which | Richard Smith | 2011-12-16 | 1 | -4/+2 |
| * | Replace all comparisons between ObjCInterfaceDecl pointers with calls | Douglas Gregor | 2011-12-15 | 1 | -2/+2 |
| * | Produce more detailed diagnostics when static_assert condition is not an ICE. | Richard Smith | 2011-12-14 | 1 | -18/+33 |
| * | Don't consider an overloaded operator& when the expression is actually | Douglas Gregor | 2011-12-14 | 1 | -1/+44 |
| * | Prepare constant expression infrastructure for the generation of richer | Richard Smith | 2011-12-12 | 1 | -11/+17 |
| * | C++11 constant expressions: Don't use CheckICE in C++11; instead, determine | Richard Smith | 2011-12-09 | 1 | -1/+1 |
| * | objc: issue deprecated/unavailable diagnostic when | Fariborz Jahanian | 2011-12-07 | 1 | -8/+9 |
| * | If block literal return type is not specified, return type of the block is | Fariborz Jahanian | 2011-12-03 | 1 | -1/+3 |
| * | When sending a message to a receiver that has "unknown any" type, | Douglas Gregor | 2011-12-01 | 1 | -0/+9 |
| * | Test isa<FunctionDecl> to exclude objective-C methods. This ensures the follo... | Lang Hames | 2011-11-29 | 1 | -1/+1 |
| * | Remove code made redundant by my previous patch. | Fariborz Jahanian | 2011-11-28 | 1 | -12/+1 |
| * | pinpoint name/location of deprecated/unavailable enumerator | Fariborz Jahanian | 2011-11-28 | 1 | -1/+8 |
| * | In Microsoft mode, make "Unqualified lookup into dependent bases of class tem... | Francois Pichet | 2011-11-25 | 1 | -2/+13 |
| * | Add feature to diagnostics that will provide more information on function | Richard Trieu | 2011-11-23 | 1 | -0/+9 |
| * | In Microsoft mode, make "Unqualified lookup into dependent bases of class tem... | Francois Pichet | 2011-11-17 | 1 | -1/+17 |
| * | In Microsoft mode, make "Unqualified lookup into dependent bases of class tem... | Francois Pichet | 2011-11-15 | 1 | -1/+3 |
| * | Resolve placeholder expressions before trying to deduce | John McCall | 2011-11-15 | 1 | -4/+1 |
| * | ARC: make assignment to 'self' within class methods illegal. Fixes <rdar://p... | Ted Kremenek | 2011-11-14 | 1 | -1/+3 |
| * | Add missing casts to AST. | Eli Friedman | 2011-11-12 | 1 | -1/+8 |
| * | Be sure to insulate block literals from any cleanups in their | John McCall | 2011-11-11 | 1 | -0/+12 |
| * | There's no good reason to track temporaries in ExprWithCleanups, | John McCall | 2011-11-10 | 1 | -11/+30 |
| * | objc: Don't crash on missing @interface decl. | Fariborz Jahanian | 2011-11-08 | 1 | -6/+7 |
| * | Change the AST representation of operations on Objective-C | John McCall | 2011-11-06 | 1 | -6/+10 |
| * | back out changes in r143399 and r143475. | Fariborz Jahanian | 2011-11-02 | 1 | -3/+0 |
| * | Find copy constructor needed to copy an rvalue reference | Fariborz Jahanian | 2011-11-01 | 1 | -1/+4 |
| * | Fix the representation of wide strings in the AST and IR so that it uses the ... | Eli Friedman | 2011-11-01 | 1 | -1/+1 |
| * | Rename Expr::Evaluate to Expr::EvaluateAsRValue to make it clear that it will | Richard Smith | 2011-10-29 | 1 | -1/+1 |
| * | Add (hopefully) the last missing lvalue-to-rvalue conversion. Add an assertion | Richard Smith | 2011-10-28 | 1 | -2/+13 |
| * | Be sure to build a dependent expression when we see | John McCall | 2011-10-28 | 1 | -12/+24 |
| * | Add missing lvalue-to-rvalue conversion to vector splat casts. | Richard Smith | 2011-10-27 | 1 | -2/+6 |
| * | Restore r142914 and r142915, now with missing file and apparent | John McCall | 2011-10-25 | 1 | -232/+178 |
| * | Revert r142914 and r142915, due to possibly missing file. | NAKAMURA Takumi | 2011-10-25 | 1 | -178/+232 |
| * | Pull the pseudo-object stuff into its own file. | John McCall | 2011-10-25 | 1 | -334/+23 |
| * | Introduce a placeholder type for "pseudo object" | John McCall | 2011-10-25 | 1 | -155/+412 |
| * | Don't forget to complete the objc interface before asking for information, | Argyrios Kyrtzidis | 2011-10-19 | 1 | -1/+2 |
| * | Move static array parameter checks to SemaExpr, per Doug's request | Peter Collingbourne | 2011-10-19 | 1 | -2/+60 |
| * | Macro metaprogramming for builtin types. | John McCall | 2011-10-18 | 1 | -30/+5 |
| * | -Wc++98-compat and -Wc++98-compat-pedantic warnings for Sema, part 1. | Richard Smith | 2011-10-18 | 1 | -4/+9 |
| * | Perform lvalue-to-rvalue conversions on __builtin_offsetof array argument index | Richard Smith | 2011-10-17 | 1 | -6/+6 |
| * | The comparison of two vectors should return a signed result. hasIntegerRepres... | Tanya Lattner | 2011-10-17 | 1 | -9/+9 |
| * | Add missing case to switch. | Eli Friedman | 2011-10-17 | 1 | -0/+1 |
| * | Teach the ARC compiler to not require __bridge casts when | John McCall | 2011-10-17 | 1 | -12/+70 |
| * | Perform an lvalue-to-rvalue conversion on an array index in a __builtin_offse... | Richard Smith | 2011-10-17 | 1 | -1/+5 |
| * | Slightly simplify a constant expression check. No functional change. | Richard Smith | 2011-10-16 | 1 | -3/+3 |