| commit | 3cf81317e40d52a485aa38a00dbb0fa31bd2373e | [log] [tgz] |
|---|---|---|
| author | Douglas Gregor <dgregor@apple.com> | Tue Nov 03 23:16:33 2009 +0000 |
| committer | Douglas Gregor <dgregor@apple.com> | Tue Nov 03 23:16:33 2009 +0000 |
| tree | f943063a49596eb99e0820db4918d86b4fe1f1c0 | |
| parent | b376ce01695ae22a8cbbde111377375cb9d4344e [diff] |
Parsing and semantic analysis for template-ids that name overloaded operators, e.g., operator+<int> which now works in declarators, id-expressions, and member access expressions. This commit only implements the non-dependent case, where we can resolve the template-id to an actual declaration. llvm-svn: 85966