[all-commits] [llvm/llvm-project] 3c8348: [clang][AST] Fix `-Wuninitialized`. NFC

darkbuck via All-commits all-commits at lists.llvm.org
Sun Apr 9 12:59:07 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 3c83480ae95dde9b5d45b6fd7cdb1c64332531d7
      https://github.com/llvm/llvm-project/commit/3c83480ae95dde9b5d45b6fd7cdb1c64332531d7
  Author: Michael Liao <michael.hliao at gmail.com>
  Date:   2023-04-09 (Sun, 09 Apr 2023)

  Changed paths:
    M clang/lib/AST/MicrosoftMangle.cpp

  Log Message:
  -----------
  [clang][AST] Fix `-Wuninitialized`. NFC

- Adjust the declaration order as non-static member are initialized in
  order of declaration in the class definition.




More information about the All-commits mailing list