aboutsummaryrefslogtreecommitdiff
path: root/lib/AST/TemplateName.cpp
AgeCommit message (Expand)Author
2009-11-04Implement support for parsing dependent template-ids that refer toDouglas Gregor
2009-09-09Remove tabs, and whitespace cleanups.Mike Stump
2009-09-09Initial stab at implement dependent member references to memberDouglas Gregor
2009-07-29[llvm up]Douglas Gregor
2009-06-30Key decisions about 'bool' vs '_Bool' to be based on a new flag in langoptions.Chris Lattner
2009-05-29Create a new PrintingPolicy class, which we pass down through the ASTDouglas Gregor
2009-04-02add TemplateName.cpp/h to the xcode project, minor tidying.Chris Lattner
2009-04-01Parsing, semantic analysis, and template instantiation for typenameDouglas Gregor
2009-03-31Some cleanup and renaming. No functionality changeDouglas Gregor
2009-03-31Implement template instantiation for template names, including bothDouglas Gregor
2009-03-30Improve the representation of template names in the AST. ThisDouglas Gregor