| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix a tranche of comment, test and doc typos | Alp Toker | 2013-12-05 | 1 | -2/+2 |
| * | Implement DR482: namespace members can be redeclared with a qualified name | Richard Smith | 2013-12-05 | 1 | -20/+19 |
| * | Correct hyphenations in comments and assert messages | Alp Toker | 2013-12-05 | 1 | -2/+2 |
| * | Per [dcl.meaning]p1, a name in an inline namespace can be redeclared using a | Richard Smith | 2013-12-05 | 1 | -19/+19 |
| * | Fix for PR18052 - Lambdas within NSDMI's and default arguments in Nested clas... | Faisal Vali | 2013-12-04 | 1 | -1/+10 |
| * | [objc] Emit warning when the implementation of a secondary initializer calls on | Argyrios Kyrtzidis | 2013-12-03 | 1 | -0/+4 |
| * | [objc] Emit warnings when the implementation of a designated initializer call... | Argyrios Kyrtzidis | 2013-12-03 | 1 | -2/+2 |
| * | [objc] Emit a warning when the implementation of a designated initializer doe... | Argyrios Kyrtzidis | 2013-12-03 | 1 | -0/+12 |
| * | PR18044: Reject declarations of enumtype::X early to avoid an assertion in | Richard Smith | 2013-11-25 | 1 | -1/+1 |
| * | Provide better diagnostic wording for initializers on static | Hans Wennborg | 2013-11-21 | 1 | -3/+3 |
| * | Refine 'deprecated' checking for Objective-C classes/methods. | Ted Kremenek | 2013-11-20 | 1 | -0/+17 |
| * | When wrapping lazily generated builtins in an extern "C" context, | Enea Zaffanella | 2013-11-20 | 1 | -0/+1 |
| * | ObjectiveC 'objc_bridging'. Assorment of improvements | Fariborz Jahanian | 2013-11-19 | 1 | -27/+0 |
| * | ObjectiveC ARC. Adopt objc_bridge attribute | Fariborz Jahanian | 2013-11-19 | 1 | -0/+27 |
| * | If a replaceable global operator new/delete is marked inline, don't warn if | Richard Smith | 2013-11-16 | 1 | -9/+14 |
| * | Downgrade the Error on an 'inline' operator new or delete to an ExtWarn. Some | Richard Smith | 2013-11-16 | 1 | -1/+1 |
| * | When we hit a #include directive that maps to a module import, emit a token | Richard Smith | 2013-11-15 | 1 | -0/+6 |
| * | PR17533 and duplicates: don't compute the return type of an overloaded operator | Richard Smith | 2013-11-15 | 1 | -1/+5 |
| * | Revert r194663 and r194647. | Ted Kremenek | 2013-11-14 | 1 | -12/+0 |
| * | Refine -Wunused-variable to only suppress warning for __bridge_transfer, not ... | Ted Kremenek | 2013-11-14 | 1 | -14/+4 |
| * | Added warning on structures/unions that are empty or contain only | Serge Pavlov | 2013-11-14 | 1 | -13/+29 |
| * | Suppress -Wunused-variable when initializer uses bridge casts for memory mana... | Ted Kremenek | 2013-11-14 | 1 | -0/+22 |
| * | REFACTOR: Have PushLambdaScope return the LambdaScopeInfo that it creates. | Faisal Vali | 2013-11-12 | 1 | -2/+2 |
| * | This patch implements capturing of variables within generic lambdas. | Faisal Vali | 2013-11-07 | 1 | -1/+24 |
| * | Do not allow functions or kernels called 'main' in OpenCL. | Joey Gouly | 2013-11-05 | 1 | -0/+7 |
| * | Sema: Disallow derived classes with virtual bases from having flexible array ... | David Majnemer | 2013-11-02 | 1 | -0/+9 |
| * | Sema: Cleanup and simplify anonymous union diagnostics | David Majnemer | 2013-11-02 | 1 | -34/+23 |
| * | Sema: Flexible array members were introduced in C99, diagnose their use in C++ | David Majnemer | 2013-11-02 | 1 | -0/+6 |
| * | Sema: Properly indent statements in Sema::ActOnLastBitfield | David Majnemer | 2013-11-02 | 1 | -6/+6 |
| * | Sema: trim trailing whitespace in Sema::ActOnLastBitfield | David Majnemer | 2013-11-02 | 1 | -4/+4 |
| * | Wraps lazily generated builtins in an extern "C" context | Warren Hunt | 2013-11-01 | 1 | -4/+14 |
| * | Store a TypeArgument on an attribute as a TypeSourceInfo*, rather than as a | Richard Smith | 2013-10-31 | 1 | -3/+0 |
| * | ObjectiveC: under -Wunused-property-ivar warn if property's | Fariborz Jahanian | 2013-10-25 | 1 | -0/+1 |
| * | Consider used attributes in hidden decls. | Rafael Espindola | 2013-10-25 | 1 | -0/+10 |
| * | A decl never becomes unused. Make that explicit in the API. | Rafael Espindola | 2013-10-23 | 1 | -2/+4 |
| * | Refactor out the circular reference to LambdaExpr in CXXRecordDecl. | Faisal Vali | 2013-10-23 | 1 | -22/+31 |
| * | Revert r193223 and r193216. | Rafael Espindola | 2013-10-23 | 1 | -31/+22 |
| * | Remove the circular reference to LambdaExpr in CXXRecordDecl. | Faisal Vali | 2013-10-23 | 1 | -22/+31 |
| * | Retain previous language linkage of friend function declarations | Alp Toker | 2013-10-22 | 1 | -3/+16 |
| * | Consider hidden decls for isUsed checks. | Rafael Espindola | 2013-10-22 | 1 | -2/+2 |
| * | Treat aliases as definitions. | Rafael Espindola | 2013-10-22 | 1 | -7/+54 |
| * | Use early return. No functionality change. | Rafael Espindola | 2013-10-22 | 1 | -10/+12 |
| * | Fix comment typo | Alp Toker | 2013-10-22 | 1 | -1/+1 |
| * | Sema: Explain our deviation from the standard by referencing the, now open, L... | David Majnemer | 2013-10-21 | 1 | -0/+2 |
| * | Sema: Diagnose global replacement functions declared as inline | David Majnemer | 2013-10-20 | 1 | -0/+7 |
| * | Simplify some implementations of get*Decl. | Rafael Espindola | 2013-10-19 | 1 | -1/+1 |
| * | Add isFirstDecl to DecBase too and use it instead of getPreviousDecl() == 0. | Rafael Espindola | 2013-10-19 | 1 | -4/+4 |
| * | [-fms-extensions] Permit 'override' in C++98 and 'sealed' as a synonym for 'f... | David Majnemer | 2013-10-18 | 1 | -2/+4 |
| * | Rename some functions for consistency. | Rafael Espindola | 2013-10-17 | 1 | -11/+11 |
| * | Sema: Simplify the check if a method returns an instance of the class. | Benjamin Kramer | 2013-10-16 | 1 | -1/+3 |