clang-1/include/clang
Douglas Gregor 26236e8b75 A little more scaffolding for parsing templates:
- Template parameter scope to hold the template parameters
  - Template parameter context for parsing declarators
  - Actions for template type parameters and non-type template
    parameters



git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@60387 91177308-0d34-0410-b5e6-96231b3b80d8
2008-12-02 00:41:28 +00:00
..
AST This patch corrects problem in searching for a setter/getter method for 2008-12-02 00:19:12 +00:00
Analysis To be consistent, make the index of the ElementRegion always signed. 2008-11-29 12:05:04 +00:00
Basic Basic support for parsing templates, from Andrew Sutton 2008-12-01 23:54:00 +00:00
CodeGen Add GetModule accessor to ModuleBuilder 2008-10-21 19:55:09 +00:00
Driver Add license comments. 2008-11-27 02:19:10 +00:00
Lex PTHLexer now owns the Token vector. 2008-11-27 00:38:24 +00:00
Parse A little more scaffolding for parsing templates: 2008-12-02 00:41:28 +00:00
Rewrite make the -rewrite-test a bit more interesting: it now 2008-10-12 06:09:52 +00:00
Sema Comment fix, ParseAST does not take ownership of the consumer. 2008-10-27 22:01:05 +00:00