]> granicus.if.org Git - clang/commit
Preliminary AST representation and semantic analysis for
authorDouglas Gregor <dgregor@apple.com>
Tue, 1 Sep 2009 00:37:14 +0000 (00:37 +0000)
committerDouglas Gregor <dgregor@apple.com>
Tue, 1 Sep 2009 00:37:14 +0000 (00:37 +0000)
commitc4bf26fbdff42967d660f505a83f75a4df2cc752
treed4d7ad9bdaef74905f2e3a439ea541c6ae92c9f9
parentfe9dcb345fa8347cea55142c0295b797fddeb30f
Preliminary AST representation and semantic analysis for
explicitly-specified template argument lists in member reference
expressions, e.g.,

  x->f<int>()

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@80646 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/Expr.h
lib/AST/Expr.cpp
lib/AST/StmtPrinter.cpp
lib/Frontend/PCHWriterStmt.cpp
lib/Sema/Sema.h
lib/Sema/SemaExpr.cpp
lib/Sema/SemaExprCXX.cpp
lib/Sema/SemaOverload.cpp
lib/Sema/SemaTemplate.cpp
lib/Sema/TreeTransform.h
test/SemaTemplate/member-function-template.cpp