]> granicus.if.org Git - clang/commit
Add support for MSVC's __FUNCSIG__
authorReid Kleckner <reid@kleckner.net>
Tue, 8 Apr 2014 18:13:24 +0000 (18:13 +0000)
committerReid Kleckner <reid@kleckner.net>
Tue, 8 Apr 2014 18:13:24 +0000 (18:13 +0000)
commit1c8af74744a8f7a917fb129246e79616da283df1
tree36f9f7c5c4cc31dfd0aa4137e2a48038b95c0932
parentae696ed5d75c1347c463e190629669d4fd673002
Add support for MSVC's __FUNCSIG__

It is very similar to GCC's __PRETTY_FUNCTION__, except it prints the
calling convention.

Reviewers: majnemer

Differential Revision: http://reviews.llvm.org/D3311

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@205780 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/Expr.h
include/clang/Basic/TokenKinds.def
lib/AST/ASTDumper.cpp
lib/AST/Expr.cpp
lib/AST/StmtPrinter.cpp
lib/CodeGen/CGExpr.cpp
lib/Parse/ParseExpr.cpp
lib/Parse/ParseTentative.cpp
lib/Sema/SemaExpr.cpp
test/CodeGenCXX/funcsig.cpp [new file with mode: 0644]