| Commit message (Expand) | Author | Age | Files | Lines |
| * | When computing the composite pointer type for relational comparisons, | Douglas Gregor | 2010-02-25 | 1 | -1/+2 |
| * | Restore the invariant that a nested-name-specifier can only contain | Douglas Gregor | 2010-02-25 | 1 | -7/+2 |
| * | Use CXXPseudoDestructorExpr as the stored representation for dependent | Douglas Gregor | 2010-02-25 | 1 | -13/+3 |
| * | Keep track of the location of the '~' in a pseudo-destructor expression. | Douglas Gregor | 2010-02-24 | 1 | -0/+1 |
| * | Split ActOnPseudoDestructorExpr into the part that interprets the | Douglas Gregor | 2010-02-24 | 1 | -0/+9 |
| * | ActOnPseudoDestructorExpr now performs all semantic analysis for | Douglas Gregor | 2010-02-24 | 1 | -2/+20 |
| * | Rework parsing of pseudo-destructor expressions and explicit | Douglas Gregor | 2010-02-24 | 1 | -1/+12 |
| * | More Sema check for ivars in class continuation. | Fariborz Jahanian | 2010-02-23 | 1 | -0/+2 |
| * | Implement support for parsing pseudo-destructor expression with a nested-name... | Douglas Gregor | 2010-02-21 | 1 | -2/+7 |
| * | Improve parsing and instantiation of destructor names, so that we can | Douglas Gregor | 2010-02-16 | 1 | -0/+6 |
| * | Rename argument so the name reflects what it's doing. | Benjamin Kramer | 2010-02-16 | 1 | -1/+1 |
| * | Add Sema support for __builtin_fpclassify by extending the existing check for... | Benjamin Kramer | 2010-02-15 | 1 | -1/+1 |
| * | Work around an annoying, non-standard optimization in the glibc | Douglas Gregor | 2010-02-12 | 1 | -1/+3 |
| * | In C++, allow builtins to be referred to via qualified name lookup, e.g., | Douglas Gregor | 2010-02-12 | 1 | -1/+0 |
| * | Waste two bits in every clang::Type so that the type class can be read | John McCall | 2010-02-12 | 1 | -1/+1 |
| * | Implementing unused function warning. | Tanya Lattner | 2010-02-12 | 1 | -0/+3 |
| * | Improve access control diagnostics. Perform access control on member-pointer | John McCall | 2010-02-10 | 1 | -38/+107 |
| * | Finish implementing property synthesis by default. | Fariborz Jahanian | 2010-02-09 | 1 | -0/+3 |
| * | Implement synthesizing properties by default. | Fariborz Jahanian | 2010-02-09 | 1 | -0/+5 |
| * | Thread a source location into the template-argument deduction routines. There | John McCall | 2010-02-08 | 1 | -3/+17 |
| * | Add attributes to namespace decls. | Anders Carlsson | 2010-02-07 | 1 | -1/+2 |
| * | Standardize the parsing of function type attributes in a way that | John McCall | 2010-02-05 | 1 | -3/+1 |
| * | Default function arguments for function template specializations | Douglas Gregor | 2010-02-05 | 1 | -1/+2 |
| * | Allow calling convention attributes to apply to types. Patch by Chip Davis! | John McCall | 2010-02-04 | 1 | -1/+3 |
| * | Implement the lvalue-to-rvalue conversion where needed. The | Douglas Gregor | 2010-02-03 | 1 | -0/+5 |
| * | Fix DeclContext of an objective-c @catch variable | Fariborz Jahanian | 2010-02-03 | 1 | -0/+1 |
| * | Mark dtors for parameter variables and eliminate some redundant type munging. | John McCall | 2010-02-02 | 1 | -2/+2 |
| * | Access control for implicit destructor calls. Diagnostic could be orders of | John McCall | 2010-02-02 | 1 | -0/+1 |
| * | Add a stop gap to Sema::CorrectTypo() to correct only up to 20 typos. | Ted Kremenek | 2010-02-02 | 1 | -0/+3 |
| * | Access checking for implicit user-defined conversions. | John McCall | 2010-02-01 | 1 | -0/+2 |
| * | Add VarDecl::isThisDeclarationADefinition(), which properly encapsulates the ... | Sebastian Redl | 2010-01-31 | 1 | -8/+2 |
| * | Switch expressions like T() and T(1,2) over to new-style initialization. I'm | Eli Friedman | 2010-01-31 | 1 | -14/+0 |
| * | Rework base and member initialization in constructors, with several | Douglas Gregor | 2010-01-31 | 1 | -6/+10 |
| * | Use IdentifierInfo * instead of std::string for the AsmStmt names. | Anders Carlsson | 2010-01-30 | 1 | -1/+1 |
| * | Switch Sema over to using the new implementation of format string | Ted Kremenek | 2010-01-29 | 1 | -7/+0 |
| * | Start fleshing out Sema::AlternateCheckPrintfString(): | Ted Kremenek | 2010-01-28 | 1 | -2/+5 |
| * | Access checking for overloaded operators. | John McCall | 2010-01-28 | 1 | -0/+2 |
| * | Add placeholder function in Sema for new format string checking logic. | Ted Kremenek | 2010-01-28 | 1 | -0/+7 |
| * | Implement access-check delays for out-of-line member definitions | John McCall | 2010-01-27 | 1 | -4/+56 |
| * | Implement access control for overloaded functions. Suppress access control | John McCall | 2010-01-27 | 1 | -9/+15 |
| * | Handle redeclarations found by ADL deterministically and reasonably. | John McCall | 2010-01-26 | 1 | -3/+2 |
| * | Preserve access bits through overload resolution much better. Some | John McCall | 2010-01-26 | 1 | -7/+13 |
| * | Pass access specifiers around in overload resolution. | John McCall | 2010-01-26 | 1 | -4/+12 |
| * | Implement instantiation of AsmStmts (Crazy, I know) | Anders Carlsson | 2010-01-24 | 1 | -1/+1 |
| * | fix PR6034, a crash on invalid where the switch stack would get | Chris Lattner | 2010-01-24 | 1 | -0/+2 |
| * | Implement elementary access control. | John McCall | 2010-01-23 | 1 | -0/+3 |
| * | Patch to implement required warnings for unimplemented | Fariborz Jahanian | 2010-01-20 | 1 | -3/+11 |
| * | Teach Sema::ActOnDependentTemplateName that a dependent template name | Douglas Gregor | 2010-01-19 | 1 | -1/+0 |
| * | Preserve type source information in compound literal expressions. | John McCall | 2010-01-18 | 1 | -1/+6 |
| * | Mostly renaming some methods and updating comments to | Fariborz Jahanian | 2010-01-18 | 1 | -4/+6 |