summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaCXX/cxx0x-noexcept-expression.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fix several accidental DOS line endings in source filesDimitry Andric2016-01-031-19/+19
| | | | | | | | | | | | | | | Summary: There are a number of files in the tree which have been accidentally checked in with DOS line endings. Convert these to native line endings. There are also a few files which have DOS line endings on purpose, and I have set the svn:eol-style property to 'CRLF' on those. Reviewers: joerg, aaron.ballman Subscribers: aaron.ballman, cfe-commits Differential Revision: http://reviews.llvm.org/D15849 llvm-svn: 256704
* Check whether the operand to a noexcept expression is valid or not. Fixes ↵Aaron Ballman2015-04-271-0/+19
PR15842. llvm-svn: 235931
OpenPOWER on IntegriCloud