[all-commits] [llvm/llvm-project] d1ea47: [C23] Fix failed assertions with invalid #embed pa...

Aaron Ballman via All-commits all-commits at lists.llvm.org
Fri Apr 11 07:44:59 PDT 2025


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

  Changed paths:
    M clang/docs/ReleaseNotes.rst
    M clang/lib/Lex/PPDirectives.cpp
    M clang/test/Preprocessor/embed_parameter_unrecognized.c

  Log Message:
  -----------
  [C23] Fix failed assertions with invalid #embed parameters (#135368)

If the invalid parameter was not the last parameter given, we would fail
to skip to the end of the directive and trip a failed assertion.

Fixes #126940



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