summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCXX/funcsig.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Set dso_local on string literals.Rafael Espindola2018-03-201-7/+7
| | | | llvm-svn: 328040
* [MS] Don't escape MS C++ names with \01Reid Kleckner2018-03-161-7/+7
| | | | | | | It is not needed after LLVM r327734. Now it will be easier to copy-paste IR symbol names from Clang. llvm-svn: 327738
* MSVC seems to use (void) in __FUNCSIG__ for a zero-parameter function even ↵Richard Smith2017-01-091-3/+7
| | | | | | in C++. Follow suit. llvm-svn: 291489
* PR31587: Fix handling of __FUNCSIG__ in C.Richard Smith2017-01-091-5/+23
| | | | | | | | Fix crash if __FUNCSIG__ is used in a function without a prototype, and use "(void)" as parameter list instead of "()" for a function with a no-parameters prototype, matching MSVC's observed behavior. llvm-svn: 291484
* Fix for bug http://llvm.org/PR17427.Alexey Bataev2014-10-091-3/+3
| | | | | | | | Assertion failed: "Computed __func__ length differs from type!" Reworked PredefinedExpr representation with internal StringLiteral field for function declaration. Differential Revision: http://reviews.llvm.org/D5365 llvm-svn: 219393
* 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