| Commit message (Expand) | Author | Age | Files | Lines |
| * | Switch labels over to using normal name lookup, instead of their | Chris Lattner | 2011-02-18 | 1 | -5/+14 |
| * | Step #2/N of __label__ support: keep pushing LabelDecl forward, | Chris Lattner | 2011-02-17 | 1 | -4/+10 |
| * | Step #1/N of implementing support for __label__: split labels into | Chris Lattner | 2011-02-17 | 1 | -40/+1 |
| * | Reject forbidden storage class specifiers in OpenCL. Patch by George Russell! | Peter Collingbourne | 2011-02-11 | 1 | -2/+2 |
| * | AST, Sema, Serialization: keep track of cudaConfigureCall | Peter Collingbourne | 2011-02-09 | 1 | -0/+13 |
| * | In Sema::CheckShadow, get the DeclContext from the variable that we are checking | Argyrios Kyrtzidis | 2011-02-08 | 1 | -4/+3 |
| * | Support for objextive-c++ use of property-dot syntax as receiver | Fariborz Jahanian | 2011-02-08 | 1 | -4/+6 |
| * | When the out-of-line definition differs from the declaration in the return type, | Argyrios Kyrtzidis | 2011-02-05 | 1 | -1/+5 |
| * | Tweak my fix for PR8748, and update the incorrect PR number in the test case. | Douglas Gregor | 2011-02-04 | 1 | -1/+2 |
| * | Tighten up the semantics of default template arguments, per C++0x | Douglas Gregor | 2011-02-04 | 1 | -2/+8 |
| * | Implement -Woverloaded-virtual. | Argyrios Kyrtzidis | 2011-02-03 | 1 | -1/+1 |
| * | The code trying to assign a typedef to an anonymous tag declaration was | John McCall | 2011-02-01 | 1 | -8/+37 |
| * | Don't warn that variables in C++ static member functions shadow fields. Fixes... | Argyrios Kyrtzidis | 2011-01-31 | 1 | -0/+6 |
| * | Fix the diagnostic when we are shadowing an external variable and there exist... | Argyrios Kyrtzidis | 2011-01-31 | 1 | -13/+24 |
| * | Diagnose if extern local variable is followed by non-extern and vice-versa. | Argyrios Kyrtzidis | 2011-01-31 | 1 | -0/+14 |
| * | 'extern' variables in functions don't shadow externs in global scope. Fixes r... | Argyrios Kyrtzidis | 2011-01-31 | 1 | -0/+13 |
| * | Rvalue references for *this: parse ref-qualifiers. | Douglas Gregor | 2011-01-26 | 1 | -1/+2 |
| * | Disallow function template partial specializations, from Hans | Douglas Gregor | 2011-01-24 | 1 | -2/+4 |
| * | Use attributes for all the override control specifiers. | Anders Carlsson | 2011-01-24 | 1 | -2/+4 |
| * | Get rid of [[hiding]], [[override]] and [[base_check]]. | Anders Carlsson | 2011-01-23 | 1 | -47/+0 |
| * | Null initialize a few variables flagged by | Ted Kremenek | 2011-01-23 | 1 | -1/+1 |
| * | Mark classes as final or explicit. Diagnose when a class marked 'final' is us... | Anders Carlsson | 2011-01-22 | 1 | -0/+4 |
| * | A member function template cannot be virtual. | Anders Carlsson | 2011-01-22 | 1 | -1/+8 |
| * | Sema: process non-inheritable attributes on function declarations early | Peter Collingbourne | 2011-01-21 | 1 | -22/+26 |
| * | Generalise support for non-inheritable attributes | Peter Collingbourne | 2011-01-21 | 1 | -5/+5 |
| * | Diagnose when a virtual member function marked final is overridden. | Anders Carlsson | 2011-01-20 | 1 | -1/+1 |
| * | Diagnose virtual member functions marked override but not overriding any virt... | Anders Carlsson | 2011-01-20 | 1 | -1/+2 |
| * | Fix PR8884 by skipping transparent contexts. The test is for LikageSpec. I | Rafael Espindola | 2011-01-20 | 1 | -1/+1 |
| * | When building the copy expression for a __block variable, make sure | John McCall | 2011-01-19 | 1 | -47/+50 |
| * | Change QualType::getTypePtr() to return a const pointer, then change a | John McCall | 2011-01-19 | 1 | -3/+4 |
| * | Added warning about invalid register specification for local variables. | Abramo Bagnara | 2011-01-11 | 1 | -4/+18 |
| * | Initial implementation of function parameter packs. This implementation allows: | Douglas Gregor | 2011-01-05 | 1 | -6/+0 |
| * | When in code-completion, skip obj-c method bodies for speed up. | Argyrios Kyrtzidis | 2011-01-03 | 1 | -1/+2 |
| * | Fix PR8841 by checking for both semantic and lecical dependent | Chandler Carruth | 2011-01-03 | 1 | -1/+2 |
| * | When we attempt to create a built-in that involves a library type we | Douglas Gregor | 2011-01-03 | 1 | -2/+2 |
| * | Produce a better error message for invalid register names. | Rafael Espindola | 2011-01-01 | 1 | -1/+5 |
| * | Refactor how we collect attributes during parsing, and add slots for attributes | John McCall | 2010-12-24 | 1 | -2/+3 |
| * | Implement parsing of function parameter packs and non-type template | Douglas Gregor | 2010-12-23 | 1 | -17/+24 |
| * | Change all self assignments X=X to (void)X, so that we can turn on a | Jeffrey Yasskin | 2010-12-23 | 1 | -1/+1 |
| * | In C++, if the user redeclares a builtin function with a type that is | Douglas Gregor | 2010-12-21 | 1 | -0/+12 |
| * | Fix the noreturn conversion to only strip off a single level of indirection. | John McCall | 2010-12-21 | 1 | -2/+0 |
| * | Motions towards simplifying how we deal with attribute-qualified function types. | John McCall | 2010-12-19 | 1 | -23/+35 |
| * | Use hasSameType to compare types for equality. | Abramo Bagnara | 2010-12-17 | 1 | -1/+2 |
| * | Avoid to emit redundant implicit cast for enum constants init expressions. | Abramo Bagnara | 2010-12-17 | 1 | -1/+1 |
| * | Check for unexpanded parameter packs within variable initializers. | Douglas Gregor | 2010-12-16 | 1 | -19/+26 |
| * | Check for unexpanded parameter packs in friend declarations. | Douglas Gregor | 2010-12-16 | 1 | -0/+4 |
| * | Check for unexpanded parameter packs in using declarations. As a | Douglas Gregor | 2010-12-16 | 1 | -1/+2 |
| * | Check for unexpanded parameter packs in enumeration types and enumerators. | Douglas Gregor | 2010-12-16 | 1 | -0/+9 |
| * | Check for unexpanded parameter packs in various kinds of | Douglas Gregor | 2010-12-15 | 1 | -2/+12 |
| * | Fix diagnostic pragmas. | Argyrios Kyrtzidis | 2010-12-15 | 1 | -14/+8 |