Age | Commit message (Expand) | Author |
2010-07-01 | Revert r107374, which broke bootstrap. | Douglas Gregor |
2010-07-01 | When building the type of a destructor, make sure to keep the | Douglas Gregor |
2010-06-25 | Add comment for my last patch. | Fariborz Jahanian |
2010-06-24 | Fixes a regression when redeclaration of a global satic | Fariborz Jahanian |
2010-06-22 | In C++, allow a declaration of an enum to follow a definition of that | Douglas Gregor |
2010-06-21 | Fixes a corner case bug whereby declaring and defining an extern variable in a | Fariborz Jahanian |
2010-06-18 | Merge the "regparm" attribute from a previous declaration of a | Douglas Gregor |
2010-06-16 | Fix the recently-added warning about 'typename' and 'template' | Douglas Gregor |
2010-06-16 | Don't poke at an undefined class type of a field. Fixes PR7355. | Douglas Gregor |
2010-06-16 | Fix the build. Using declarations should not be considering when looking | John McCall |
2010-06-16 | Fix a point of semantics with using declaration hiding: method templates | John McCall |
2010-06-16 | Give Type::isIntegralType() an ASTContext parameter, so that it | Douglas Gregor |
2010-06-16 | Introduce Type::isIntegralOrEnumerationType(), to cover those places | Douglas Gregor |
2010-06-15 | Patch adds support for copying of those | Fariborz Jahanian |
2010-06-15 | Allocate template parameter lists for out-of-line definitions via the | Douglas Gregor |
2010-06-12 | Added template parameters info for out-of-line definitions of class template ... | Abramo Bagnara |
2010-06-11 | Split DependentNameType into two types. DependentNameType represents the | John McCall |
2010-06-09 | Fix two typos in comments. | Sebastian Redl |
2010-06-08 | When referring to a tag that was previously declared only as a friend, | Douglas Gregor |
2010-06-05 | Added AccessSpecDecl node. | Abramo Bagnara |
2010-06-04 | Alter the interface of GetTypeForDeclarator to return a TypeSourceInfo*. | John McCall |
2010-06-04 | Restructure how we interpret block-literal declarators. Correctly handle | John McCall |
2010-06-04 | Delay checking for mutable const fields until we're checking the field. | John McCall |
2010-05-27 | Sema: Replace getPragmaPackAlignment with AddAlignmentAttributesForRecord, which | Daniel Dunbar |
2010-05-27 | AST: Rename PragmaPackAttr to MaxFieldAlignmentAttr, which is more accurate. | Daniel Dunbar |
2010-05-26 | Improve on flexible array diagnostics (PR7029). | Fariborz Jahanian |
2010-05-26 | Fixes misc. flexible array bugs in c++ (PR7029). | Fariborz Jahanian |
2010-05-21 | Improve parser recovery when we encounter a dependent template name | Douglas Gregor |
2010-05-21 | Propagate access specifiers to anonymous union members nested within classes. | John McCall |
2010-05-20 | Whoops. | John McCall |
2010-05-20 | Don't try to check jump scopes in invalid functions. Fixes | John McCall |
2010-05-19 | Added basic source locations to Elaborated and DependentName types. | Abramo Bagnara |
2010-05-19 | Adds support for ObjC++'s GC attribute on declaration of | Fariborz Jahanian |
2010-05-15 | Substantially alter the design of the Objective C type AST by introducing | John McCall |
2010-05-15 | Implement semantic analysis and an AST representation for the named | Douglas Gregor |
2010-05-14 | Patch to fix a crash on incomplete class declaration. | Fariborz Jahanian |
2010-05-13 | Rework when and how vtables are emitted, by tracking where vtables are | Douglas Gregor |
2010-05-11 | Merged Elaborated and QualifiedName types. | Abramo Bagnara |
2010-05-08 | Improve our handling of the -Wunused-variable warning in templates. In | Douglas Gregor |
2010-05-06 | Remember the number of positive and negative bits used by the enumerators of | John McCall |
2010-05-04 | When instantiating a function that was declared via a typedef, e.g., | Douglas Gregor |
2010-05-03 | Diagnose unused exception parameters under a different warning group | Douglas Gregor |
2010-05-03 | When a class contains a non-empty anonymous union or struct, mark is | Douglas Gregor |
2010-05-01 | It turns out that basically every caller to RequireCompleteDeclContext | John McCall |
2010-04-29 | Rebuild the nested name specifiers in member-pointer declarator chunks when | John McCall |
2010-04-28 | Written storage class for declarations inside linkage specifications without ... | Abramo Bagnara |
2010-04-27 | When checking the redeclaration context of a typedef that refers to a | Douglas Gregor |
2010-04-27 | Don't look into incomplete types when trying to warn about unused | Douglas Gregor |
2010-04-26 | Diagnose declaration of reference typed ivars. | Fariborz Jahanian |
2010-04-24 | CastExpr should not hold a pointer to the base path. More cleanup. | Anders Carlsson |