summaryrefslogtreecommitdiffstats
path: root/test/CodeGenCXX/funcsig.cpp
Commit message (Expand)AuthorAgeFilesLines
* Set dso_local on string literals.Rafael Espindola2018-03-201-7/+7
* [MS] Don't escape MS C++ names with \01Reid Kleckner2018-03-161-7/+7
* MSVC seems to use (void) in __FUNCSIG__ for a zero-parameter function even in...Richard Smith2017-01-091-3/+7
* PR31587: Fix handling of __FUNCSIG__ in C.Richard Smith2017-01-091-5/+23
* Fix for bug http://llvm.org/PR17427.Alexey Bataev2014-10-091-3/+3
* Fix the funcsig test with an explicit tripleReid Kleckner2014-04-081-1/+1
* Add support for MSVC's __FUNCSIG__Reid Kleckner2014-04-081-0/+29