summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCXX/rtti-qualfn.cpp
Commit message (Collapse)AuthorAgeFilesLines
* P0012R1: add Itanium ABI support for throwing non-noexcept function pointers ↵Richard Smith2016-12-011-0/+23
| | | | | | and catching as noexcept. llvm-svn: 288305
* Revert r285664, cxx-abi-dev chose to go in a different direction for the ABI ↵Richard Smith2016-12-011-51/+0
| | | | | | here. llvm-svn: 288304
* Update manglings for C++17 noexcept function types to match Jason Merrill'sRichard Smith2016-11-031-7/+7
| | | | | | proposal on cxx-abi-dev earlier today. llvm-svn: 285870
* Implement ABI proposal for throwing noexcept function pointers, per discussionRichard Smith2016-11-011-0/+51
on cxx-abi-dev (thread starting 2016-10-11). This is currently hidden behind a cc1-only -m flag, pending discussion of how best to deal with language changes that require use of new symbols from the ABI library. llvm-svn: 285664
OpenPOWER on IntegriCloud