[all-commits] [llvm/llvm-project] 44a6e0: [clang] Check empty macro name in `#pragma push_ma...

yronglin via All-commits all-commits at lists.llvm.org
Tue Jul 22 07:57:55 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 44a6e0099b0f6d0cc4a70210c12108cfa4dee9a7
      https://github.com/llvm/llvm-project/commit/44a6e0099b0f6d0cc4a70210c12108cfa4dee9a7
  Author: yronglin <yronglin777 at gmail.com>
  Date:   2025-07-22 (Tue, 22 Jul 2025)

  Changed paths:
    M clang/docs/ReleaseNotes.rst
    M clang/include/clang/Basic/DiagnosticLexKinds.td
    M clang/lib/Lex/Pragma.cpp
    A clang/test/Preprocessor/pragma-pushpop-macro-diag.c
    M clang/test/Preprocessor/pragma-pushpop-macro.c

  Log Message:
  -----------
  [clang] Check empty macro name in `#pragma push_macro("")` or `#pragma pop_macro("")` (#149982)

Fixes https://github.com/llvm/llvm-project/issues/149762.

---------

Signed-off-by: yronglin <yronglin777 at gmail.com>



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