]> granicus.if.org Git - clang/commit
[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)
commitee95fa569c6a5dae43a9c426a9ade3a065693d54
treed94a8ee19bba9194fd9859252b487601cc37b6a3
parent81f7d2d578d635cf6b5bb1ee61d6e0aa3f966906
[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.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@346952 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/Expr.h