Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
09c9a5635f10a7dfa3373ef0941597c16b048362
/
test
/
SemaTemplate
/
ms-lookup-template-base-classes.cpp
4d604d6
In Microsoft mode, don't perform typo correction in a template member function dependent context because it interferes with the "lookup into dependent bases of class templates" feature.
by Francois Pichet
· 13 years ago
c8ff915
In Microsoft mode, make "Unqualified lookup into dependent bases of class templates" works inside a friend function definition at class scope.
by Francois Pichet
· 13 years ago
e6226ae
In Microsoft mode, make "Unqualified lookup into dependent bases of class templates" works inside default argument instantiation.
by Francois Pichet
· 13 years ago
e614d6c
In Microsoft mode, make "Unqualified lookup into dependent bases of class templates" works inside static functions.
by Francois Pichet
· 13 years ago
ef04ecf
Move "Unqualified lookup into dependent bases of class templates" Microsoft specific behavior from -fms-extensions to -fms-compatibility.
by Francois Pichet
· 13 years ago
0f74d1e
In Microsoft mode, if we are inside a template class member function and we can't resolve a function call then create a type-dependent CallExpr even if the function has no type dependent arguments. The goal is to postpone name lookup to instantiation time to be able to search into type dependent base classes.
by Francois Pichet
· 13 years ago