summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaTemplate/instantiate-function-1.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Instantiation support for 'this'Anders Carlsson2009-05-151-0/+8
| | | | llvm-svn: 71886
* Template instantiation for "if" statements. Also:Douglas Gregor2009-05-151-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 whenDouglas Gregor2009-05-151-1/+9
| | | | | | instantiating the definition of a function from a template. llvm-svn: 71869
* Instantiate return statements.Anders Carlsson2009-05-151-0/+13
| | | | llvm-svn: 71825
* Instantiate goto and label statements. (Very useful, I know)Anders Carlsson2009-05-151-0/+11
| | | | llvm-svn: 71822
* Implement template instantiation for DeclStmtDouglas Gregor2009-05-151-0/+3
| | | | llvm-svn: 71818
* Template instantiation for the NULL statement. Lame, I knowDouglas Gregor2009-05-141-0/+11
| | | | llvm-svn: 71816
* Introduce basic support for instantiating the definitions of memberDouglas Gregor2009-05-141-0/+14
functions of class templates. Only compound statements and expression statements are currently implemented. llvm-svn: 71814
OpenPOWER on IntegriCloud