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
/
instantiate-member-expr.cpp
Age
Commit message (
Expand
)
Author
2012-10-21
Unrevert r166268, reverted in r166272, with a fix for the issue which Nick
Richard Smith
2012-10-19
Revert r166268, this fix for a crash-on-invalid introduced a rejects-valid.
Nick Lewycky
2012-10-19
PR14124: When performing template instantiation of a qualified-id outside of a
Richard Smith
2011-01-04
Enhance the diagnostic for negative array sizes to include the
Chandler Carruth
2010-12-22
[analyzer] Refactoring: Drop the 'GR' prefix.
Argyrios Kyrtzidis
2010-11-12
Replace one hack with a different hack: strip out the ObjectType
John McCall
2010-04-27
Improve the diagnostic you get when making a qualified member access
John McCall
2010-04-27
Make the InjectedClassNameType the canonical type of the current instantiation
John McCall
2010-03-10
When pretty-printing tag types, only print the tag if we're in C (and
John McCall
2010-01-15
Don't repeat lookup when instantiating resolved member expressions.
John McCall
2009-12-22
When we simply return a retained member expression when instantiating, we mus...
Anders Carlsson