[AST][NFC] Move the friend decls to the top of MemberExpr
authorBruno Ricci <riccibrun@gmail.com>
Thu, 15 Nov 2018 13:49:32 +0000 (13:49 +0000)
committerBruno Ricci <riccibrun@gmail.com>
Thu, 15 Nov 2018 13:49:32 +0000 (13:49 +0000)
commit59a89a9ff66cb2e570f8399657c5dd24fc170070
tree4188949f4bb99cf8e8fe8b2b1211b5a1d5f1e5a7
parent3354b6cefb378ae21cdee77a81423ca39ce56e4a
[AST][NFC] Move the friend decls to the top of MemberExpr

The norm is to have them at the top, and having them
at the bottom is painful for the reader.

llvm-svn: 346952
clang/include/clang/AST/Expr.h