Age | Commit message (Expand) | Author |
2009-11-17 | Instead of hanging a using declaration's target decls directly off the using | John McCall |
2009-10-27 | Implement proper linkage for explicit instantiation declarations of | Douglas Gregor |
2009-10-27 | Introduce FunctionDecl::isInlined() to tell whether a function should | Douglas Gregor |
2009-10-27 | Rename FunctionDecl::isInline/setInline to | Douglas Gregor |
2009-10-27 | Explicit instantiation suppresses the instantiation of non-inline | Douglas Gregor |
2009-10-27 | An explicit instantiation definition only instantiations those class | Douglas Gregor |
2009-10-24 | Preserve type source information in TypedefDecls. Preserve it across | John McCall |
2009-10-23 | Remove OriginalTypeParmDecl; the original type is the one specified | John McCall |
2009-10-18 | Move clients to use IdentifierInfo::getNameStart() instead of getName() | Daniel Dunbar |
2009-10-18 | Clone the full Type hierarchy into the TypeLoc hierarchy. Normalize | John McCall |
2009-10-15 | Simplify checking of explicit template specialization/explicit | Douglas Gregor |
2009-10-14 | Give explicit and implicit instantiations of static data members of | Douglas Gregor |
2009-10-14 | Testing and some minor fixes for explicit template instantiation. | Douglas Gregor |
2009-10-13 | When explicitly specializing a member that is a template, mark the | Douglas Gregor |
2009-10-12 | Diagnose the declaration of explicit specializations after an implicit | Douglas Gregor |
2009-10-09 | Refactor the LookupResult API to simplify most common operations. Require us... | John McCall |
2009-10-08 | For instantiations of static data members of class templates, keep | Douglas Gregor |
2009-10-07 | Keep track of whether a member function instantiated from a member | Douglas Gregor |
2009-09-29 | -Introduce TypeLoc::getOpaqueData() | Argyrios Kyrtzidis |
2009-09-29 | Fix http://llvm.org/PR5090. | Mike Stump |
2009-09-24 | WIP implementation of explicit function template specialization. This | Douglas Gregor |
2009-09-21 | Change all the Type::getAsFoo() methods to specializations of Type::getAs(). | John McCall |
2009-09-13 | Rework the way we determine whether an externally visible symbol is | Douglas Gregor |
2009-09-12 | Remove unnecessary ASTContext parameter from FunctionDecl::isBuiltinID | Douglas Gregor |
2009-09-12 | Remove unnecessary ASTContext parameters from isMain and isExternC | Douglas Gregor |
2009-09-12 | Eliminate FunctionDecl::getBodyIfAvailable | Douglas Gregor |
2009-09-11 | Tweak the semantics of FunctionDecl::isOutOfLine to consider an | Douglas Gregor |
2009-09-11 | Cleanup and test C++ default arguments. Improvements include: | Douglas Gregor |
2009-09-11 | When stringizing a NamedDecl for a diagnostic, treat the template | John McCall |
2009-09-09 | Remove tabs, and whitespace cleanups. | Mike Stump |
2009-09-08 | Vastly improve PredefinedExpr output, both in Sema and CodeGen. Patch by Sam ... | Anders Carlsson |
2009-09-04 | Improve the AST representation and semantic analysis for extern | Douglas Gregor |
2009-09-04 | Correctly handle elaborated template ids. Still not handled properly for fri... | John McCall |
2009-08-21 | Remove TypeSpecStartLocation from VarDecl/FunctionDecl/FieldDecl, and use Dec... | Argyrios Kyrtzidis |
2009-08-19 | Introduce DeclaratorDecl and pass DeclaratorInfo through the Decl/Sema interf... | Argyrios Kyrtzidis |
2009-08-19 | Introduce DeclaratorInfo and TypeLoc, intended to be used for storing and rea... | Argyrios Kyrtzidis |
2009-08-15 | Disable all recognition of main() in -ffreestanding. Addresses bug #4720. | John McCall |
2009-07-29 | There's no point in going through the getAs<TagType> stuff to find the defini... | Douglas Gregor |
2009-07-29 | Make tag declarations redeclarable. This change has three purposes: | Douglas Gregor |
2009-07-29 | Change uses of: | Ted Kremenek |
2009-07-24 | Template instantiation for static data members that are defined out-of-line. | Douglas Gregor |
2009-07-21 | Add the location of the tag keyword into TagDecl. From Enea | Douglas Gregor |
2009-07-18 | Introduce a redecl_iterator in Decl class, so that we can do a "iterate over ... | Argyrios Kyrtzidis |
2009-07-18 | Introduce the Redeclarable template class, which serves as a base type defini... | Argyrios Kyrtzidis |
2009-07-18 | Remove getFirstDeclaration/getLatestDeclaration from FunctionDecl and VarDecl. | Argyrios Kyrtzidis |
2009-07-18 | Move the functionality of ASTContext::getCanonicalDecl(), into a virtual meth... | Argyrios Kyrtzidis |
2009-07-17 | Per offline discussion with Steve Naroff, add back Type::getAsXXXType() methods | Ted Kremenek |
2009-07-17 | Replaced Type::getAsLValueReferenceType(), Type::getAsRValueReferenceType(), ... | Ted Kremenek |
2009-07-14 | Add a "TypeSpecStartLoc" to FieldDecl. Patch contributed by Enea Zaffanella. | Steve Naroff |
2009-07-14 | Introduce redecl_iterator, used for iterating over the redeclarations of a Fu... | Argyrios Kyrtzidis |