forked from OSchip/llvm-project
acfcd78aec
Friend function template defined in a class template becomes available if the enclosing class template is instantiated. Until the function template is used, it does not have a body, but still is considered a definition for the purpose of redeclaration checks. This change modifies redefinition check so that it can find the friend function template definitions in instantiated classes. Differential Revision: http://reviews.llvm.org/D21508 llvm-svn: 348473 |
||
---|---|---|
.. | ||
clang | ||
clang-c | ||
CMakeLists.txt |