index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Parse
/
ParseTemplate.cpp
Age
Commit message (
Expand
)
Author
2009-01-06
rename tok::annot_qualtypename -> tok::annot_typename, which is both
Chris Lattner
2009-01-05
TryAnnotateTypeOrScopeToken and TryAnnotateCXXScopeToken can
Chris Lattner
2009-01-04
Simplify some control flow and remove a call to TryAnnotateCXXScopeToken
Chris Lattner
2008-12-24
Keep track of template arguments when we parse them. Right now, we don't actu...
Douglas Gregor
2008-12-18
Ultrasimplistic sketch for the parsing of C++ template-ids. This won't
Douglas Gregor
2008-12-10
Use a scoped object to manage entry/exit from a parser scope rather than expl...
Douglas Gregor
2008-12-09
Kick out the proof-of-concept ASTOwner and replace it with ASTOwningResult
Sebastian Redl
2008-12-09
Consistently use smart pointers for stmt and expr nodes in parser local varia...
Sebastian Redl
2008-12-05
Representation of template type parameters and non-type template
Douglas Gregor
2008-12-02
A little more scaffolding for parsing templates:
Douglas Gregor
2008-12-01
Basic support for parsing templates, from Andrew Sutton
Douglas Gregor