index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
clang
/
Sema
/
ParsedTemplate.h
Age
Commit message (
Expand
)
Author
2012-08-23
Rip out remnants of move semantic emulation and smart pointers in Sema.
Benjamin Kramer
2012-06-09
Reorder ParsedTemplateArg's members to reduce padding on x86_64.
Benjamin Kramer
2012-04-14
Parser: Don't manage TemplateAnnotationIds in a delayed cleanup pool.
Benjamin Kramer
2012-01-27
Added source location for the template keyword in AST template-id expressions.
Abramo Bagnara
2011-09-09
Change all references of type ExprTy to Expr and get rid of the typedefs.
Richard Trieu
2011-03-02
Push nested-name-specifier source-location information into dependent
Douglas Gregor
2011-02-24
Retain complete source-location information for C++
Douglas Gregor
2011-01-05
Add semantic analysis for the creation of and an AST representation
Douglas Gregor
2010-12-20
Introduce a new type, PackExpansionType, to capture types that are
Douglas Gregor
2010-11-10
Diagnose attempst to template using declarations and using directives.
John McCall
2010-08-24
Abstract out passing around types and kill off ActionBase.
John McCall
2010-08-23
Push DeclGroupRefs and TemplateNames in an opaque but type-safe way
John McCall
2010-08-23
Sundry incremental steps towards killing off Action.
John McCall
2010-08-20
Another step in the process of making the parser depend on Sema:
John McCall