]> granicus.if.org Git - clang/commit
Pass 0 instead of a empty TemplateArgumentListInfo when creating a CXXDependentScopeM...
authorFrancois Pichet <pichet2000@gmail.com>
Sun, 4 Sep 2011 23:00:48 +0000 (23:00 +0000)
committerFrancois Pichet <pichet2000@gmail.com>
Sun, 4 Sep 2011 23:00:48 +0000 (23:00 +0000)
commitf740012171d549c02288087044073ae3fc13622b
treedacde77fded15ad876d82c606d2535b1dcb18aa0
parent41a50a9b730cf52bd4c34d3895f00ae32f458eb5
Pass 0 instead of a empty TemplateArgumentListInfo when creating a CXXDependentScopeMemberExpr to handle a "this->" fixit (lookup into dependent bases of class template)

Otherwise the fixit doesn't really work for subsequent lookup.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@139105 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaExpr.cpp