| Commit message (Expand) | Author | Age | Files | Lines |
* | Commit improved version of 111026 & 111027. | Argyrios Kyrtzidis | 2010-08-15 | 1 | -2/+2 |
* | Revert 111026 & 111027, build breakage. | Argyrios Kyrtzidis | 2010-08-13 | 1 | -7/+1 |
* | The unused warnings extravaganza continues. Warn for: | Argyrios Kyrtzidis | 2010-08-13 | 1 | -1/+3 |
* | Expand the unused warnings for functions. Warn for: | Argyrios Kyrtzidis | 2010-08-13 | 1 | -0/+4 |
* | Move Sema's headers into include/clang/Sema, renaming a few along the way. | Douglas Gregor | 2010-08-12 | 1 | -2/+2 |
* | Added locations and type source info for DeclarationName inside UsingDecl. | Abramo Bagnara | 2010-08-12 | 1 | -9/+13 |
* | Added locations and type source info for DeclarationName. | Abramo Bagnara | 2010-08-11 | 1 | -22/+10 |
* | Remove the DeclaredInCondition bit now that it's no longer used. | Nick Lewycky | 2010-08-06 | 1 | -1/+0 |
* | Instantiate attributes from the pattern record when instantiating | John McCall | 2010-08-01 | 1 | -13/+12 |
* | Remove the vast majority of the Destroy methods from the AST library, | Douglas Gregor | 2010-07-25 | 1 | -6/+1 |
* | Hide FunctionTemplateDecl's specializations folding set as implementation det... | Argyrios Kyrtzidis | 2010-07-20 | 1 | -18/+10 |
* | Hide the specializations folding sets of ClassTemplateDecl as an implementati... | Argyrios Kyrtzidis | 2010-07-20 | 1 | -20/+5 |
* | When instantiating function definitions set parameter names to those used in ... | Peter Collingbourne | 2010-07-18 | 1 | -4/+8 |
* | Set DeclContext of ParamVarDecl only. No need | Fariborz Jahanian | 2010-07-13 | 1 | -3/+0 |
* | More block instantiation stuff. Set variable/param DeclContext | Fariborz Jahanian | 2010-07-13 | 1 | -0/+3 |
* | Instantiate attributes when first building an instantiated | Fariborz Jahanian | 2010-07-13 | 1 | -6/+3 |
* | Copy over attributes to instantiated variable. | Fariborz Jahanian | 2010-07-12 | 1 | -1/+4 |
* | When performing substitution of template arguments within the body of | Douglas Gregor | 2010-07-08 | 1 | -10/+20 |
* | Introduce Decl::hasBody() and FunctionDecl::hasBody() and use them instead of... | Argyrios Kyrtzidis | 2010-07-07 | 1 | -3/+3 |
* | Implement dependent alignment attribute support. This is a bit gross given the | Chandler Carruth | 2010-06-25 | 1 | -4/+19 |
* | Given Decl::isUsed() a flag indicating when to consider the "used" | Douglas Gregor | 2010-06-17 | 1 | -1/+3 |
* | Revert r106099; it broke self-host. | Douglas Gregor | 2010-06-16 | 1 | -3/+5 |
* | Added TemplateTypeParmType::getDecl(). | Abramo Bagnara | 2010-06-16 | 1 | -5/+3 |
* | Implement -fvisibility-inlines-hidden. <rdar://problem/7819834> | Douglas Gregor | 2010-06-15 | 1 | -0/+2 |
* | Added inherited info to template and non-type arguments of templates. | Abramo Bagnara | 2010-06-09 | 1 | -2/+2 |
* | Added AccessSpecDecl node. | Abramo Bagnara | 2010-06-05 | 1 | -0/+9 |
* | Don't insert in lexical context implicit definitions of static member instances. | Abramo Bagnara | 2010-06-04 | 1 | -1/+2 |
* | Convert DeclNodes to use TableGen. | Alexis Hunt | 2010-05-30 | 1 | -1/+1 |
* | Make sure that we instantiate variably modified types, even if they | Douglas Gregor | 2010-05-24 | 1 | -2/+4 |
* | When instantiating a function declaration within a function template, | Douglas Gregor | 2010-05-21 | 1 | -0/+1 |
* | When instantiating anonymous structs/unions within a function, make | Douglas Gregor | 2010-05-21 | 1 | -1/+18 |
* | Revert r104106; it's breaking linking of Boost.Serialization. | Douglas Gregor | 2010-05-19 | 1 | -36/+8 |
* | Teach clang to instantiate attributes on more declarations. Fixes PR7102. | Douglas Gregor | 2010-05-19 | 1 | -8/+36 |
* | I hate this commit. | Douglas Gregor | 2010-05-18 | 1 | -70/+33 |
* | Instantiate attributes on typedefs. This is a quick fix for PR7148, | Douglas Gregor | 2010-05-17 | 1 | -0/+1 |
* | Diagnose a redefinition error when there are two instantiations of friend | Douglas Gregor | 2010-05-17 | 1 | -1/+29 |
* | Determine when the instantiation of a friend function defined inside a | Douglas Gregor | 2010-05-17 | 1 | -4/+21 |
* | C++98/03 [temp.friend]p4 requires that inline function definitions | Douglas Gregor | 2010-05-17 | 1 | -0/+23 |
* | Whenever we instantiate a function definition or class, enter a new | Douglas Gregor | 2010-05-12 | 1 | -0/+2 |
* | Improve our handling of the -Wunused-variable warning in templates. In | Douglas Gregor | 2010-05-08 | 1 | -1/+6 |
* | When we encounter a non-dependent type during template instantiation, | Douglas Gregor | 2010-05-07 | 1 | -0/+4 |
* | Partial and full specializations of a class template may have a | Douglas Gregor | 2010-05-06 | 1 | -1/+3 |
* | When instantiating a function that was declared via a typedef, e.g., | Douglas Gregor | 2010-05-04 | 1 | -0/+21 |
* | When computing the template arguments for the instantiation of a | Douglas Gregor | 2010-05-03 | 1 | -3/+3 |
* | When instantiating a function-local variable definition, introduce the | Douglas Gregor | 2010-05-03 | 1 | -0/+3 |
* | When instantiating a member function declared via a typedef, don't try | Douglas Gregor | 2010-05-03 | 1 | -14/+18 |
* | Clean up our handling of local instantiation scopes, which keep track | Douglas Gregor | 2010-04-30 | 1 | -2/+9 |
* | Introduce a sequence number into class template partial | Douglas Gregor | 2010-04-30 | 1 | -27/+4 |
* | Make the InjectedClassNameType the canonical type of the current instantiation | John McCall | 2010-04-27 | 1 | -1/+1 |
* | Recommit r102215, this time being more careful to only set the "principal | John McCall | 2010-04-24 | 1 | -8/+13 |