| commit | 94498c70ae44d51835f4a7110877ed77c48251b2 | [log] [tgz] |
|---|---|---|
| author | Bruno Ricci <riccibrun@gmail.com> | Sat Jan 26 13:58:15 2019 +0000 |
| committer | Bruno Ricci <riccibrun@gmail.com> | Sat Jan 26 13:58:15 2019 +0000 |
| tree | 08d6bcfd5620241f9d0ca00bfb776a214e9862ca | |
| parent | 01998388838d6c8a784e4b453a68daa46fea172d [diff] |
[AST][NFC] Various cleanups to GenericSelectionExpr Various cleanups to GenericSelectionExpr factored out of D57104. In particular: 1. Move the friend declaration to the top. 2. Introduce a constant ResultDependentIndex instead of the magic "-1". 3. clang-format 4. Group the member function together so that they can be removed as one block by D57106. NFC. Differential Revision: https://reviews.llvm.org/D57238 Reviewed By: aaron.ballman llvm-svn: 352275