summaryrefslogtreecommitdiff
path: root/test/SemaCXX/nothrow-vs-exception-specs.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix test failure from r362435Erich Keane2019-06-031-1/+1
* Make NoThrow FunctionLike, make FunctionLike include references, fixErich Keane2019-06-031-0/+14
* Permit Exception Spec mismatch with NoThrow on inherited VirtualErich Keane2019-06-031-0/+19
* Suppress nothrow/Exception spec conflict warning when we dont know the ES.Erich Keane2019-05-311-0/+3
* Suppress nothrow/exception spec conflict warning when ES is parsed.Erich Keane2019-05-311-0/+13
* Add Attribute NoThrow as an Exception Specifier TypeErich Keane2019-05-301-0/+55