Age | Commit message (Expand) | Author |
2012-05-11 | Fix a recent regression with the merging of format attributes. | Rafael Espindola |
2012-05-10 | Fix an old (2009) FIXME: | Rafael Espindola |
2012-05-09 | objective-c. Fixes a 'fixit' where location of | Fariborz Jahanian |
2012-05-09 | Update the SelfReferenceChecker. Refactored some of the visitor methods. | Richard Trieu |
2012-05-06 | Split mergeAvailabilityAttr out of handleAvailabilityAttr. This is important | Rafael Espindola |
2012-05-04 | Switch RequireLiteralType() off of PartialDiagnostic. | Douglas Gregor |
2012-05-02 | Revert most of r154844, which was disabled in r155975. Keep around the | Richard Smith |
2012-05-02 | Try harder to recognize hidden tag type names in potential declarations instead | Kaelyn Uhrain |
2012-04-30 | Add FixItHint for -Wnull-conversion to initialize with an appropriate literal. | David Blaikie |
2012-04-30 | HandleDeclarator() returns NULL for semantic disasters. Deal with it | Douglas Gregor |
2012-04-30 | Remove the ref/value inconsistency in filter_decl_iterator. | David Blaikie |
2012-04-27 | Imrpove the note text for when a non-type decl hides a tag type | Kaelyn Uhrain |
2012-04-26 | Add note to help explain why a tag such as 'struct' is needed to refer | Kaelyn Uhrain |
2012-04-21 | Fix regression in r154844. If necessary, defer computing adjusted destructor | Richard Smith |
2012-04-17 | PR12569: Instantiate exception specifications of explicit instantiations | Richard Smith |
2012-04-16 | Implement the last part of C++ [class.mem]p2, delaying the parsing of | Douglas Gregor |
2012-04-16 | Implement C++11 [expr.prim.general]p3, which permits the use of 'this' | Douglas Gregor |
2012-04-13 | PR12500: Improve the wording of the diagnostic for a redefinition of a name | Richard Smith |
2012-04-06 | Fixed scoping error for late parsed attributes in nested classes. | DeLesley Hutchins |
2012-04-03 | Replace the workaround from r153445 with a proper fix. | Kaelyn Uhrain |
2012-04-02 | Implement DR1402: if a field or base class is not movable, the derived class's | Richard Smith |
2012-04-02 | Basic semantic analysis support for inheriting constructor declarations in | Richard Smith |
2012-03-28 | Unify and fix our checking of C++ [dcl.meaning]p1's requirements | Douglas Gregor |
2012-03-26 | When diagnosing an invalid out-of-line redeclaration, don't permit | Douglas Gregor |
2012-03-26 | Delay checking of dependent underlying types for redeclarations of member | Richard Smith |
2012-03-23 | When defining a forward-declared enum, don't try to attach the definition to | Richard Smith |
2012-03-23 | Support for definitions of member enumerations of class templates outside the | Richard Smith |
2012-03-17 | Diagnose tag and class template declarations with qualified | Douglas Gregor |
2012-03-16 | Warn on flexible array members when in C89 mode, with -pedantic. | David Chisnall |
2012-03-15 | Remove a variable rendered unused by r152750. | Richard Smith |
2012-03-14 | Instantiating a class template should not instantiate the definition of any | Richard Smith |
2012-03-13 | Ensure that default arguments are handled correctly in sub scopes. For example: | James Molloy |
2012-03-13 | PR11925: A function can't have a variably-modified return type. Not even in C++. | Richard Smith |
2012-03-13 | Fix PR10447: lazily building name lookup tables for DeclContexts was broken. | Richard Smith |
2012-03-11 | Unify naming of LangOptions variable/get function across the Clang stack (Lex... | David Blaikie |
2012-03-10 | Remove BlockDeclRefExpr and introduce a bit on DeclRefExpr to | John McCall |
2012-03-10 | Slightly tweak this condition. "isTransparentContext()" was checking whether an | Nick Lewycky |
2012-03-10 | Could not find this in C99. Perhaps this rule comes from a DR, but in any case | Nick Lewycky |
2012-03-09 | Improve our semantic error recovery. | Argyrios Kyrtzidis |
2012-03-09 | lldb support: under debugger support flag, when sending message | Fariborz Jahanian |
2012-03-09 | [AST/Sema/libclang] Replace getSourceRange().getBegin() with getLocStart(). | Daniel Dunbar |
2012-03-09 | [AST] Reduce Decl::getASTContext() calls. | Daniel Dunbar |
2012-03-08 | Fix -Wuninitialized to catch the case of a class being initialized with a call | Richard Trieu |
2012-02-29 | Reapply r151638 and r151641. | James Molloy |
2012-02-28 | Revert r151638 because it causes assertion hit on PCH creation for Cocoa.h | Argyrios Kyrtzidis |
2012-02-28 | Un-break clang based on r151638 - What was meant to be a trivial variable nam... | James Molloy |
2012-02-28 | Correctly track tags and enum members defined in the prototype of a function,... | James Molloy |
2012-02-26 | Don't assert when trying to diagnose why a class with a constructor template is | Richard Smith |
2012-02-23 | Try to handle qualifiers more consistently for array InitListExprs. Fixes <r... | Eli Friedman |
2012-02-20 | modern objc translator. Finish off first cut of the | Fariborz Jahanian |