commit | 8adc227de934e23c72eb8d9abf5c0e3dfffec131 | [log] [tgz] |
---|---|---|
author | Francois Pichet <pichet2000@gmail.com> | Tue May 31 11:44:00 2011 +0000 |
committer | Francois Pichet <pichet2000@gmail.com> | Tue May 31 11:44:00 2011 +0000 |
tree | 3a4272584e5463a2671bed9d408c766b3880ff03 | |
parent | 8155910a192dafa423d6b932b7d127d48e4641e8 [diff] |
For compatibility with MSVC, a friend declaration also act as a forward declaration if the tag name is not already declared. The tag name is declared in the next outermost non record scope. Example: class A { friend class B; B* b; }; B* global_b; git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@132332 91177308-0d34-0410-b5e6-96231b3b80d8