| Commit message (Expand) | Author | Age | Files | Lines |
| * | Unify the way destructor epilogues are generated for synthesized and regular ... | Anders Carlsson | 2009-11-17 | 1 | -1/+1 |
| * | Carry lookup configuration throughout lookup on the LookupResult. Give | John McCall | 2009-11-17 | 1 | -36/+44 |
| * | First part of changes to eliminate problems with cv-qualifiers and | Douglas Gregor | 2009-11-16 | 1 | -3/+2 |
| * | Make sure that virtual destructors have delete operators. | Anders Carlsson | 2009-11-15 | 1 | -2/+9 |
| * | Deallocation functions must also be static. | Anders Carlsson | 2009-11-15 | 1 | -1/+7 |
| * | allocation functions are always static. | Anders Carlsson | 2009-11-15 | 1 | -1/+10 |
| * | If any errors have occurred by the time we hit the end of a function body, cl... | Douglas Gregor | 2009-11-15 | 1 | -0/+6 |
| * | Fix for PR5489: don't skip the complete type requrirement for variable | Eli Friedman | 2009-11-14 | 1 | -2/+7 |
| * | Revert r88718, which does NOT solve the constructor-template-as-copy-construc... | Douglas Gregor | 2009-11-13 | 1 | -3/+0 |
| * | A constructor template cannot be instantiated to a copy | Douglas Gregor | 2009-11-13 | 1 | -0/+3 |
| * | Fix bug Doug noticed. | Anders Carlsson | 2009-11-13 | 1 | -0/+2 |
| * | Random const correctness, and incidentally use computeDeclContext when building | John McCall | 2009-11-12 | 1 | -1/+1 |
| * | Improve parsing of template arguments to lay the foundation for | Douglas Gregor | 2009-11-10 | 1 | -3/+2 |
| * | Make sure that Type::getAs<ArrayType>() (or Type::getAs<subclass of | Douglas Gregor | 2009-11-09 | 1 | -1/+1 |
| * | When checking the namespace of a redeclaration or definition, look through li... | Sebastian Redl | 2009-11-08 | 1 | -11/+16 |
| * | Don't treat variables with non-trivial ctors or dtors as unused. Fixes PR5407. | Anders Carlsson | 2009-11-07 | 1 | -2/+16 |
| * | Cleanup, no functionality change. | Anders Carlsson | 2009-11-07 | 1 | -4/+8 |
| * | Make sure that EnumConstantDecls always get a type, even when they have type-... | Douglas Gregor | 2009-11-06 | 1 | -14/+20 |
| * | Don't allow definitions of array variables without some size information in C... | Sebastian Redl | 2009-11-05 | 1 | -0/+10 |
| * | Change our basic strategy for avoiding deprecation warnings when the decl use | John McCall | 2009-11-04 | 1 | -1/+4 |
| * | Use ParseUnqualifiedId when parsing id-expressions. This eliminates | Douglas Gregor | 2009-11-03 | 1 | -43/+47 |
| * | Introduce a new class, UnqualifiedId, that provides a parsed | Douglas Gregor | 2009-11-03 | 1 | -34/+37 |
| * | Make sure to call CompleteConstructorCall for bases and members that are init... | Anders Carlsson | 2009-10-29 | 1 | -0/+3 |
| * | Track source information for template arguments and template specialization | John McCall | 2009-10-29 | 1 | -1/+1 |
| * | Use array's base element type in getting to its | Fariborz Jahanian | 2009-10-28 | 1 | -1/+1 |
| * | Removed an unnecessary arguement passed to InitializeVarWithConstructor | Fariborz Jahanian | 2009-10-28 | 1 | -1/+1 |
| * | Rename FunctionDecl::isInline/setInline to | Douglas Gregor | 2009-10-27 | 1 | -1/+1 |
| * | Almost missed this one... Doc update for last change. | Mike Stump | 2009-10-27 | 1 | -4/+5 |
| * | Refine noreturn handling. Fixes -Wmissing-noreturn so that it doesn't | Mike Stump | 2009-10-27 | 1 | -5/+14 |
| * | Use a pred_iterator instead of a succ_iterator (wrong typedef). | Ted Kremenek | 2009-10-27 | 1 | -1/+1 |
| * | Fix PR5298 - -Wmissing-noreturn shouldn't warn if the function is already | Chris Lattner | 2009-10-25 | 1 | -2/+3 |
| * | Make sure we actually have a definition before asking if it is implicit. Fixe... | Sebastian Redl | 2009-10-25 | 1 | -2/+6 |
| * | When parsing a top level struct declaration, make sure to | Chris Lattner | 2009-10-25 | 1 | -3/+4 |
| * | move calls to DiagnoseUseOfDecl (which warns about deprecated/unavailable | Chris Lattner | 2009-10-25 | 1 | -8/+1 |
| * | Remove the Skip parameter from GetTypeForDeclarator and dependents. Take the ... | Sebastian Redl | 2009-10-25 | 1 | -2/+1 |
| * | simplify Sema::getTypeName a bit: if control gets out of the switch, | Chris Lattner | 2009-10-25 | 1 | -34/+30 |
| * | In objc mode, every identifier in a cast expression was using doing a | Chris Lattner | 2009-10-25 | 1 | -1/+1 |
| * | Audit the code for places where it is assumed that every base specifier refer... | Sebastian Redl | 2009-10-25 | 1 | -1/+1 |
| * | Preserve type source information in TypedefDecls. Preserve it across | John McCall | 2009-10-24 | 1 | -7/+10 |
| * | Remove OriginalTypeParmDecl; the original type is the one specified | John McCall | 2009-10-23 | 1 | -10/+3 |
| * | Preserve source information for anonymous struct/union declarations. | John McCall | 2009-10-22 | 1 | -4/+8 |
| * | Add FIXME. | Ted Kremenek | 2009-10-20 | 1 | -0/+2 |
| * | Remove default argument for ImpCastExprToType. Add appropriate argument | Eli Friedman | 2009-10-20 | 1 | -2/+2 |
| * | PR5218: Replace IdentifierInfo::getName with StringRef version, now that clients | Daniel Dunbar | 2009-10-18 | 1 | -3/+3 |
| * | Move misc clients to IdentifierInfo StringRef API. | Daniel Dunbar | 2009-10-18 | 1 | -4/+5 |
| * | In some dependent contexts, incomplete array types persist into FinalizeDecla... | Sebastian Redl | 2009-10-17 | 1 | -4/+31 |
| * | Simplify. | Daniel Dunbar | 2009-10-17 | 1 | -3/+1 |
| * | Remove the ConstantArrayType subtypes. This information is preserved in the | John McCall | 2009-10-16 | 1 | -10/+3 |
| * | Improve diagnostics when the parser encounters a declarator with an | Douglas Gregor | 2009-10-13 | 1 | -0/+31 |
| * | Unify our diagnostic printing for errors of the form, "we didn't like | Douglas Gregor | 2009-10-13 | 1 | -5/+4 |