| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | 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 |
| * | When explicitly specializing a member that is a template, mark the | Douglas Gregor | 2009-10-13 | 1 | -4/+20 |
| * | Improve the internal representation and semantic analysis of friend | Douglas Gregor | 2009-10-13 | 1 | -3/+13 |
| * | Permit explicit specialization of member functions of class templates | Douglas Gregor | 2009-10-12 | 1 | -3/+11 |
| * | Diagnose the declaration of explicit specializations after an implicit | Douglas Gregor | 2009-10-12 | 1 | -8/+16 |
| * | Qualified lookup through using declarations. Diagnose a new type of ambiguity. | John McCall | 2009-10-10 | 1 | -8/+22 |
| * | Refactor the LookupResult API to simplify most common operations. Require us... | John McCall | 2009-10-09 | 1 | -104/+48 |
| * | Implement support for -Wunused-variable, from Oscar Bonilla! | Douglas Gregor | 2009-10-08 | 1 | -0/+6 |
| * | Add more testing for the properties of explicit specialization. | Douglas Gregor | 2009-10-08 | 1 | -0/+2 |
| * | Don't complain about out-of-line explicit specializations of member | Douglas Gregor | 2009-10-08 | 1 | -2/+4 |
| * | Improve checking for specializations of member classes of class | Douglas Gregor | 2009-10-08 | 1 | -3/+11 |
| * | For instantiations of static data members of class templates, keep | Douglas Gregor | 2009-10-08 | 1 | -4/+16 |
| * | Refactoring around friend class templates. Better error message for friend e... | John McCall | 2009-10-07 | 1 | -57/+10 |
| * | Type checking for specializations of member functions of class | Douglas Gregor | 2009-10-07 | 1 | -12/+26 |
| * | Refactor the code that walks a C++ inheritance hierarchy, searching | Douglas Gregor | 2009-10-06 | 1 | -6/+37 |
| * | When the return type of a function is dependent, don't perform any | Douglas Gregor | 2009-10-01 | 1 | -1/+5 |
| * | Add an error for function parameters that have a qualified address space sinc... | Tanya Lattner | 2009-09-30 | 1 | -1/+12 |
| * | Provide a custom diagnostic when code tries to use an unknown builtin | Douglas Gregor | 2009-09-28 | 1 | -5/+6 |
| * | Make sure that out-of-line function and variable definitions are not | Douglas Gregor | 2009-09-28 | 1 | -2/+10 |
| * | Teach Sema::isDeclInScope to handle overload sets constructed from | Douglas Gregor | 2009-09-28 | 1 | -4/+41 |
| * | Rework the Parse-Sema interaction for friends to better support friend | Douglas Gregor | 2009-09-26 | 1 | -6/+55 |
| * | Use explicitly-specified template argument lists to help naming | Douglas Gregor | 2009-09-25 | 1 | -8/+42 |
| * | Declarators can now properly represent template-ids, e.g., for | Douglas Gregor | 2009-09-25 | 1 | -0/+11 |
| * | WIP implementation of explicit function template specialization. This | Douglas Gregor | 2009-09-24 | 1 | -5/+21 |
| * | Refactor the representation of qualifiers to bring ExtQualType out of the | John McCall | 2009-09-24 | 1 | -4/+6 |
| * | Change all the Type::getAsFoo() methods to specializations of Type::getAs(). | John McCall | 2009-09-21 | 1 | -13/+13 |
| * | Merge uninstantiated default arguments more carefully, and try not to | Douglas Gregor | 2009-09-17 | 1 | -1/+3 |
| * | Improved representation and support for friend class templates. Angst about ... | John McCall | 2009-09-16 | 1 | -1/+5 |
| * | When implicitly declaring operators new, new[], delete, and delete[], | Douglas Gregor | 2009-09-15 | 1 | -15/+19 |
| * | Perform the C++ specific semantic checks of a function declaration after it's... | Anders Carlsson | 2009-09-13 | 1 | -41/+41 |