[clang][AST] Fix `-Wuninitialized`. NFC
authorMichael Liao <michael.hliao@gmail.com>
Sun, 9 Apr 2023 19:55:38 +0000 (15:55 -0400)
committerMichael Liao <michael.hliao@gmail.com>
Sun, 9 Apr 2023 19:58:10 +0000 (15:58 -0400)
commit3c83480ae95dde9b5d45b6fd7cdb1c64332531d7
tree2059f3d74dde4f694e33f5fc7ab80c2ec065d7fb
parentb0e118bd77a7249287a68f5b9e8397a993fe22a6
[clang][AST] Fix `-Wuninitialized`. NFC

- Adjust the declaration order as non-static member are initialized in
  order of declaration in the class definition.
clang/lib/AST/MicrosoftMangle.cpp