[all-commits] [llvm/llvm-project] 15fbae: Use "default member initializer" instead of "in-cl...

Aaron Ballman via All-commits all-commits at lists.llvm.org
Tue Sep 29 12:04:50 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 15fbae8ac303d8601ea95418d4818cb50d0765e1
      https://github.com/llvm/llvm-project/commit/15fbae8ac303d8601ea95418d4818cb50d0765e1
  Author: Aaron Ballman <aaron at aaronballman.com>
  Date:   2020-09-29 (Tue, 29 Sep 2020)

  Changed paths:
    M clang/include/clang/Basic/DiagnosticParseKinds.td
    M clang/include/clang/Basic/DiagnosticSemaKinds.td
    M clang/lib/Sema/SemaDeclCXX.cpp
    M clang/lib/Sema/SemaTemplateInstantiate.cpp
    M clang/test/Parser/MicrosoftExtensions.cpp
    M clang/test/Parser/cxx-class.cpp
    M clang/test/SemaCXX/PR9572.cpp
    M clang/test/SemaCXX/class.cpp
    M clang/test/SemaCXX/cxx98-compat.cpp
    M clang/test/SemaCXX/member-init.cpp

  Log Message:
  -----------
  Use "default member initializer" instead of "in-class initializer" for diagnostics.

This changes some diagnostics to use terminology from the standard
rather than invented terminology, which improves consistency with other
diagnostics as well. There are no functional changes intended other
than wording and naming.




More information about the All-commits mailing list