summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCXX/funcsig.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fix the funcsig test with an explicit tripleReid Kleckner2014-04-081-1/+1
| | | | llvm-svn: 205781
* Add support for MSVC's __FUNCSIG__Reid Kleckner2014-04-081-0/+29
It is very similar to GCC's __PRETTY_FUNCTION__, except it prints the calling convention. Reviewers: majnemer Differential Revision: http://reviews.llvm.org/D3311 llvm-svn: 205780
OpenPOWER on IntegriCloud