Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Instantiation support for 'this' | Anders Carlsson | 2009-05-15 | 1 | -0/+8 |
| | | | | llvm-svn: 71886 | ||||
* | Template instantiation for "if" statements. Also: | Douglas Gregor | 2009-05-15 | 1 | -0/+17 |
| | | | | | | | | - Skip semantic analysis of the "if" condition if it is type-dependent. - Added the location of the "else" keyword into IfStmt, so that we can provide it for type-checking after template instantiation. llvm-svn: 71875 | ||||
* | Call ActOnStartOfFunctionDecl/ActOnFinishFunctionBody when | Douglas Gregor | 2009-05-15 | 1 | -1/+9 |
| | | | | | | instantiating the definition of a function from a template. llvm-svn: 71869 | ||||
* | Instantiate return statements. | Anders Carlsson | 2009-05-15 | 1 | -0/+13 |
| | | | | llvm-svn: 71825 | ||||
* | Instantiate goto and label statements. (Very useful, I know) | Anders Carlsson | 2009-05-15 | 1 | -0/+11 |
| | | | | llvm-svn: 71822 | ||||
* | Implement template instantiation for DeclStmt | Douglas Gregor | 2009-05-15 | 1 | -0/+3 |
| | | | | llvm-svn: 71818 | ||||
* | Template instantiation for the NULL statement. Lame, I know | Douglas Gregor | 2009-05-14 | 1 | -0/+11 |
| | | | | llvm-svn: 71816 | ||||
* | Introduce basic support for instantiating the definitions of member | Douglas Gregor | 2009-05-14 | 1 | -0/+14 |
functions of class templates. Only compound statements and expression statements are currently implemented. llvm-svn: 71814 |