[all-commits] [llvm/llvm-project] d7e7f2: [Clang] fix missing source location for errors in ...

Oleksandr T. via All-commits all-commits at lists.llvm.org
Wed Jun 11 14:19:46 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: d7e7f22626f214766f3592341dd1737fd232c6a5
      https://github.com/llvm/llvm-project/commit/d7e7f22626f214766f3592341dd1737fd232c6a5
  Author: Oleksandr T. <oleksandr.tarasiuk at outlook.com>
  Date:   2025-06-11 (Wed, 11 Jun 2025)

  Changed paths:
    M clang/docs/ReleaseNotes.rst
    M clang/include/clang/Parse/Parser.h
    M clang/lib/Parse/ParseExprCXX.cpp
    M clang/lib/Parse/ParseStmt.cpp
    M clang/lib/Parse/Parser.cpp
    A clang/test/Parser/macro-expansion-recovery.cpp
    M clang/test/Parser/switch-recovery.cpp

  Log Message:
  -----------
  [Clang] fix missing source location for errors in macro-expanded (#143460)

Fixes #143216

--- 

This patch fixes diagnostic locations for tokens from macro expansions.



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