[all-commits] [llvm/llvm-project] 78d831: [Clang][clang-cl] Implement `__builtin_FUNCSIG`

Jakub Mazurkiewicz via All-commits all-commits at lists.llvm.org
Fri May 19 09:03:03 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 78d8312acea96f58f13a876f98d241590c16d530
      https://github.com/llvm/llvm-project/commit/78d8312acea96f58f13a876f98d241590c16d530
  Author: Jakub Mazurkiewicz <mazkuba3 at gmail.com>
  Date:   2023-05-19 (Fri, 19 May 2023)

  Changed paths:
    M clang/docs/LanguageExtensions.rst
    M clang/docs/ReleaseNotes.rst
    M clang/include/clang/AST/Expr.h
    M clang/include/clang/Basic/TokenKinds.def
    M clang/include/clang/Sema/Sema.h
    M clang/lib/AST/Expr.cpp
    M clang/lib/Parse/ParseExpr.cpp
    M clang/lib/Sema/SemaExpr.cpp
    M clang/test/Preprocessor/feature_tests.c
    M clang/test/Preprocessor/feature_tests.cpp
    M clang/test/Sema/source_location.c
    M clang/test/SemaCXX/source_location.cpp

  Log Message:
  -----------
  [Clang][clang-cl] Implement `__builtin_FUNCSIG`

This patch implements __builtin_FUNCSIG intrinsic which returns the same string as __FUNCSIG__.

Fixes https://github.com/llvm/llvm-project/issues/58951
Differential Revision: https://reviews.llvm.org/D150183




More information about the All-commits mailing list