summaryrefslogtreecommitdiff
path: root/clang/test/CodeGenCXX/funcsig.cpp
AgeCommit message (Expand)Author
2022-02-24Add -Wno-strict-prototypes to C tests; NFCAaron Ballman
2018-03-20Set dso_local on string literals.Rafael Espindola
2018-03-16[MS] Don't escape MS C++ names with \01Reid Kleckner
2017-01-09MSVC seems to use (void) in __FUNCSIG__ for a zero-parameter function even in...Richard Smith
2017-01-09PR31587: Fix handling of __FUNCSIG__ in C.Richard Smith
2014-10-09Fix for bug http://llvm.org/PR17427.Alexey Bataev
2014-04-08Fix the funcsig test with an explicit tripleReid Kleckner
2014-04-08Add support for MSVC's __FUNCSIG__Reid Kleckner