index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
SemaTemplate
/
member-template-access-expr.cpp
Age
Commit message (
Expand
)
Author
2012-05-15
Improve some of the conversion warnings to fire on conversion to bool.
David Blaikie
2012-04-05
Enable warn_impcast_literal_float_to_integer by default.
David Blaikie
2010-07-16
When performing template name lookup for a dependent member access
Douglas Gregor
2010-01-15
When determining whether the type is the current instantiation, strip
Douglas Gregor
2009-12-15
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
Daniel Dunbar
2009-11-04
When starting a C++ member access expression, make sure to compute the
Douglas Gregor
2009-10-31
Implement "incremental" template instantiation for non-type template
Douglas Gregor
2009-10-24
Fix overload resolution when calling a member template or taking the
Douglas Gregor
2009-10-20
Handle substitutions into the "first qualifier in scope" of a
Douglas Gregor
2009-10-19
Parse a simple-template-id following a '~' when calling a destructor, e.g.,
Douglas Gregor
2009-09-09
Initial stab at implement dependent member references to member
Douglas Gregor