summaryrefslogtreecommitdiffstats
path: root/clang/test/CXX/except/except.spec/p2-places.cpp
Commit message (Collapse)AuthorAgeFilesLines
* P0012R1: Make exception specifications be part of the type system. ThisRichard Smith2016-10-161-0/+2
| | | | | | | implements the bulk of the change (modifying the type system to include exception specifications), but not all the details just yet. llvm-svn: 284337
* Update all tests other than Driver/std.cpp to use -std=c++11 rather thanRichard Smith2011-10-131-1/+1
| | | | | | -std=c++0x. Patch by Ahmed Charles! llvm-svn: 141900
* Propagate the new exception information to FunctionProtoType.Sebastian Redl2011-03-121-0/+63
Change the interface to expose the new information and deal with the enormous fallout. Introduce the new ExceptionSpecificationType value EST_DynamicNone to more easily deal with empty throw specifications. Update the tests for noexcept and fix the various bugs uncovered, such as lack of tentative parsing support. llvm-svn: 127537
OpenPOWER on IntegriCloud