summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaCXX/cdtor-fn-try-block.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fix several accidental DOS line endings in source filesDimitry Andric2016-01-031-96/+96
| | | | | | | | | | | | | | | 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
* Add a new frontend warning for referencing members from the handler of a ↵Aaron Ballman2015-09-011-0/+97
constructor or destructor function-try-block, which is UB in C++. This corresponds to the CERT secure coding rule ERR53-CPP. llvm-svn: 246548
OpenPOWER on IntegriCloud