summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaTemplateInstantiate.cpp
Commit message (Expand)AuthorAgeFilesLines
* When instantiating the definition of a member function of a classDouglas Gregor2009-05-181-14/+28
* Reflow some comments.Mike Stump2009-05-161-14/+10
* Introduce basic support for instantiating the definitions of memberDouglas Gregor2009-05-141-0/+20
* Implement explicit instantiations of member classes of class templates, e.g.,Douglas Gregor2009-05-141-1/+1
* Explicit instantiations of templates now instantiate the definitionsDouglas Gregor2009-05-131-0/+51
* Improve the semantic checking for explicit instantiations ofDouglas Gregor2009-05-131-4/+20
* Semantic analysis for explicit instantiation of class templates. WeDouglas Gregor2009-05-131-4/+6
* Encapsulate template arguments lists in a new class,Douglas Gregor2009-05-111-45/+22
* Replace more release+static_cast with takeAs.Anders Carlsson2009-05-011-1/+1
* Replace a bunch of static_cast + release with takeAs.Anders Carlsson2009-05-011-1/+1
* ObjCQualifiedClass is dead, remove it.Chris Lattner2009-04-221-8/+0
* Propagate the ASTContext to various AST traversal and lookup functions.Douglas Gregor2009-04-091-2/+3
* Parsing, semantic analysis, and template instantiation for typenameDouglas Gregor2009-04-011-10/+24
* Some cleanup and renaming. No functionality changeDouglas Gregor2009-03-311-3/+2
* Implement template instantiation for template names, including bothDouglas Gregor2009-03-311-4/+76
* Parsing and AST representation for dependent template names that occurDouglas Gregor2009-03-311-1/+1
* Improve the representation of template names in the AST. ThisDouglas Gregor2009-03-301-11/+11
* Introduce a new OpaquePtr<N> struct type, which is a simple POD wrapper for aChris Lattner2009-03-281-5/+4
* Initial implementation of parsing, semantic analysis, and templateDouglas Gregor2009-03-271-9/+32
* Revamp our representation of C++ nested-name-specifiers. We now have aDouglas Gregor2009-03-261-27/+46
* Fix notes regarding the instantiation of member classes (and test 'em).Douglas Gregor2009-03-251-2/+1
* Instantiation for member classes of class templates. Note that onlyDouglas Gregor2009-03-251-66/+103
* Move template instantiation for expressions into a separate fileDouglas Gregor2009-03-251-401/+0
* Eliminate post-diagnostic hooks. Instead, implement a Sema-specificDouglas Gregor2009-03-201-8/+0
* Introduce a new expression type, UnresolvedDeclRefExpr, that describesDouglas Gregor2009-03-191-2/+55
* Introduce a representation for types that we referred to via aDouglas Gregor2009-03-191-0/+8
* Use the instantiated expressions to build the ConditionalOperator. This addre...Gabor Greif2009-03-181-8/+4
* incorporate review comment (about the optimization when we have a non-typedep...Gabor Greif2009-03-181-2/+18
* simplify logic, isInvalid check is redundantGabor Greif2009-03-181-8/+3
* cleanup instantiation code, tighten testcaseGabor Greif2009-03-181-3/+0
* instantiate ?: expressionsGabor Greif2009-03-181-1/+30
* Refactor instantiation of declarations within a template into a muchDouglas Gregor2009-03-171-149/+12
* Implement instantiation of enums within class templates. This isn'tDouglas Gregor2009-03-171-2/+53
* Handle ImplicitCastExprs when instantiating templates.Anders Carlsson2009-03-171-1/+17
* Fix a problem noticed by Anders, where we were creatingDouglas Gregor2009-03-161-1/+14
* Almost complete implementation of rvalue references. One bug, and a few uncle...Sebastian Redl2009-03-161-4/+14
* (Hopefully) instantiate dependent array types correctly.Anders Carlsson2009-03-151-3/+21
* Handle static_asserts when instantiating structs.Anders Carlsson2009-03-151-0/+19
* Add the ability to clone integer and string literals. Use it when instantiati...Anders Carlsson2009-03-151-5/+3
* Convert a bunch of actions to smart pointers, and also bring PrintParserCallb...Sebastian Redl2009-03-151-10/+12
* Fix bitfield-instantiation ownership bug noticed by AndersDouglas Gregor2009-03-151-2/+1
* Implement template instantiation for the prefix unary operators. AsDouglas Gregor2009-03-131-46/+100
* Implement template instantiation for several more kinds of expressions:Douglas Gregor2009-03-131-6/+103
* Remove an already-fixed FIXMEDouglas Gregor2009-03-131-3/+0
* Refactor the way we handle operator overloading and templateDouglas Gregor2009-03-131-8/+55
* Improve the representation of operator expressions like "x + y" withinDouglas Gregor2009-03-131-0/+27
* Implement template instantiation for builtin binary operatorsDouglas Gregor2009-03-121-1/+28
* Store the type of the integral value within a TemplateArgument, so that we ca...Douglas Gregor2009-03-121-12/+4
* Use StmtVisitor to handle the decoding of expressions forDouglas Gregor2009-03-121-36/+75
* Straw man for instantiation of expressions. Use it to instantiate theDouglas Gregor2009-03-121-1/+66
OpenPOWER on IntegriCloud