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
/
AST
/
TemplateBase.cpp
Age
Commit message (
Expand
)
Author
2010-09-03
fix a crash in RecursiveASTVisitor's child classes (PR8403); reviewed by chan...
Zhanyong Wan
2010-08-05
operator<< on a DiagnosticBuilder should *always* output exactly one thing.
John McCall
2010-06-11
Split DependentNameType into two types. DependentNameType represents the
John McCall
2010-05-20
Renamed misleading getSourceRange -> getLocalSourceRange and getFullSourceRan...
Abramo Bagnara
2010-05-08
When printing a non-viable overload candidate that failed due to
Douglas Gregor
2009-12-07
DeclaratorInfo -> TypeSourceInfo. Makes an effort to rename associated varia...
John McCall
2009-11-23
Canonical template arguments that are template template parameters by
Douglas Gregor
2009-11-11
Fix speculative parsing of dependent template names in
Douglas Gregor
2009-11-11
Introduce a new representation for template template
Douglas Gregor
2009-10-29
A few TemplateArgumentLoc clean-ups. Try to remember the Expr for a declarat...
John McCall
2009-10-29
Track source information for template arguments and template specialization
John McCall
2009-10-29
Extract TemplateArgument into a new header just for common template
John McCall