[PATCH] Add support for MSVC's __FUNCSIG__

Reid Kleckner rnk at google.com
Mon Apr 7 14:05:14 PDT 2014


Hi majnemer,

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

http://reviews.llvm.org/D3311

Files:
  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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D3311.1.patch
Type: text/x-patch
Size: 8688 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20140407/d5a0aa37/attachment.bin>


More information about the cfe-commits mailing list