[all-commits] [llvm/llvm-project] badfb4: [Clang][Interp] Fix display of syntactically-inval...

yronglin via All-commits all-commits at lists.llvm.org
Fri Aug 9 02:49:21 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: badfb4bd33c27f7bb6351ad3d7250a9b8782b43f
      https://github.com/llvm/llvm-project/commit/badfb4bd33c27f7bb6351ad3d7250a9b8782b43f
  Author: yronglin <yronglin777 at gmail.com>
  Date:   2024-08-09 (Fri, 09 Aug 2024)

  Changed paths:
    M clang/lib/AST/Interp/InterpFrame.cpp
    M clang/lib/AST/Interp/Source.cpp
    A clang/test/AST/Interp/constexpr-frame-describe.cpp
    M clang/test/AST/Interp/constexpr-nqueens.cpp
    M clang/test/AST/Interp/lambda.cpp
    M clang/test/AST/Interp/records.cpp

  Log Message:
  -----------
  [Clang][Interp] Fix display of syntactically-invalid note for member function calls (#102170)

This PR fix display of syntactically-invalid note for member function
calls to follow the behavior of current interpreter.

---------

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