Go to file
Douglas Gregor a8db954f24 Representation of and template instantiation for member
expressions. This change introduces another AST node,
CXXUnresolvedMemberExpr, that captures member references (x->m, x.m)
when the base of the expression (the "x") is type-dependent, and we
therefore cannot resolve the member reference yet.

Note that our parsing of member references for C++ is still quite
poor, e.g., we don't handle x->Base::m or x->operator int.

llvm-svn: 72281
2009-05-22 21:13:27 +00:00
clang Representation of and template instantiation for member 2009-05-22 21:13:27 +00:00
llvm CMake: Use libpthread in tblgen when needed. Updated list of source 2009-05-22 20:55:15 +00:00