[all-commits] [llvm/llvm-project] f659ef: [AST] Fix a warning

Kazu Hirata via All-commits all-commits at lists.llvm.org
Tue Oct 3 11:08:40 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: f659ef43cd4e72fe84a1fa50966ac78ca6675428
      https://github.com/llvm/llvm-project/commit/f659ef43cd4e72fe84a1fa50966ac78ca6675428
  Author: Kazu Hirata <kazu at google.com>
  Date:   2023-10-03 (Tue, 03 Oct 2023)

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

  Log Message:
  -----------
  [AST] Fix a warning

This patch fixes:

  clang/lib/AST/ASTContext.cpp:931:40: error: field
  'DependentBitIntTypes' will be initialized after field
  'FunctionProtoTypes' [-Werror,-Wreorder-ctor]




More information about the All-commits mailing list