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-access-expr.cpp
Age
Commit message (
Expand
)
Author
2010-12-06
Clarify the logic for when to build an overloaded binop. In particular,
John McCall
2010-08-30
Fix an corner-case assertion introduced by the refactoring in r112258;
Douglas Gregor
2010-02-25
Use CXXPseudoDestructorExpr as the stored representation for dependent
Douglas Gregor
2009-12-19
Unresolved implicit member accesses are dependent if the object type is depen...
John McCall
2009-12-15
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
Daniel Dunbar
2009-11-05
Make sure to grab CVR qualifiers from the canonical type. ARGH!
Douglas Gregor
2009-10-22
When a template-id expression refers to a member function template, turn it i...
Douglas Gregor
2009-09-04
Implement AST, semantics, and CodeGen for C++ pseudo-destructor
Douglas Gregor
2009-09-03
Implement tree transformations for DeclarationNames. Among other
Douglas Gregor
2009-09-03
Improve template instantiation for member access expressions that
Douglas Gregor
2009-09-02
Add a wicked little test-case that illustrates what we have to deal
Douglas Gregor