[all-commits] [llvm/llvm-project] 33779b: Reword a diagnostic; NFC

Aaron Ballman via All-commits all-commits at lists.llvm.org
Fri Apr 12 05:04:42 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 33779b861d748ed18b8d4f9cbad3a84deaa95e9f
      https://github.com/llvm/llvm-project/commit/33779b861d748ed18b8d4f9cbad3a84deaa95e9f
  Author: Aaron Ballman <aaron at aaronballman.com>
  Date:   2024-04-12 (Fri, 12 Apr 2024)

  Changed paths:
    M clang/include/clang/Basic/DiagnosticSemaKinds.td
    M clang/lib/Sema/SemaExpr.cpp
    A clang/test/Sema/complex-inc-dec.c

  Log Message:
  -----------
  Reword a diagnostic; NFC

This diagnostic used to talk about complex integer types but is issued
for use of the increment or decrement operators on any complex type,
not just integral ones.

The diagnostic also had zero test coverage, so new coverage is added
along with the rewording.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list