| Commit message (Expand) | Author | Age | Files | Lines |
| * | Refactoring. | Argyrios Kyrtzidis | 2010-11-19 | 1 | -4/+4 |
| * | Add an assertion, fix a whole bunch of bugs, comment the assertion | John McCall | 2010-11-18 | 1 | -5/+5 |
| * | Calculate the value kind of an expression when it's created and | John McCall | 2010-11-18 | 1 | -18/+17 |
| * | Region-allocate all AttributeList objects from a factory object instead of ma... | Ted Kremenek | 2010-11-10 | 1 | -2/+0 |
| * | Diagnose attempst to template using declarations and using directives. | John McCall | 2010-11-10 | 1 | -8/+12 |
| * | tidy up | Chris Lattner | 2010-11-09 | 1 | -5/+4 |
| * | Fix source locations in unnamed bitfield diagnostic, from Jakub | Douglas Gregor | 2010-11-09 | 1 | -0/+5 |
| * | Check for an invalid field earlier in a constructor's initialization | Douglas Gregor | 2010-11-05 | 1 | -3/+3 |
| * | No really, we don't have a retain/release system for statements/expressions | John McCall | 2010-10-26 | 1 | -11/+3 |
| * | Improve the tracking of source locations for parentheses in constructor calls. | Chandler Carruth | 2010-10-25 | 1 | -5/+10 |
| * | When performing name lookup for a namespace definition, only look into | Douglas Gregor | 2010-10-22 | 1 | -9/+11 |
| * | Pass TInfo to CXXDestructorDecl::Create(), just like we do for other | Craig Silverstein | 2010-10-21 | 1 | -1/+1 |
| * | Redirect templated friend class decls to a new Sema callback and | John McCall | 2010-10-19 | 1 | -0/+104 |
| * | Reformatting. | John McCall | 2010-10-16 | 1 | -2/+2 |
| * | White-listing templated-scope friend decls is a good idea, but doing it | John McCall | 2010-10-16 | 1 | -0/+11 |
| * | Diagnose C++ [class.mem]p13-14, where a class member has the same name | Douglas Gregor | 2010-10-15 | 1 | -0/+21 |
| * | Death to blocks, or at least the word "block" in one particular obnoxiously | John McCall | 2010-10-15 | 1 | -1/+1 |
| * | template-ids are looked up differently in friend declarations. | John McCall | 2010-10-14 | 1 | -1/+6 |
| * | Generalize the checking for qualification of (non-friend) class | Douglas Gregor | 2010-10-13 | 1 | -0/+21 |
| * | Preserve the original scope when picking the right scope for a friend | John McCall | 2010-10-13 | 1 | -2/+3 |
| * | Support friend function declarations in local classes correctly. | John McCall | 2010-10-13 | 1 | -6/+22 |
| * | Handle dependent friends more explicitly and deal with the possibility | John McCall | 2010-10-12 | 1 | -42/+57 |
| * | If we end up instantiating a function parameter whose default argument | Douglas Gregor | 2010-10-12 | 1 | -0/+12 |
| * | Track the location of the context requiring an implicit conversion and use it | John McCall | 2010-10-08 | 1 | -1/+9 |
| * | Silence unused variable warning in Release builds. | Nick Lewycky | 2010-10-06 | 1 | -0/+1 |
| * | When checking for uninitialized fields in member initializers, special case s... | Anders Carlsson | 2010-10-06 | 1 | -0/+13 |
| * | Move the management of the set of conversion functions in a C++ class | Douglas Gregor | 2010-09-29 | 1 | -28/+9 |
| * | Move the maintenance of CXXRecordDecl::DefinitionData's Abstract bit | Douglas Gregor | 2010-09-29 | 1 | -76/+1 |
| * | Teach FunctionDecl::setPure() to (indirectly) mark the Abstract bit in | Douglas Gregor | 2010-09-28 | 1 | -3/+0 |
| * | Reinstate r114925 and r114929, both steps toward | Douglas Gregor | 2010-09-28 | 1 | -51/+0 |
| * | Centralize the management of CXXRecordDecl::DefinitionData's Empty bit | Douglas Gregor | 2010-09-28 | 1 | -10/+0 |
| * | Reinstate r114921, which I've exonerated via a self-host build. | Douglas Gregor | 2010-09-28 | 1 | -8/+0 |
| * | Temporarily revert 114929 114925 114924 114921. It looked like they (or at least | Bill Wendling | 2010-09-28 | 1 | -0/+69 |
| * | Centralize the management of CXXRecordDecl::DefinitionData's | Douglas Gregor | 2010-09-28 | 1 | -45/+0 |
| * | Centralize the management of CXXRecordDecl::DefinitionData's | Douglas Gregor | 2010-09-27 | 1 | -6/+0 |
| * | Centralize the management of CXXRecordDecl::DefinitionData's Empty bit | Douglas Gregor | 2010-09-27 | 1 | -10/+0 |
| * | Centralize the management of CXXRecordDecl::DefinitionData's Aggregate | Douglas Gregor | 2010-09-27 | 1 | -8/+0 |
| * | Centralize the handling of CXXRecordDecl::DefinitionData's | Douglas Gregor | 2010-09-27 | 1 | -1/+0 |
| * | Kill FunctionDecl's IsCopyAssignment bit; it duplicated what could | Douglas Gregor | 2010-09-27 | 1 | -1/+0 |
| * | Centralize the handling of | Douglas Gregor | 2010-09-27 | 1 | -10/+0 |
| * | Clean up the handling of the DeclaredDefaultConstructor and | Douglas Gregor | 2010-09-27 | 1 | -9/+0 |
| * | Patch implements passing arrays to functions expecting | Fariborz Jahanian | 2010-09-24 | 1 | -1/+2 |
| * | Do not warn with -Wuninitialized when the member is used in a sizeof or addre... | Argyrios Kyrtzidis | 2010-09-21 | 1 | -0/+8 |
| * | Give implicitly-defined default constructors and destructors empty | Douglas Gregor | 2010-09-20 | 1 | -3/+10 |
| * | static local variables with destructors don't require a global destructor | John McCall | 2010-09-18 | 1 | -1/+2 |
| * | one piece of code is responsible for the lifetime of every aggregate | John McCall | 2010-09-15 | 1 | -5/+3 |
| * | Remove CXXRecordDecl::getDefaultConstructor(), an inherently unsafe function ... | Sebastian Redl | 2010-09-13 | 1 | -4/+26 |
| * | Fix a typo noted by Gabor | Douglas Gregor | 2010-09-13 | 1 | -1/+1 |
| * | Don't complain about useless user-defined conversion functions when | Douglas Gregor | 2010-09-12 | 1 | -1/+4 |
| * | Simplify template instantiation for C++ exception declarations, | Douglas Gregor | 2010-09-09 | 1 | -8/+7 |