[PATCH] D150183: [Clang][clang-cl] Implement `__builtin_FUNCSIG`

2023-05-09 Thread Jakub Mazurkiewicz via Phabricator via cfe-commits
JMazurkiewicz created this revision. JMazurkiewicz added a reviewer: clang. Herald added a project: All. JMazurkiewicz requested review of this revision. Herald added a project: clang. Herald added a subscriber: cfe-commits. This patch implements `__builtin_FUNCSIG` intrinsic which returns the sam

[PATCH] D150183: [Clang][clang-cl] Implement `__builtin_FUNCSIG`

2023-05-17 Thread Jakub Mazurkiewicz via Phabricator via cfe-commits
JMazurkiewicz updated this revision to Diff 523082. JMazurkiewicz added a comment. Try to fix formatting in `ParseExpr.cpp`. CHANGES SINCE LAST ACTION https://reviews.llvm.org/D150183/new/ https://reviews.llvm.org/D150183 Files: clang/docs/LanguageExtensions.rst clang/docs/ReleaseNotes.r

[PATCH] D150183: [Clang][clang-cl] Implement `__builtin_FUNCSIG`

2023-05-18 Thread Jakub Mazurkiewicz via Phabricator via cfe-commits
JMazurkiewicz updated this revision to Diff 523360. JMazurkiewicz marked 2 inline comments as done. JMazurkiewicz added a comment. - Address comments (thanks for the review @aaron.ballman!), - Remove `clang-format` changes (CI might fail), - Add extra tests in `clang/test/Preprocessor/feature_test

[PATCH] D150183: [Clang][clang-cl] Implement `__builtin_FUNCSIG`

2023-05-18 Thread Jakub Mazurkiewicz via Phabricator via cfe-commits
JMazurkiewicz added a comment. > Do you need someone to commit on your behalf? If so, what name and email > address would you like used for patch attribution? Yes, my name and email: "Jakub Mazurkiewicz ". > I can fix up the release notes when I land, so you don't have to upload a new > patch.